summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'baserock/richardmaw/S8564/ro-staging-area'Richard Maw2013-08-231-0/+32
|\ | | | | | | Reviewed-by: Lars Wirzenius
| * Edit devel systemRichard Maw2013-08-2210-40/+40
| |
| * Add a merged version of the build essential stratumRichard Maw2013-08-161-0/+319
| | | | | | | | | | | | | | | | | | This file is added to make it easier for someone other than myself to merge the branch, as unfortunately build-essential lost all its formatting. When merging the system branch, merge all the other repositories, then replace build-essential with build-essential-merged.
| * Rework to allow a read-only rootfsRichard Maw2013-08-159-300/+279
|/ | | | | | | | | | | | | | The diff is unfortunately useless as the build-essential has lost all formatting, but apart from the usual changes to use different branches, two new chunks have been added. Before stage2-gcc there is now stage2-gcc-fixed-headers, which updates stage1-gcc's internal headers to use limits from system headers. This was previously done at the beginning of stage2-gcc, but required changes to the staging area. There is now also stage2-reset-specs before stage3, which does a nasty hack to prevent gcc using the sysroot specs in the chroot.
* Merge branch 'baserock/jonathan/drop-devel'Jonathan Maw2013-08-088-103/+121
|\ | | | | | | Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Remove genivi-devel systems and replace reference to themJonathan Maw2013-08-073-103/+1
| |
| * Make x86 devel systems genivi-devel systemsJonathan Maw2013-08-072-0/+48
| |
| * Make ARM devel systems into GENIVI devel systemsJonathan Maw2013-08-073-0/+72
|/
* Merge remote-tracking branch 'origin/liw/update-cmdtest'Lars Wirzenius2013-07-231-0/+5
|\ | | | | | | Undid some ref changes from morph edit.
| * Add python-markdown to toolsLars Wirzenius2013-07-231-0/+5
| | | | | | | | Yarn in cmdtest needs it.
| * Edit cmdtest so we can upgrade it in BaserockLars Wirzenius2013-07-232-2/+2
|/
* Merge remote-tracking branch 'remotes/origin/jonathan/remove-system-kind'Lars Wirzenius2013-07-2216-32/+0
|\
| * Remove obsolete fieldsJonathan Maw2013-07-0516-32/+0
| |
* | Merge branch 'liw/README-update'Lars Wirzenius2013-07-221-1/+3
|\ \ | | | | | | | | | Reviewed-by: Daniel Silverstone
| * | Update README to be slightly more explanatoryLars Wirzenius2013-07-221-1/+3
|/ / | | | | | | Suggested-by: Tiago Gomes
* | Fix name of morph as 'multimedia-gstreamer-0.10'Richard Dale2013-07-091-1/+1
| |
* | Add the connectivity statum for EnlightenmentRichard Dale2013-07-093-0/+9
| |
* | Add a 'multimedia-gstreamer-0.10' morph for use with components thatRichard Dale2013-07-097-18/+41
| | | | | | | | | | | | need gstreamer 0.10 Revert the multimedia.morph back to gstreamer 1.0 for use with GENIVI
* | Merge branch 'baserock/tiagogomes/genivi-license2' of ↵Tiago Gomes2013-07-082-0/+697
|\ \ | | | | | | | | | | | | | | | git://git.baserock.org/baserock/baserock/morphs Reviewed by Richard Maw
| * | Script to retrive the licenses used in the chunks inside a system imageTiago Gomes2013-07-082-0/+697
| | |
* | | Add gstreamer-plugins-good to the multimedia stratumRichard Dale2013-07-051-0/+7
| |/ |/|
* | Add sqlite3 as a build dependency for qtbaseRichard Dale2013-07-051-0/+1
| |
* | Remove unwanted qtquick1 lineRichard Dale2013-07-041-1/+0
| |
* | Add dependencies to build libQt53DQuickRichard Dale2013-07-041-5/+9
|/
* Add a qt3d chunkRichard Dale2013-07-031-0/+5
|
* This patch adds gstreamer-plugins-base to the multimedia stratumRichard Dale2013-07-034-2/+25
| | | | | | It reverts the gstreamer version for 1.0 to 0.10 The multimedia stratum is used by Enlightenment, Qt4 and Qt5
* Merge branch 'baserock/tiagogomes/bbgaw'Tiago Gomes2013-07-031-0/+4
|\ | | | | | | Reviewed by Lars Wirzenius
| * Create a symbolic link for awk pointing to busyboxTiago Gomes2013-07-031-0/+4
|/
* Merge branch 'baserock/richardmaw/S8258/yaml-morphologies' of ↵Richard Maw2013-07-0252-4769/+2704
|\ | | | | | | | | | | git://git.baserock.org/baserock/baserock/morphs Reivewed-by: Lars Wirzenius over IRC.
| * Replace JSON morphologies with YAML.Richard Maw2013-07-0248-4262/+2704
| |
| * Remove bootstrap strataRichard Maw2013-07-024-507/+0
|/ | | | These have been obsoleted by build-essential.
* Don't delete meta file when some files from a chunk are keptRichard Dale2013-06-271-1/+5
|
* Allow an optional pattern to match files not to be stripped from a chunkRichard Dale2013-06-261-22/+25
|
* Remove duplicate copies of deployment extensionsLars Wirzenius2013-06-2412-1400/+0
|
* Merge branch 'master' of git://git.baserock.org/baserock/baserock/morphsLars Wirzenius2013-06-218-33/+133
|\
| * Merge branch 'baserock/richardmaw/S8141-add-u-boot-tools' of ↵Richard Maw2013-06-201-0/+6
| |\ | | | | | | | | | | | | | | | git://git.baserock.org/baserock/baserock/morphs Reviwed-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
| | * tools: add u-boot toolsRichard Maw2013-06-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | This will be needed on ARM devices that need to alter their bootloader configuration, and make kernels in uImage format. It will also be useful for x86 devices that have to prepare scripts for u-boot.
| * | Add a chunk for the xauth appRichard Dale2013-06-191-0/+8
| |/
| * Merge branch 'baserock/richardmaw/S8131-deploy-with-spaces'Richard Maw2013-06-096-33/+119
| |\
| | * Sync write extensions with morphRichard Maw2013-06-096-33/+119
| | | | | | | | | | | | | | | | | | This adds improved autostart logic for kvm, the new filesystem layout, a working tar.write, network config for virtualbox and allowing paths with spaces in.
* | | Merge branch 'liw/release-deploys'Lars Wirzenius2013-06-211-0/+27
|\ \ \ | |/ / |/| | | | | Reviewed-by: Daniel Silverstone
| * | Add script to create release-time raw disk imagesLars Wirzenius2013-06-201-0/+27
|/ /
* | Merge remote-tracking branch 'origin/baserock/richarddale/genivi-strip-chunks'Lars Wirzenius2013-06-191-3/+20
|\ \ | |/ |/| | | Broke too-long lines into shorter ones.
| * Add more chunks to be stripped from GENIVIRichard Dale2013-06-191-2/+2
|/
* Merge remote-tracking branch 'origin/baserock/richarddale/genivi-strip-nano'Lars Wirzenius2013-06-191-1/+1
|\
| * Add nano to the list of chunks to be stripped from GENIVIRichard Dale2013-06-191-1/+1
|/
* Merge branch 'add-bc' of git://git.baserock.org/baserock/baserock/morphsTiago Gomes2013-06-101-0/+8
|\ | | | | | | Reviewed by Lars Wirzenius
| * Add bc to core.Tiago Gomes2013-06-101-0/+8
|/ | | | We need bc so we can upgrade to Linux 3.9 and so we can add parted.
* Revert "Remove deployment extensions that are in morph"aTiago Gomes2013-06-1012-0/+1314
| | | | | | | This reverts commit 21c5c335597e802f9a2f53f1a11d08514e69c506. We still need these extensions to be able to work with the latests changes in the morphs repository, using baserock-8 version of morph.
* Remove deployment extensions that are in morphJonathan Maw2013-06-0612-1314/+0
| | | | | | | | | It is only important for these extensions to be in morphs for releases, so that a release may be built with the previous one. In other cases, these extensions are annoying because they override the ones in morph, so should be removed.