summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Lars' release clusterJonathan Maw2013-10-011-0/+59
|/
* Merge branch 'baserock/jonathanmaw/S9000/reorder-morphs'Jonathan Maw2013-09-3060-1989/+1954
|\ | | | | | | Under-orders-of: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Delete genivi-staging and reorder morph contentsJonathan Maw2013-09-3060-1989/+1954
|/
* Merge branch 'baserock/xfce-build-rebase-2'Jonathan Maw2013-09-303-0/+284
|\ | | | | | | | | Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk> Rubber-stamped-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
| * Add an Xfce systemPaul Sherwood2013-09-263-0/+284
| | | | | | | | | | Some chunks use a baserock/xfce-build branch because a baserock/morph branch already existed
* | Merge branch 'baserock/pedroalvarez/cloudinit'Pedro Alvarez2013-09-266-24/+118
|\ \ | | | | | | | | | | | | Reviewed-by: Richard Maw <richard.maw@codethink.co.uk> Reviewed-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
| * | Add cloudinit-support Stratum morphology.Pedro Alvarez2013-09-263-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cloudinit-support.morph: Stratum morphology to add cloudinit. This stratum also adds all the necessary dependencies needed. Cloudinit is needed to provide any system the capacity of run scripts to configure it at boot time. openstack-client-base-system-x86_32-generic.morph: baserock base system (x86_32) optimized to deploy in OpenStack. It uses the 'vdaboot.configure' extension to use virtio disks, and includes the 'cloudinit-support' stratum. openstack-client-base-system-x86_64-generic.morph: baserock base system (x86_64) optimized to deploy in OpenStack as base-system-x86_32-openstack.morph does.
| * | Move pyyaml from 'tools' to 'core'.Pedro Alvarez2013-09-253-24/+12
|/ / | | | | | | | | | | | | | | | | | | Also moved python-setuptools because is a dependency of pyyaml. Pyyaml is moved to core because is a dependency of 'cloudinit-support' stratum and moving it give us the capacity of buid base systems with cloduinit. core.morph: added pyyaml and python-setuptools tools.morph: deleted pyyaml and python-setuptools cross-bootstrap.morph: deleted pyyaml and python-setuptools
* | Add Versatile TC2 supportLars Wirzenius2013-09-252-0/+36
| | | | | | | | Reviewed-by: Daniel Silverstone (over the shoulder)
* | Merge branch 'baserock/jonathan/S8557/cross-bootstrap-system-rebase'Jonathan Maw2013-09-242-0/+86
|\ \ | | | | | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | Add cross-bootstrap system and stratumJonathan Maw2013-09-242-0/+86
|/ /
* | Merge branch 'baserock/liw/S8699-openssl-git-repo'Lars Wirzenius2013-09-241-5/+5
|\ \ | | | | | | | | | | | | Reviewed-by: Richard Maw (on irc) Reviewed-by: Daniel Silverstone (on irc)
| * | Use openssl-new instead of opensslLars Wirzenius2013-09-241-5/+5
|/ /
* | Merge remote-tracking branch 'remotes/origin/baserock/liw/S8700-bc-segfault'Lars Wirzenius2013-09-231-0/+1
|\ \ | | | | | | | | | | | | Undid ref changes. After this, the only relevant change is to add a build-dependency on texinfo-tarball to bc.
| * | Add missing build-dep on texinfo to bcLars Wirzenius2013-09-181-0/+1
| | |
| * | Edit bcLars Wirzenius2013-09-1814-45/+45
|/ /
* | Merge branch 'baserock/pedroalvarez/openstack' (glanceclient)Pedro Alvarez2013-09-173-0/+107
|\ \
| * | Add glanceclient Stratum morphology.Pedro Alvarez2013-09-173-0/+107
|/ / | | | | | | | | | | | | | | | | | | | | glanceclient.morph: Stratum morphology to add glanceclient. This stratum also adds all the necessary dependencies needed. Glanceclient is needed to provide the development system the capacity to deploy images into an openstack system. This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the glanceclient module) and a command-line tool (glance).
* | Merge branch 'ct-demo-1/liw/wandboard-v2'Lars Wirzenius2013-09-162-0/+68
|\ \ | |/ |/| | | | | | | | | Tested by myself. Reviewed-by: Jonathan Maw (on irc) Reviewed-by: Richard Maw (on irc)
| * Add Wandboard BSP and devel systemLars Wirzenius2013-09-162-0/+68
|/ | | | Most of the work done by Joe Burmeister, but changes by me.
* Remove tab character that snuck inRichard Maw2013-08-231-1/+1
| | | | Rubber-stamped-by: Richard Maw
* 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.