summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove spurious commentps/linecountPaul Sherwood2013-06-151-4/+0
|
* Merge branch 'master' of git://git.baserock.org/baserock/baserock/morphs ↵Paul Sherwood2013-06-0230-71/+1339
|\ | | | | | | into ps/linecount
| * EXTS: Add config and write extensionsDaniel Silverstone2013-05-3010-0/+1175
| | | | | | | | | | Add the current configuration and write extensions so that Baserock version 7 can deploy Baserock version 8.
| * CONFIGURE: Rationalise all configuration extensionsDaniel Silverstone2013-05-3016-10/+77
| |
| * Merge remote-tracking branch 'origin/jonathan/strip-gplv3-rebase'Lars Wirzenius2013-05-293-2/+74
| |\
| | * Add strip-gplv3 extension to genivi-baseline-systemsJonathan Maw2013-05-293-2/+74
| |/
| *-. Merge remote-tracking branches 'origin/samthursfield/comment-fix' and ↵Richard Maw2013-05-282-59/+11
| |\ \ | | | | | | | | | | | | | | | | | | | | 'origin/baserock/richardmaw/inspect-zlib' Reviewed-by: Daniel Silverstone, briefly in person.
| | | * build-essential: remove stage2-zlibRichard Maw2013-05-248-64/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stage 1 toolchain is built with --disable-shared, which means it is unable to build shared libraries. This causes it to include symbols from libgcc in the zlib shared object. This causes problems in pass 3, since by then we have a toolchain that is suitable for building shared objects, so it doesn't include libgcc symbols in zlib. This causes problems while building gcc, since cc1 is compiled against the zlib in /tools, but is run with the zlib in /usr, so it fails to run due to missing symbols, which would otherwise come from libgcc_s or be copiled in as part of libgcc.a. stage 2 zlib was originally added to avoid gcc and binutils needing to use their embedded copy, which would improve compile speed slightly and the other reasons to prefer shared objects. However, the bootstrap is fragile enough without it, it may be the case that gcc and binutils prefer to embed zlib for precisely these reasons.
| | * | Fix comment in build-essential.morph.yamlSam Thursfield2013-05-231-9/+7
| | |/
| * | Merge remote-tracking branch 'origin/jonathan/install-files-handles-none'Lars Wirzenius2013-05-271-0/+2
| |\ \ | | |/ | |/|
| | * install-files handles empty INSTALL_FILES variableJonathan Maw2013-05-241-0/+2
| |/
* | include build-essential chunks tooPaul Sherwood2013-06-021-1/+1
| |
* | use sloccount instead of wc -lPaul Sherwood2013-05-281-6/+44
| |
* | add a first-pass script to checkout chunks, count lines in themPaul Sherwood2013-05-261-0/+19
|/
* Merge remote-tracking branch 'origin/baserock/jonathan/genivi-arm-deploy'Lars Wirzenius2013-05-235-1/+35
|\ | | | | | | | | Test built the GENIVI images, and they succeeded. Did not test-run the script, though.
| * Add deploy-genivi-devel-system-armv7 scriptJonathan Maw2013-05-235-1/+35
|/
* Fix erroneous references to dev branchRichard Maw2013-05-223-3/+3
| | | | morph merge wasn't smart enough to correct these references.
* Merge system branch 'baserock/richardmaw/build-essential-changes-merge'Richard Maw2013-05-223-3/+3
|\
| * Branch the base systemRichard Maw2013-05-225-10/+10
|/
* Merge commit '295abb023838c7de9c73ac3d619523b8c910835e'Lars Wirzenius2013-05-221-0/+110
|\
| * Include Lars' suggestions to install-files.configureJonathan Maw2013-05-221-2/+3
| |
| * Write install-files configuration extensionJonathan Maw2013-05-211-0/+109
|/
* Merge branch 'jonathan/no-readline'Jonathan Maw2013-05-211-12/+1
|\ | | | | | | Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Remove cpython's dependency on readlineJonathan Maw2013-05-211-1/+0
| |
| * Remove readlineJonathan Maw2013-05-211-11/+1
|/ | | | | | | Because of GENIVI requirements, we want to avoid GPLv3 code in the base systems, and would rather remove the component than roll it back to a pre-GPLv3 state and mantain that ourselves for bug and security fixes
* Merge remote-tracking branch 'origin/baserock/richarddale/qt4-tools'Lars Wirzenius2013-05-213-0/+145
|\ | | | | | | Reviewed-by: Lars Wirzenius
| * Add morphs for build a Qt4/Enlightenment based desktop systemRichard Dale2013-05-213-0/+145
|/
* Merge branch 'master' of git://git.baserock.org/baserock/baserock/morphsLars Wirzenius2013-05-213-0/+85
|\
| * Merge remote-tracking branch 'origin/baserock/samthursfield/highbank-be'Harrier2013-05-203-0/+85
| |\
| | * Merge remote-tracking branch 'origin/master' into ↵Sam Thursfield2013-05-072-7/+15
| | |\ | | | | | | | | | | | | baserock/samthursfield/highbank-be
| | * | Set correct architectures for BE systemsHarrier2013-03-182-2/+2
| | | |
| | * | Merge remote-tracking branch 'origin/master' into ↵Harrier2013-03-1824-78/+2045
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | baserock/samthursfield/highbank-be Conflicts: build-essential.morph build-essential.morph.yaml
| | * | | Unpetrify branchHarrier2013-03-189-294/+196
| | | | |
| | * | | Fix JSON syntaxHarrier2013-03-181-1/+1
| | | | |
| | * | | Fix build-dependsSam Thursfield2013-03-079-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Used old version of Morph to petrify which didn't edit them recursively.
| | * | | Use correct ref of MorphSam Thursfield2013-03-071-2/+1
| | | | |
| | * | | Petrify branchSam Thursfield2013-03-0719-241/+342
| | | | |
| | * | | Build correct BE kernel branchSam Thursfield2013-03-041-1/+1
| | | | |
| | * | | Fix names in new morphsSam Thursfield2013-02-263-4/+4
| | | | |
| | * | | Add Highbank BE morphologiesSam Thursfield2013-02-263-0/+85
| | | | |
| | * | | Fix more refsSam Thursfield2013-02-263-10/+10
| | | | |
| | * | | Further work on making build-essential stratum bootstrappableSam Thursfield2013-02-252-96/+172
| | | | |
| | * | | Update refs for system branchSam Thursfield2013-02-2515-70/+70
| | | | |
| | * | | Add new build-essential morphSam Thursfield2013-02-212-14/+423
| | | | | | | | | | | | | | | | | | | | In YAML format!
* | | | | Merge remote-tracking branch 'origin/baserock/tiagogomes/btrfsa'Lars Wirzenius2013-05-212-10/+9
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | I verified that base and devel systems build on x86-64.
| * | | | Add lzo as a dependency to btrfs-progsTiago Gomes2013-05-203-11/+10
|/ / / / | | | | | | | | | | | | This also will require to move lzo from tools to foundation.
* | | | Add a lua runtime dependency to the qt5-devel environmentRichard Dale2013-05-181-0/+5
| | | |
* | | | Merge branch 'jonathan/no-gnutls'Jonathan Maw2013-05-171-22/+0
|\ \ \ \ | | | | | | | | | | | | | | | Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | | | Remove chunks only gnutls depended onJonathan Maw2013-05-171-14/+0
| | | | |
| * | | | Remove gnutlsJonathan Maw2013-05-171-8/+0
|/ / / /