summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Fix the name of the system morphologyRichard Dale2013-05-171-1/+1
|
* Change ref attributes to point to masterRichard Dale2013-05-164-9/+9
|
* Delete the scripting.morph stratumRichard Dale2013-05-161-20/+0
|
* Specify the 'lua' morph rather than 'scripting'Richard Dale2013-05-161-1/+1
|
* Rename scripting.morph as lua.morphRichard Dale2013-05-161-0/+20
|
* Add extra X11 chunks for build the Enlightenment window managerRichard Dale2013-05-161-0/+38
|
* Add a system morphology to build an Enlightment/Qt5 based dev environmentRichard Dale2013-05-161-0/+60
|
* Split Qt Creator and example apps off into a qt5-sdk stratumRichard Dale2013-05-162-42/+121
|
* Add a stratum for build the Enlightenment Window Manager/DesktopRichard Dale2013-05-161-0/+58
|
* Add a tools dependency to the scripting morphRichard Dale2013-05-161-0/+7
|
* Merge branch 'baserock/tiagogomes/nano' of ↵Tiago Gomes2013-05-161-0/+8
|\ | | | | | | | | | | git://git.baserock.org/baserock/baserock/morphs Reviewed by Lars Wirzenius
| * Add nano text editor to the core morphologyTiago Gomes2013-05-151-0/+8
|/
* Merge branch 'add-drop-config-extension' of ↵Richard Maw2013-05-1313-12/+51
|\ | | | | | | | | | | ssh://git.baserock.org/baserock/baserock/morphs This fixes a typo in the morphologies, referencing drop-config-files
| * Merge branch 'add-drop-config-extension' of ↵Tiago Gomes2013-05-130-0/+0
| |\ | | | | | | | | | git://git.baserock.org/baserock/baserock/morphs into add-drop-config-extension
| | * Add drop-config-files extension to all system morphologiesTiago Gomes2013-05-1312-12/+24
| |/ |/|
| * Put a copy of add-config-files extension in the morphs repository.Tiago Gomes2013-05-131-0/+27
| | | | | | | | This will allow older versions of morph to build newer systems.
| * Add add-config-files extension to all system morphologiesTiago Gomes2013-05-1312-12/+24
|/
* Add a chunk for installing freefont-otf fontsRichard Dale2013-05-101-0/+6
|
* Add chunks for qtsensors, qtserialport, qtquickcontrols and qtx11extrasRichard Dale2013-05-101-0/+24
| | | | qt5 modules
* Merge remote-tracking branch 'origin/baserock/tiagogomes/ssh-extension'Lars Wirzenius2013-05-0712-12/+24
|\
| * Add the ssh configuration extension to all the system morphologiesTiago Gomes2013-05-0712-12/+24
|/
* Merge remote-tracking branch 'origin/baserock/tiagogomes/hostnames'Lars Wirzenius2013-05-0712-0/+36
|\
| * Add set-hostname configure extension to all the system morphologies.Tiago Gomes2013-05-0312-0/+36
|/ | | | This is required so during deploy the hostname can be set.
* Add a qt5-tools.morph stratumRichard Dale2013-05-022-0/+164
| | | | | Add extra chunks to the x-x86_64-generic.morph to satisfy qt5 build dependencies
* Merge branch 'baserock/tiagogomes/screen-branch' of ↵Tiago Gomes2013-04-301-0/+6
|\ | | | | | | | | | | git://git.baserock.org/baserock/baserock/morphs Reviewer: Daniel Silverstone
| * Add screen to tools stratumTiago Gomes2013-04-291-0/+6
|/
* Merge branch 'master' of git://git.baserock.org/baserock/baserock/morphsLars Wirzenius2013-03-261-7/+8
|\
| * Add bzip2 support to PythonLars Wirzenius2013-03-261-7/+8
| |
* | Add build dependency to the nfs stratumLars Wirzenius2013-03-261-0/+7
|/ | | | Reviewed-by: Jonathan Maw (on irc)
* Fix up refs after mergeSam Thursfield2013-03-1518-86/+86
| | | | I'm not sure how these got lost.
* Merge branch 'baserock/samthursfield/build-essential-2-rebase'Sam Thursfield2013-03-1518-77/+640
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Baserock no longer requires a staging filler to build. Instead, the tools of the host system are used to bootstrap a compiler which then builds the rest of the system in a staging chroot, as was previously done with the staging filler. There are likely to be errors if you do try to build with a staging filler, because it will interfere with the build-essential bootstrap process. Versions of Morph before the following commit can no longer build Baserock systems: commit 13cded5a796889c748e60ffa17fc92bad592bf39 Merge: 8046bf0 4b5f45f Author: Sam Thursfield <sam.thursfield@codethink.co.uk> Date: Fri Mar 15 11:05:07 2013 +0000 Merge branch 'samthursfield/arch' Reviewed-By: concensus
| * Add zlib to build-essentialSam Thursfield2013-03-143-19/+97
| | | | | | | | | | | | It's never good to have multiple versions of the same library in use on a system, so we should avoid using the versions of ZLib that are bundled in the GCC and Binutils releases.
| * Add new build-essential morphologySam Thursfield2013-03-142-23/+508
| |
| * Set refs for system branchSam Thursfield2013-03-1416-44/+44
|/
* Re-sort tools.morphSam Thursfield2013-03-131-6/+6
|
* Merge system branch 'baserock/richardholland/add-file'Sam Thursfield2013-03-131-0/+6
|\
| * Add a chunk for the "file" programme to tools.morphRic Holland2013-03-062-1/+7
|/
* Move cmake to core stratumJonathan Maw2013-03-052-6/+6
| | | | | The GENIVI components layer_management, DLT_daemon and AudioManager use cmake to build.
* Moved gtk-doc-stub to coreJonathan Maw2013-03-052-6/+10
| | | | Core is for build-dependencies, foundation is for userland tools.
* Make libxml2 depend on cpython, so it generates python bindingsJonathan Maw2013-03-051-18/+19
|
* Move gtk-doc-stub into foundationJonathan Maw2013-03-052-6/+6
| | | | | | | dbus-glib (and doubtless others) have a hard dependency on gtk-doc which can be satisfied by gtk-doc-stub, instead. Reviewed-by: Richard Maw <richard.maw@codethink.co.uk>
* Change GENIVI system morphologies to rootfs-tarballJonathan Maw2013-03-054-4/+4
| | | | | | This is for consistency with the base system and devel system. Reviewed-by: Richard Maw <richard.maw@codethink.co.uk>
* Use the build-essential branch of gccJonathan Maw2013-03-051-1/+1
| | | | | | | The build-essential branch of gcc is made to build with a build-essential staging-filler, while the master branch isn't. Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
* Fix bad names in genivi devel systemJonathan Maw2013-03-012-2/+2
|
* Merge branch 'jonathanmaw/genivi-devel'Jonathan Maw2013-03-012-0/+150
|\ | | | | | | Reviewed-by: Richard Maw <richard.maw@codethink.co.uk>