aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pin sparc-leon to GCC6, againAlexey Neyman2017-07-182-4/+4
| | | | | | | Also, change the name for uClibc config to be version-agnostic, the version changes too fast. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #780 from stilor/fix-linaroAlexey Neyman2017-07-1724-1/+1531
|\ | | | | Fix linaro
| * Fix archive yymm directoryAlexey Neyman2017-07-171-0/+1
| | | | | | | | | | | | In case there is a "patchlevel" suffix. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Add gcc-linaro 7.1-2017.05Alexey Neyman2017-07-1723-0/+1529
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix linaro downloaderAlexey Neyman2017-07-171-1/+1
|/ | | | | | Fixes #779. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #778 from stilor/fix-777Alexey Neyman2017-07-162-2/+2
|\ | | | | Fix new framework for running from installed path
| * Fix new framework for running from installed pathAlexey Neyman2017-07-162-2/+2
|/ | | | | | Fixes #777 Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #775 from stilor/gcc-6.4Alexey Neyman2017-07-1336-530/+0
|\ | | | | Update to GCC 6.4
| * Update to GCC 6.4Alexey Neyman2017-07-1336-530/+0
|/ | | | | | Deleted patches have been picked up upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #767 from stilor/packagesAlexey Neyman2017-07-131551-6361/+4047
|\ | | | | Packages
| * Fix the test for mingw-w64Alexey Neyman2017-07-121-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix HAS_LIBMPX selectionAlexey Neyman2017-07-121-21/+12
| | | | | | | | | | | | | | | | Was previously selected by GCC_5_or_later - but now that one is an auto-generated option that does not select anything; now HAS_LIBMPX was made dependent on GCC_5_or_later, but its default was not set to y. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Typo in binutils package descriptionAlexey Neyman2017-07-101-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Resolve a few more TBDsAlexey Neyman2017-07-099-16/+13
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix xtensa overlaysAlexey Neyman2017-07-082-13/+25
| | | | | | | | | | | | They are unpacked properly, but fail during build. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Update new nios2 sampleAlexey Neyman2017-07-081-2/+2
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Separate the notions of package name/labelAlexey Neyman2017-07-087-13/+9
| | | | | | | | | | | | Also, remove resolved TBDs. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Merge elf2flt into binutils.inAlexey Neyman2017-07-082-25/+24
| | | | | | | | | | | | | | It was previously picked up as "tail options" config file, .in.2. Now we only have a single config file for each component. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Some locations were missed while renaming kconfig symbolsAlexey Neyman2017-07-086-70/+10
| | | | | | | | | | | | | | | | | | ... because there the symbols were constructer part by part. Also, remove cc.sh and source $(CT_CC).sh directly - we only build a single compiler at a time. Signed-off-by: Alexey Neyman <stilor@att.net>
| * .in.2 files no longer generatedAlexey Neyman2017-07-081-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Allow packages to define "relevant" part of the versionAlexey Neyman2017-07-0845-51/+32
| | | | | | | | | | | | | | | | E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix bootstrap to work with bash 4.3Alexey Neyman2017-07-081-3/+15
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Also upgrade non-generated config filesAlexey Neyman2017-07-0816-31/+31
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Kconfigize choice/menu itemsAlexey Neyman2017-07-0887-310/+338
| | | | | | | | | | | | Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Allow VCS versions to be patched via some unique revision IDAlexey Neyman2017-07-083-48/+40
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Switch gen-kconfig to new frameworkAlexey Neyman2017-07-0857-2356/+2055
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - Move companion_* to comp_* to match the kconfig symbols - Replace bootstrap with former gen-versions.sh - Fold *.in.2 into their respective first parts; this moves common options to the end - if it is undesirable, inclusion of *.in can be moved where *.in.2 used to be (but that will also move version selection after common options). - Retire addToolVersion.sh (may later replace with a more comprehensive script that tries to download the added tarballs, copy the patches and try to apply them, and create a version.desc). Signed-off-by: Alexey Neyman <stilor@att.net>
| * Remove support for pregenerated locales in uClibcAlexey Neyman2017-07-084-46/+4
| | | | | | | | | | | | | | | | | | It fails to compile with the only locale version available (030818) (on master too, with exactly the same error). uClibc-ng does not use pregenerated locales. Signed-off-by: Alexey Neyman <stilor@att.net>
| * uClibc locale "package"Alexey Neyman2017-07-087-49/+64
| | | | | | | | | | | | Does not build, though. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Allow for custom archive namesAlexey Neyman2017-07-088-16/+41
| | | | | | | | | | | | ... and directories therein. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fixes for buildingAlexey Neyman2017-07-0818-30/+41
| | | | | | | | | | | | | | | | | | - Need GDB8.0 milestone - Make uClibc "master" package - Rename bionic -> android-ndk to match the package name and support suffixes for archives Signed-off-by: Alexey Neyman <stilor@att.net>
| * Encode GCC/ISL/CLooG requirementsAlexey Neyman2017-07-086-16/+36
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix printing the branch used in GitAlexey Neyman2017-07-089-4/+36
| | | | | | | | | | | | | | ... and prefer exact specified name, if it exists. More bootstrap script specifications for packages. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Sync Linux versions with masterAlexey Neyman2017-07-089-0/+0
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix downloading released tarballsAlexey Neyman2017-07-081-2/+2
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Builds comp.libs from VCSAlexey Neyman2017-07-0811-10/+65
| | | | | | | | | | | | | | ... fails on DUMA because it cannot be compiled by newer C++, and patches are not applied to checkouts from VCS. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Building packages using the new frameworkAlexey Neyman2017-07-0810-617/+446
| | | | | | | | | | | | (fails at building GMP off the VCS because it needs to run bootstrap scripts) Signed-off-by: Alexey Neyman <stilor@att.net>
| * Downloading packages using new frameworkAlexey Neyman2017-07-0810-194/+329
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix the references to old config variablesAlexey Neyman2017-07-08505-993/+813
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Convert the rest of packages to new frameworkAlexey Neyman2017-07-08625-1676/+689
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-08360-1478/+215
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Implement "milestones" for packagesAlexey Neyman2017-07-086-23/+216
| | | | | | | | | | | | Also get rid of dependency on GNU sort. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Convert gcc to new framework.Alexey Neyman2017-07-08290-547/+422
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Switch to template-based approachAlexey Neyman2017-07-082-239/+391
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * More work-in-progress.Alexey Neyman2017-07-083-8/+46
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Point bundled patches location to packages/Alexey Neyman2017-07-081-5/+4
| | | | | | | | | | | | | | Also disable per-arch patch application: this doesn't play well with the reuse of the sources in .build/src Signed-off-by: Alexey Neyman <stilor@att.net>
| * First stab at gen-versions.shAlexey Neyman2017-07-08116-157/+289
|/ | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #774 from jserv/expat-security-fixesAlexey Neyman2017-07-081-3/+3
|\ | | | | Bump expat version to 2.2.1 for security fixes
| * Bump expat version to 2.2.1 for security fixesJim Huang2017-07-091-3/+3
|/ | | | | | | Expat 2.2.0 and earlier were affected by CVE-2017-923. Expat 2.2.1 provides the corresponding security fixes. Signed-off-by: Jim Huang <jserv.tw@gmail.com>
* Merge pull request #773 from stilor/fix-bionic-32bitAlexey Neyman2017-07-078-7/+5
|\ | | | | Fix ARM32 name for android
| * Also rename the sample in Travis CIAlexey Neyman2017-07-071-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>