summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Petrify for releasebaserock/release/maximum-protonRichard Maw2012-05-084-395/+395
|
* Use repo alias prefixes everywhereLars Wirzenius2012-05-038-44/+224
|
* Add an imx53-bsp stratum with only the linux kernel for now.Jannis Pohlmann2012-05-011-0/+10
|
* Remove syslinux dependency on linux, assume it is not needed for build.Jannis Pohlmann2012-05-011-1/+2
|
* Fix typo (it's not bnaserock/morph...).Jannis Pohlmann2012-05-011-1/+1
|
* Squashme: Further work related to the x86_64-generic-bsp stratum.Jannis Pohlmann2012-05-015-9/+20
|
* Squashme: Initial work on creating an x86_64 BSP stratum.Jannis Pohlmann2012-05-015-21/+7
|
* fix over zealous seddingRichard Maw2012-04-263-3/+3
|
* morphs: eglibc-{devel,runtime} are goneRichard Maw2012-04-263-3/+3
|
* bootstrap-pass2: build eglibc-devel chunkRichard Maw2012-04-261-1/+1
| | | | | | eglibc has its chunks defined and the default everything chunk is not eglibc if that is the case. eglibc-devel does add everything so we use that.
* bootstrap: only build eglibc once in bootstrapRichard Maw2012-04-261-7/+1
|
* devel: intltool depends on XML::Parser perl moduleJavier Jardón2012-04-241-1/+6
|
* devel: Use baserock/morph branch of intltoolJavier Jardón2012-04-191-1/+1
| | | | Where we have a patch to use autoreconf instead gnome-common
* intltool doesn't have a master branch so use "trunk" for now.Jannis Pohlmann2012-04-191-1/+1
|
* bootstrap: add linux-user-chrootRichard Maw2012-04-193-4/+26
| | | | | | | | | | | | It builds just like autotools, so its morphology can be inferred for pass 2 and devel, but pass 1 needs some configuration because the headers needed to build it aren't in debian squeeze. autogen.sh uses `which` to test whether autoreconf exists, which we only have in busybox, which wasn't built in pass 1. It is built later in pass 2, so it is easier to build linux-user-chroot later. Also remove sudo from bootstrap, we don't use it.
* devel: Fix intltool module definitionJavier Jardón2012-04-181-1/+2
|
* Add libxml2, libxslt and intltool to devel.morphJavier Jardón2012-04-181-0/+17
|
* Add git to the morph-cache-server stratum because it's obviously needed.Jannis Pohlmann2012-04-171-0/+4
|
* Add openssl to morph-cache-server as it is needed for Python's hashlib.Jannis Pohlmann2012-04-171-0/+4
|
* Reduce the size of x86-morph-cache-server-system to 500 MB.Jannis Pohlmann2012-04-171-1/+1
| | | | This should suffice for now.
* Move zlib from devel to foundation.Jannis Pohlmann2012-04-172-4/+4
| | | | | We've decided that it belongs here anyway and it is also required to run cpython in the morph-cache-server stratum.
* Add cliapp to the morph-cache-server stratum.Jannis Pohlmann2012-04-171-1/+5
|
* Add a new x86-morph-cache-server-system.morph.Jannis Pohlmann2012-04-171-0/+10
| | | | | This includes foundation, linux-stratum and the morph-cache-server stratum.
* Fix a typo in the python-bottle repository name.Jannis Pohlmann2012-04-171-1/+1
|
* Use bottle.git as the repository for python-bottle.Jannis Pohlmann2012-04-171-1/+1
|
* Add morph-cache-server stratum.Jannis Pohlmann2012-04-171-0/+22
| | | | | It currently includes cpython, python-bottle and the cache server app itself.
* morphs: migrate to cpython repositoryRichard Maw2012-03-294-12/+12
|
* Move linux-api-headers from foundation to devel.Jannis Pohlmann2012-03-272-5/+5
|
* Add tbdiff to the foundation stratum.Jannis Pohlmann2012-03-231-0/+4
|
* Remove ccache from pass1 for now.Jannis Pohlmann2012-03-221-5/+0
| | | | | | | | | | Reasons: 1. there are potential problems with mixing the bootstrap host's ccache and the one we've build (or at least mixing their cache directories) 2. ccache currently fails on ARM due to being built with "-Wall -Werror", presumably this is turned on by autogen.sh or autoreconf.
* Move util-linux from devel to foundation.Jannis Pohlmann2012-03-222-4/+4
|
* Add btrfs-progs to foundation.Jannis Pohlmann2012-03-211-0/+4
|
* attr.morph has been fixed, add it back to foundation.Jannis Pohlmann2012-03-211-0/+4
|
* Revert "Add attr to foundation."Jannis Pohlmann2012-03-211-4/+0
| | | | | | | This reverts commit 692bc2747035577dec19e3c0d1b0479b0029e885. As it turns out, attr needs more work to build inside a baserock devel system.
* Add attr to foundation.Jannis Pohlmann2012-03-211-0/+4
|
* bootstrap-pass1: use redhat binutils mirrorRichard Maw2012-03-211-2/+2
| | | | | | this mirror has more useful history and is a direct git mirror the baserock/bootstrap-pass1 branch is based off the same contents as the tarball release we built from earlier
* Merge branch 'master' of gitorious.org:baserock/morphsLars Wirzenius2012-03-201-1/+1
|\
| * Revert "Try eglibc 2.13 in the first pass again to verify that still works."Jannis Pohlmann2012-03-201-1/+1
| | | | | | | | This reverts commit 444614702123867cddadb037c4c13754533aec0a.
* | Remove test stories that are no longer relevantLars Wirzenius2012-03-201-4/+0
|/ | | | Morph no longer supports these.
* morph branch-stratum: add ccacheRichard Maw2012-03-201-0/+5
|
* Try eglibc 2.13 in the first pass again to verify that still works.Jannis Pohlmann2012-03-201-1/+1
|
* Switch to the 2.15-{bootstrap-pass1,morph} branches of eglibc2.Jannis Pohlmann2012-03-204-5/+5
|
* Switch to the baserock/morph-2.15 branch of eglibc2.Jannis Pohlmann2012-03-203-4/+4
|
* Add eglibc-devel to the bootstrap-pass2 stratum.Jannis Pohlmann2012-03-201-0/+6
|
* Merge branch 'master' into rm/morph-pass1Richard Maw2012-03-194-6/+243
|\
| * Add a unified bootstrap-pass2.morph stratum.Jannis Pohlmann2012-03-161-0/+236
| |
| * Remove busybox-devel from devel, since we have it on foundation nowLars Wirzenius2012-03-151-5/+0
| |
| * Remove erroneous superfluous space from morph filenameLars Wirzenius2012-03-151-1/+1
| |
| * Add busybox to foundationLars Wirzenius2012-03-151-0/+6
| |
| * Increase base system image sizeLars Wirzenius2012-03-141-1/+1
| | | | | | | | | | This is temporary, because morph's system image building code needs a bigger size right now.