summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-embedded/u-boot-tools: fix build on musl, bug #703132Sergei Trofimovich2019-12-162-0/+21
| | | | | | | | | | | | | | include/compiler.h implies to define 'ulong' type. glibc and musl define it on different conditions. As a result tools fail to build on musl as: include/env.h:159:1: error: unknown type name 'ulong'; did you mean 'long'? We fix it by defining 'ulong' unconditionally (as on BSD). Reported-by: eroen Closes: https://bugs.gentoo.org/703132 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-embedded/u-boot-tools: remove easylogoMarty E. Plummer2019-12-131-1/+0
| | | | | | | | | | | Has been removed from u-boot as of upstream commit 44de15d6867c246e7a09ef061d3de56e1799a606 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Closes: https://bugs.gentoo.org/702712 Closes: https://github.com/gentoo/gentoo/pull/13972 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-embedded/u-boot-tools: Version bump (v2019.10)Mikle Kolyada2019-12-132-0/+60
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-embedded/u-boot-tools: keyword on ~ppc64Georgy Yakovlev2019-08-241-1/+1
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-embedded/u-boot-tools: use tools-only defconfigGeorgy Yakovlev2019-08-241-1/+1
| | | | | | | | | | | | | | | We already use make tools-only build target But to buld tools-only on arches other than x86 or arm we need to configure with tools-only_defconfig as well, as plain defconfig tries to build everything on other arches. This change does not change what gets built, just allows to add more arches to ebuild, hence no revbump as no rebuild required. X-url: https://github.com/u-boot/u-boot/commit/80870e2a664e277df0b6c0604bc4c5591aebde67 Reported-by: Shawn Anastasio <shawn@anastas.io> Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-embedded/u-boot-tools: version bump to 2019.01Tim Harder2019-02-052-0/+60
| | | | | | Closes: https://bugs.gentoo.org/676508 Signed-off-by: Tim Harder <radhermit@gentoo.org>
* dev-embedded/u-boot-tools: remove oldTim Harder2018-12-273-88/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* dev-embedded/u-boot-tools: Version bump (v2018.11)Mikle Kolyada2018-12-092-0/+44
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-embedded/u-boot-tools: Drop oldMikle Kolyada2018-11-116-219/+0
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-embedded/u-boot-tools: mark stableMikle Kolyada2018-09-031-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-embedded/u-boot-tools: mark stableMikle Kolyada2018-06-261-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-embedded/u-boot-tools: version bump to 2018.05Tim Harder2018-06-252-0/+44
|
* dev-embedded/*: Update Manifest hashesMichał Górny2017-12-091-6/+6
|
* dev-embedded/u-boot-tools: version bump to 2017.09Tim Harder2017-10-012-0/+44
|
* dev-embedded/u-boot-tools: version bump to 2017.05Tim Harder2017-05-092-0/+44
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-embedded/u-boot-tools: version bump to 2016.11Tim Harder2016-12-112-0/+45
|
* dev-embedded/u-boot-tools: install dumpimage, fdtgrep, and mkenvimage toolsTim Harder2016-11-101-0/+44
|
* dev-embedded/u-boot-tools: version bump to 2016.09.01Tim Harder2016-09-192-0/+45
|
* dev-embedded/u-boot-tools: remove oldTim Harder2016-08-256-274/+0
|
* dev-embedded/u-boot-tools: stabilize 2016.03Tim Harder2016-08-251-1/+1
|
* dev-embedded/u-boot-tools: version bump to 2016.07Tim Harder2016-08-252-0/+45
|
* dev-embedded/u-boot-tools: version bump to 2016.03Tim Harder2016-03-232-0/+45
|
* dev-embedded/u-boot-tools: add ~arm64 to 2015.04Steev Klimaszewski2016-02-271-2/+2
| | | | | | Tested on X-C1 Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-087-0/+279
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed