From c6d82626a81d821385c2f58efb860681d09152f3 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 25 May 2012 09:33:28 +0000 Subject: Petrify strata for accelerated vegetable release --- devel.morph | 630 +++++++++++++++++++++++------------------------ foundation.morph | 324 ++++++++++++------------ x86_64-generic-bsp.morph | 34 +-- 3 files changed, 494 insertions(+), 494 deletions(-) diff --git a/devel.morph b/devel.morph index d25b2a9..7996ce1 100644 --- a/devel.morph +++ b/devel.morph @@ -1,316 +1,316 @@ { - "name": "devel", - "description": "The set of programs that, when combined with foundation, are able to build devel and foundation. This is somewhat analogous to debian's build-essential", - "kind": "stratum", - "sources": [ - { - "name": "linux-api-headers", - "repo": "upstream:linux", - "ref": "baserock/3.2-headers" - }, - { - "name": "eglibc", - "repo": "upstream:eglibc2", - "morph": "eglibc", - "ref": "baserock/2.15-morph" - }, - { - "name": "binutils", - "repo": "upstream:binutils-redhat", - "ref": "baserock/morph" - }, - { - "name": "gmp", - "repo": "upstream:gmp", - "ref": "baserock/morph" - }, - { - "name": "mpfr", - "repo": "upstream:mpfr", - "ref": "baserock/morph" - }, - { - "name": "mpc", - "repo": "upstream:mpc", - "ref": "baserock/morph" - }, - { - "name": "gcc", - "repo": "upstream:gcc-tarball", - "ref": "baserock/morph" - }, - { - "name": "patch", - "repo": "upstream:patch", - "ref": "baserock/morph" - }, - { - "name": "ncurses", - "repo": "upstream:ncurses", - "ref": "baserock/morph" - }, - { - "name": "gperf", - "repo": "upstream:gperf", - "ref": "baserock/morph" - }, - { - "name": "xz", - "repo": "upstream:xz", - "ref": "baserock/morph" - }, - { - "name": "coreutils", - "repo": "upstream:coreutils", - "ref": "rm/no-bb-overlap/morph" - }, - { - "name": "m4", - "repo": "upstream:m4", - "ref": "baserock/morph" - }, - { - "name": "bison", - "repo": "upstream:bison", - "ref": "baserock/morph" - }, - { - "name": "readline", - "repo": "upstream:readline", - "ref": "baserock/morph" - }, - { - "name": "bash", - "repo": "upstream:bash", - "ref": "baserock/morph" - }, - { - "name": "gdbm", - "repo": "upstream:gdbm", - "ref": "baserock/morph" - }, - { - "name": "perl", - "repo": "upstream:perl", - "ref": "baserock/morph" - }, - { - "name": "autoconf", - "repo": "upstream:autoconf", - "ref": "baserock/morph" - }, - { - "name": "automake", - "repo": "upstream:automake", - "ref": "baserock/morph" - }, - { - "name": "libtool", - "repo": "upstream:libtool", - "ref": "baserock/morph" - }, - { - "name": "gawk", - "repo": "upstream:gawk", - "ref": "baserock/morph" - }, - { - "name": "help2man", - "repo": "upstream:help2man", - "ref": "baserock/morph" - }, - { - "name": "flex", - "repo": "upstream:flex", - "ref": "baserock/morph" - }, - { - "name": "gettext", - "repo": "upstream:gettext", - "ref": "baserock/morph" - }, - { - "name": "pkg-config", - "repo": "upstream:pkg-config", - "ref": "baserock/morph" - }, - { - "name": "linux-user-chroot", - "repo": "upstream:linux-user-chroot", - "ref": "master", - "build-depends": [ - "autoconf", - "automake", - "libtool" - ] - }, - { - "name": "groff", - "repo": "upstream:groff", - "ref": "baserock/morph" - }, - { - "name": "make", - "repo": "upstream:make", - "ref": "baserock/morph" - }, - { - "name": "gtk-doc-stub", - "repo": "upstream:gtk-doc-stub", - "ref": "master", - "build-depends": [ - "bash", - "make" - ] - }, - { - "name": "texinfo-tarball", - "repo": "upstream:texinfo-tarball", - "ref": "baserock/morph", - "build-depends": [ - "make" - ] - }, - { - "name": "vim", - "repo": "upstream:vim", - "ref": "baserock/morph" - }, - { - "name": "openssl", - "repo": "upstream:openssl", - "ref": "baserock/morph" - }, - { - "name": "curl", - "repo": "upstream:curl", - "ref": "baserock/morph", - "build-depends": [ - "openssl" - ] - }, - { - "name": "cpython", - "repo": "upstream:cpython", - "ref": "baserock/morph-2.7" - }, - { - "name": "cliapp", - "repo": "upstream:cliapp", - "ref": "baserock/morph", - "build-depends": [ - "cpython" - ] - }, - { - "name": "git", - "repo": "upstream:git", - "ref": "baserock/morph", - "build-depends": [ - "openssl", - "curl", - "cpython" - ] - }, - { - "name": "openssh", - "repo": "upstream:openssh", - "ref": "baserock/morph", - "build-depends": [ - "autoconf", - "automake", - "libtool", - "gettext", - "openssl" - ] - }, - { - "name": "nasm", - "repo": "upstream:nasm", - "ref": "baserock/morph", - "build-depends": [ - "autoconf" - ] - }, - { - "name": "python-setuptools", - "repo": "upstream:python-setuptools", - "ref": "baserock/morph", - "build-depends": [ - "cpython" - ] - }, - { - "name": "python-coveragepy", - "repo": "upstream:python-coveragepy", - "ref": "baserock/morph", - "build-depends": [ - "cpython", - "python-setuptools" - ] - }, - { - "name": "python-coverage-test-runner", - "repo": "upstream:python-coverage-test-runner", - "ref": "baserock/morph", - "build-depends": [ - "cpython", - "python-coveragepy" - ] - }, - { - "name": "python-ttystatus", - "repo": "upstream:python-ttystatus", - "ref": "baserock/morph", - "build-depends": [ - "cpython" - ] - }, - { - "name": "cmdtest", - "repo": "upstream:cmdtest", - "ref": "baserock/morph", - "build-depends": [ - "cpython", - "python-ttystatus" - ] - }, - { - "name": "libxml2", - "repo": "upstream:libxml2", - "ref": "master" - }, - { - "name": "libxslt", - "repo": "upstream:libxslt", - "ref": "master", - "build-depends": [ - "libxml2" - ] - }, - { - "name": "XML-Parser", - "repo": "upstream:XML-Parser", - "ref": "master" - }, - { - "name": "intltool", - "repo": "upstream:intltool", - "ref": "baserock/morph", - "build-depends": [ - "perl", - "XML-Parser" - ] - }, - { - "name": "morph", - "repo": "baserock:morph", - "ref": "master", - "build-depends": [ - "cliapp", - "cmdtest", - "python-coverage-test-runner" - ] - } - ] -} + "sources": [ + { + "repo": "upstream:linux", + "ref": "3a95f06040f0c5860fb491e2e06dd231e588f28b", + "name": "linux-api-headers" + }, + { + "repo": "upstream:eglibc2", + "ref": "443881d8d0561260ec42fa8c1ceebcf84cade3fb", + "name": "eglibc", + "morph": "eglibc" + }, + { + "repo": "upstream:binutils-redhat", + "ref": "64925e37b9d136b0b4bcce5aa69f903825d6d6e4", + "name": "binutils" + }, + { + "repo": "upstream:gmp", + "ref": "466552453f0338142772f9c19abf7902b8d8c1d7", + "name": "gmp" + }, + { + "repo": "upstream:mpfr", + "ref": "818ff26ac3cda22bae26bb04b2d0765e591a945e", + "name": "mpfr" + }, + { + "repo": "upstream:mpc", + "ref": "1be5e274ff97618fbc84c1d759fff47d0770e2c6", + "name": "mpc" + }, + { + "repo": "upstream:gcc-tarball", + "ref": "74efcfc4f0401fd0f885a06a56e9fd6cb79393c8", + "name": "gcc" + }, + { + "repo": "upstream:patch", + "ref": "aaf1c4ddcd76930cd720fc97a5f2f0ab5f3a2f2d", + "name": "patch" + }, + { + "repo": "upstream:ncurses", + "ref": "0fe89dc66ec061b839bea3ab451207e2dee757b9", + "name": "ncurses" + }, + { + "repo": "upstream:gperf", + "ref": "5094e4a539adf845111013f82c2c4fcaec637983", + "name": "gperf" + }, + { + "repo": "upstream:xz", + "ref": "581deedf9d1eadcd84c4fcd23b9fdfe2dde18cc2", + "name": "xz" + }, + { + "repo": "upstream:coreutils", + "ref": "f679f6f751aaa3c1f6f53ecb9b13a8d8135ae556", + "name": "coreutils" + }, + { + "repo": "upstream:m4", + "ref": "910d2949998ee54d79cc29a3488853ee35a3d828", + "name": "m4" + }, + { + "repo": "upstream:bison", + "ref": "de0d3e003c412e9d1e28bff76f40fa10086e7233", + "name": "bison" + }, + { + "repo": "upstream:readline", + "ref": "487c733f227a4e569dd717cd166faca5d7a6016c", + "name": "readline" + }, + { + "repo": "upstream:bash", + "ref": "23c68a6e63e4640b957146b3069db47321da828d", + "name": "bash" + }, + { + "repo": "upstream:gdbm", + "ref": "e48ae579bb2e64987236815ae027aea23057f35f", + "name": "gdbm" + }, + { + "repo": "upstream:perl", + "ref": "349ef727dbd0928484b337efdf5e0c4761343ee1", + "name": "perl" + }, + { + "repo": "upstream:autoconf", + "ref": "d0552477c097163bb65dad1ac6d046bccf2ade53", + "name": "autoconf" + }, + { + "repo": "upstream:automake", + "ref": "460c46a980d66f3dbee78b133c40deadb379a726", + "name": "automake" + }, + { + "repo": "upstream:libtool", + "ref": "05d2e767c66be5f5e8f7b4e751e02c33363535c1", + "name": "libtool" + }, + { + "repo": "upstream:gawk", + "ref": "50f0b17eed671d784ceda3ad0c864a2b88fd909d", + "name": "gawk" + }, + { + "repo": "upstream:help2man", + "ref": "0191a5f61525f8deea2ae8bdfea88190d85b6a71", + "name": "help2man" + }, + { + "repo": "upstream:flex", + "ref": "6b3c38ce0f98e7fa0476621ac64e8602655fdadf", + "name": "flex" + }, + { + "repo": "upstream:gettext", + "ref": "dc1334d18e967e96cb32686d315ed9a9f49b2ea6", + "name": "gettext" + }, + { + "repo": "upstream:pkg-config", + "ref": "775bcb66bb7304e6ca0f0956af2ad9e46ce54041", + "name": "pkg-config" + }, + { + "repo": "upstream:linux-user-chroot", + "ref": "d234ccf15a897024bb004d0f3a9a2f3b8d0976e6", + "name": "linux-user-chroot", + "build-depends": [ + "autoconf", + "automake", + "libtool" + ] + }, + { + "repo": "upstream:groff", + "ref": "c7017a099f954bb6de60e79c876935b1bf438b9a", + "name": "groff" + }, + { + "repo": "upstream:make", + "ref": "ceb0cf207646317cfc29b495d05039eb99955819", + "name": "make" + }, + { + "repo": "upstream:gtk-doc-stub", + "ref": "58ec0d8593541ef7ae522ce42ebec6f98536c4e0", + "name": "gtk-doc-stub", + "build-depends": [ + "bash", + "make" + ] + }, + { + "repo": "upstream:texinfo-tarball", + "ref": "4843a7f5ff14ac802a56f1cdd49960b25c15702b", + "name": "texinfo-tarball", + "build-depends": [ + "make" + ] + }, + { + "repo": "upstream:vim", + "ref": "592b8c975bf83b4dcf608769bc664a80cb1daf9e", + "name": "vim" + }, + { + "repo": "upstream:openssl", + "ref": "20be0a825c402eaa045704e3fff921b607562996", + "name": "openssl" + }, + { + "repo": "upstream:curl", + "ref": "3c835adc9fe20f7b34df3f0abd4db6ff8b75bc3b", + "name": "curl", + "build-depends": [ + "openssl" + ] + }, + { + "repo": "upstream:cpython", + "ref": "ee3d55f859d7d54cb9bd9a376fbdecca89335aee", + "name": "cpython" + }, + { + "repo": "upstream:cliapp", + "ref": "ff32f587699e6a7ac19202404932dc5796efed6a", + "name": "cliapp", + "build-depends": [ + "cpython" + ] + }, + { + "repo": "upstream:git", + "ref": "e0b3ee0c26a3c9e76e55bda5c255d1c71022bef4", + "name": "git", + "build-depends": [ + "openssl", + "curl", + "cpython" + ] + }, + { + "repo": "upstream:openssh", + "ref": "3a5c3c15043ce951d8c206b6572ab142434e51f5", + "name": "openssh", + "build-depends": [ + "autoconf", + "automake", + "libtool", + "gettext", + "openssl" + ] + }, + { + "repo": "upstream:nasm", + "ref": "78bdad3d14fb875d5f2062957e326ba2a9e4ccb0", + "name": "nasm", + "build-depends": [ + "autoconf" + ] + }, + { + "repo": "upstream:python-setuptools", + "ref": "05b07a427a1eae2a51d527f7ac5135a8fd215d77", + "name": "python-setuptools", + "build-depends": [ + "cpython" + ] + }, + { + "repo": "upstream:python-coveragepy", + "ref": "77d2e3bfd8fb325092aaed37ba1378054d182d19", + "name": "python-coveragepy", + "build-depends": [ + "cpython", + "python-setuptools" + ] + }, + { + "repo": "upstream:python-coverage-test-runner", + "ref": "7561fe1790fa0aa638a9114def0c17742b4a3d3d", + "name": "python-coverage-test-runner", + "build-depends": [ + "cpython", + "python-coveragepy" + ] + }, + { + "repo": "upstream:python-ttystatus", + "ref": "47d871216cea6ce3b9d6efd70e9a0f38ab8604f0", + "name": "python-ttystatus", + "build-depends": [ + "cpython" + ] + }, + { + "repo": "upstream:cmdtest", + "ref": "ea50cfdfa9c15c3345b1046f9541b74852a05487", + "name": "cmdtest", + "build-depends": [ + "cpython", + "python-ttystatus" + ] + }, + { + "repo": "upstream:libxml2", + "ref": "ee8f1d4cda8dc1a6f2c515fe234f7bc89cdc9f80", + "name": "libxml2" + }, + { + "repo": "upstream:libxslt", + "ref": "8785a2ffd0d146df0395ab71ce4734d0a8ba0f7e", + "name": "libxslt", + "build-depends": [ + "libxml2" + ] + }, + { + "repo": "upstream:XML-Parser", + "ref": "faa6c572a0f215d6b8fd052ba627fd780bdf8446", + "name": "XML-Parser" + }, + { + "repo": "upstream:intltool", + "ref": "12f04c88be9ff8a578d8fd6990ee2448c66dc5f4", + "name": "intltool", + "build-depends": [ + "perl", + "XML-Parser" + ] + }, + { + "repo": "baserock:morph", + "ref": "1c0322a38644bfdf46bf5f3752939234798d1f4f", + "name": "morph", + "build-depends": [ + "cliapp", + "cmdtest", + "python-coverage-test-runner" + ] + } + ], + "kind": "stratum", + "name": "devel", + "description": "The set of programs that, when combined with foundation, are able to build devel and foundation. This is somewhat analogous to debian's build-essential" +} \ No newline at end of file diff --git a/foundation.morph b/foundation.morph index bc906a2..dd2ed19 100644 --- a/foundation.morph +++ b/foundation.morph @@ -1,163 +1,163 @@ { - "name": "foundation", - "description": "The components that go into every system. This is a balance between minimal and functional. It should be platform independent.", - "kind": "stratum", - "sources": [ - { - "name": "fhs-dirs", - "repo": "baserock:fhs-dirs", - "ref": "master" - }, - { - "name": "eglibc", - "morph": "eglibc", - "repo": "upstream:eglibc2", - "ref": "baserock/2.15-morph", - "build-depends": [] - }, - { - "name": "zlib", - "repo": "upstream:zlib", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "busybox", - "repo": "upstream:busybox", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "kmod", - "repo": "upstream:kmod", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "attr", - "repo": "upstream:attr", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "util-linux", - "repo": "upstream:util-linux", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "libcap2", - "repo": "upstream:libcap2", - "ref": "baserock/morph", - "build-depends": [ - "attr" - ] - }, - { - "name": "btrfs-progs", - "repo": "upstream:btrfs-progs", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "tbdiff", - "repo": "baserock:tbdiff", - "ref": "master", - "build-depends": [ - "eglibc", - "attr" - ] - }, - { - "name": "libusb", - "repo": "git://git.libusb.org/libusb.git", - "ref": "master", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "usbutils", - "repo": "git://github.com/gregkh/usbutils.git", - "ref": "master", - "build-depends": [ - "libusb" - ] - }, - { - "name": "pciutils", - "repo": "upstream:pciutils", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "libffi", - "repo": "upstream:libffi", - "ref": "master", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "libexpat", - "repo": "upstream:libexpat", - "ref": "baserock/morph", - "build-depends": [ - "eglibc" - ] - }, - { - "name": "glib", - "repo": "upstream:glib", - "ref": "master", - "build-depends": [ - "libffi" - ] - }, - { - "name": "dbus", - "repo": "upstream:dbus", - "ref": "baserock/morph", - "build-depends": [ - "libexpat", - "glib" - ] - }, - { - "name": "gobject-introspection", - "repo": "upstream:gobject-introspection", - "ref": "baserock/morph", - "build-depends": [ - "glib" - ] - }, - { - "name": "systemd", - "repo": "upstream:systemd", - "ref": "baserock/morph", - "build-depends": [ - "dbus", - "gobject-introspection", - "kmod", - "util-linux", - "libcap2", - "usbutils", - "pciutils" - ] - } - ] -} + "sources": [ + { + "repo": "baserock:fhs-dirs", + "ref": "f14d723658bc09a9355c5c6b9c9273870a759785", + "name": "fhs-dirs" + }, + { + "repo": "upstream:eglibc2", + "build-depends": [], + "ref": "443881d8d0561260ec42fa8c1ceebcf84cade3fb", + "name": "eglibc", + "morph": "eglibc" + }, + { + "repo": "upstream:zlib", + "ref": "118153b689b29ef931d5ea1dd84e9c43cd0800e3", + "name": "zlib", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:busybox", + "ref": "808415a0c28ec141cb26082c982125b2f240ac74", + "name": "busybox", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:kmod", + "ref": "baacc7dbd72193796b941fe58e72f99925767caa", + "name": "kmod", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:attr", + "ref": "be4a3c1d50981d2cbbe2cfb55498cac51909c37f", + "name": "attr", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:util-linux", + "ref": "4e68172383012de12a0acfc94e6b8b17aee3250a", + "name": "util-linux", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:libcap2", + "ref": "6aa1b72566a956b8c93f601b56fe47a0ad1b0fe3", + "name": "libcap2", + "build-depends": [ + "attr" + ] + }, + { + "repo": "upstream:btrfs-progs", + "ref": "e6e1ec3220581b29a0c2f049171f485eac9a6399", + "name": "btrfs-progs", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "baserock:tbdiff", + "ref": "160ccc9e93284ad567f476beb32620bb1e0e33b7", + "name": "tbdiff", + "build-depends": [ + "eglibc", + "attr" + ] + }, + { + "repo": "git://git.libusb.org/libusb.git", + "ref": "f651b2669c6ab0804d572650d79551bc2b70f525", + "name": "libusb", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "git://github.com/gregkh/usbutils.git", + "ref": "e5dfd96757f391afae045ae20b63a982386b16df", + "name": "usbutils", + "build-depends": [ + "libusb" + ] + }, + { + "repo": "upstream:pciutils", + "ref": "09db991f86d95feffc36d6dfe067f272c816295c", + "name": "pciutils", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:libffi", + "ref": "e72ed5eeaa9cfb0fdc86f6b3422734177b659f96", + "name": "libffi", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:libexpat", + "ref": "97678ab13f6d29878997256b6ae1ded679ae5c5c", + "name": "libexpat", + "build-depends": [ + "eglibc" + ] + }, + { + "repo": "upstream:glib", + "ref": "289e3b9143fe9bd27657ed277dd7ea2e1a690aa3", + "name": "glib", + "build-depends": [ + "libffi" + ] + }, + { + "repo": "upstream:dbus", + "ref": "7c4552e0a87550267c5761b8d2eb02fef75397e9", + "name": "dbus", + "build-depends": [ + "libexpat", + "glib" + ] + }, + { + "repo": "upstream:gobject-introspection", + "ref": "fae1c07eda4855e099efd8007cde4e0bbd2f9380", + "name": "gobject-introspection", + "build-depends": [ + "glib" + ] + }, + { + "repo": "upstream:systemd", + "ref": "8690f730658fa767e3e4b9f9a744066acc257a38", + "name": "systemd", + "build-depends": [ + "dbus", + "gobject-introspection", + "kmod", + "util-linux", + "libcap2", + "usbutils", + "pciutils" + ] + } + ], + "kind": "stratum", + "name": "foundation", + "description": "The components that go into every system. This is a balance between minimal and functional. It should be platform independent." +} \ No newline at end of file diff --git a/x86_64-generic-bsp.morph b/x86_64-generic-bsp.morph index 525ca9f..452d3c4 100644 --- a/x86_64-generic-bsp.morph +++ b/x86_64-generic-bsp.morph @@ -1,18 +1,18 @@ { - "name": "x86_64-generic-bsp", - "description": "The set of platform specific components required for booting a 64-bit x86 based system.", - "kind": "stratum", - "sources": [ - { - "name": "linux", - "repo": "upstream:linux", - "ref": "baserock/morph" - }, - { - "name": "syslinux", - "repo": "upstream:syslinux", - "ref": "baserock/morph", - "build-depends": [] - } - ] -} + "sources": [ + { + "repo": "upstream:linux", + "ref": "aa26072b372ad65252d6f85cd5c75c4cccdb71dc", + "name": "linux" + }, + { + "repo": "upstream:syslinux", + "ref": "38dcca25c8855c95649e3f0b5b09fae862ed5c7a", + "name": "syslinux", + "build-depends": [] + } + ], + "kind": "stratum", + "name": "x86_64-generic-bsp", + "description": "The set of platform specific components required for booting a 64-bit x86 based system." +} \ No newline at end of file -- cgit v1.2.1