summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-05-30 14:18:35 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-05-30 14:30:06 +0000
commite74f5991f08ef15e19940ed205c6fc1b073c7e8f (patch)
treea5e2193a869ebaa6169556c7fa36f68efb85a1ab
parentd707761f375c71fca6794608045671e9341926f3 (diff)
downloadmorphs-e74f5991f08ef15e19940ed205c6fc1b073c7e8f.tar.gz
Remove morphologies we don't want in the release
Bootstrap strata are replaced by build-essential, as is genivi-staging. The yaml versions of morphologies are not mandatory, will soon replace the json versions, and aren't worth the extra work to keep in sync, so have been removed. Wayland morphologies are not in any current systems, so weren't automatically petrified. We have no evidence they work, so we're not committing to releasing them.
-rw-r--r--bootstrap-pass1.morph176
-rw-r--r--bootstrap-pass2.morph297
-rw-r--r--bootstrap-pass3-imx53.morph17
-rw-r--r--bootstrap-pass3-x86_64-generic.morph17
-rw-r--r--build-essential.morph.yaml287
-rw-r--r--genivi-staging.morph27
-rw-r--r--genivi-wayland-armv7-versatile.morph40
-rw-r--r--genivi-wayland-x86_64-generic.morph40
-rw-r--r--wayland-armv7-versatile.morph51
-rw-r--r--wayland-x86_64-generic.morph50
10 files changed, 0 insertions, 1002 deletions
diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph
deleted file mode 100644
index 3c9a4e6..0000000
--- a/bootstrap-pass1.morph
+++ /dev/null
@@ -1,176 +0,0 @@
-{
- "name": "bootstrap-pass1",
- "description": "A minimal set of programs required to build from source code releases. This is designed to not use the host environment whenever possible, which leads to strangeness like building something multiple times. It uses special branches which have been prepared to reduce the number of dependencies.",
- "kind": "stratum",
- "chunks": [
- {
- "repo": "upstream:binutils-redhat",
- "ref": "baserock/bootstrap-pass1",
- "name": "binutils-1",
- "build-depends": []
- },
- {
- "repo": "upstream:gcc-tarball",
- "ref": "baserock/bootstrap-pass1-1",
- "name": "gcc-bootstrap-pass1-1",
- "build-depends": ["binutils-1"]
- },
- {
- "repo": "upstream:linux",
- "ref": "baserock/3.2-headers",
- "name": "linux-api-headers",
- "build-depends": ["gcc-bootstrap-pass1-1"]
- },
- {
- "repo": "upstream:eglibc2",
- "ref": "baserock/2.15-bootstrap-pass1",
- "name": "eglibc",
- "build-depends": ["linux-api-headers"]
- },
- {
- "repo": "upstream:binutils-redhat",
- "ref": "baserock/bootstrap-pass1",
- "name": "binutils-2",
- "build-depends": ["eglibc"]
- },
- {
- "repo": "upstream:gcc-tarball",
- "ref": "baserock/bootstrap-pass1-2",
- "name": "gcc-bootstrap-pass1-2",
- "build-depends": ["binutils-2"]
- },
- {
- "repo": "upstream:zlib",
- "ref": "baserock/morph",
- "name": "zlib",
- "build-depends": ["gcc-bootstrap-pass1-2"]
- },
- {
- "repo": "upstream:ncurses",
- "ref": "baserock/bootstrap-pass1",
- "name": "ncurses",
- "build-depends": ["zlib"]
- },
- {
- "repo": "upstream:bash",
- "ref": "baserock/bootstrap-pass1",
- "name": "bash",
- "build-depends": ["ncurses"]
- },
- {
- "repo": "upstream:busybox",
- "ref": "baserock/morph",
- "name": "busybox",
- "build-depends": ["bash"]
- },
- {
- "repo": "upstream:gawk",
- "ref": "baserock/morph",
- "name": "gawk",
- "build-depends": ["busybox"]
- },
- {
- "repo": "upstream:gettext",
- "ref": "baserock/bootstrap",
- "name": "gettext",
- "build-depends": ["gawk"]
- },
- {
- "repo": "upstream:m4",
- "ref": "baserock/bootstrap",
- "name": "m4",
- "build-depends": ["gettext"]
- },
- {
- "repo": "upstream:make",
- "ref": "baserock/morph",
- "name": "make",
- "build-depends": ["m4"]
- },
- {
- "repo": "upstream:patch",
- "ref": "baserock/bootstrap-pass1",
- "name": "patch",
- "build-depends": ["make"]
- },
- {
- "repo": "upstream:perl",
- "ref": "baserock/morph",
- "name": "perl",
- "build-depends": ["patch"]
- },
- {
- "repo": "upstream:texinfo-tarball",
- "ref": "baserock/bootstrap-pass1",
- "name": "texinfo-tarball",
- "build-depends": ["perl"]
- },
- {
- "repo": "upstream:xz",
- "ref": "baserock/morph",
- "name": "xz",
- "build-depends": ["texinfo-tarball"]
- },
- {
- "repo": "upstream:cpython",
- "ref": "baserock/morph-2.7",
- "name": "cpython",
- "build-depends": ["xz"]
- },
- {
- "repo": "upstream:cliapp",
- "ref": "baserock/morph",
- "name": "cliapp",
- "build-depends": [
- "cpython"
- ]
- },
- {
- "name": "openssl",
- "repo": "upstream:openssl",
- "ref": "baserock/morph",
- "build-depends": ["cliapp"]
- },
- {
- "name": "curl",
- "repo": "upstream:curl",
- "ref": "baserock/morph",
- "build-depends": [
- "openssl"
- ]
- },
- {
- "name": "libexpat",
- "repo": "upstream:libexpat",
- "ref": "baserock/morph",
- "build-depends": ["curl"]
- },
- {
- "repo": "upstream:git",
- "ref": "baserock/morph",
- "name": "git",
- "build-depends": [
- "cpython",
- "libexpat",
- "curl",
- "openssl"
- ]
- },
- {
- "name": "linux-user-chroot",
- "repo": "upstream:linux-user-chroot",
- "ref": "baserock/bootstrap",
- "build-depends": [
- "gcc-bootstrap-pass1-2"
- ]
- },
- {
- "name": "pyyaml",
- "repo": "upstream:pyyaml",
- "ref": "baserock/morph",
- "build-depends": [
- "cpython"
- ]
- }
- ]
-}
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
deleted file mode 100644
index 08e102a..0000000
--- a/bootstrap-pass2.morph
+++ /dev/null
@@ -1,297 +0,0 @@
-{
- "name": "bootstrap-pass2",
- "description": "A set of programs that should allow anything to be built from source. This has no double-builds, but it does have some special branches.",
- "kind": "stratum",
- "chunks": [
- {
- "name": "fhs-dirs",
- "repo": "baserock:baserock/fhs-dirs",
- "ref": "master",
- "build-depends": []
- },
- {
- "name": "linux-api-headers",
- "repo": "upstream:linux",
- "ref": "baserock/3.2-headers",
- "build-depends": ["fhs-dirs"]
- },
- {
- "name": "eglibc",
- "morph": "eglibc",
- "repo": "upstream:eglibc2",
- "ref": "baserock/2.15-morph",
- "build-depends": ["linux-api-headers"]
- },
- {
- "name": "zlib",
- "repo": "upstream:zlib",
- "ref": "baserock/morph",
- "build-depends": ["eglibc"]
- },
- {
- "name": "binutils",
- "repo": "upstream:binutils-redhat",
- "ref": "baserock/bootstrap-pass2",
- "build-depends": ["zlib"]
- },
- {
- "name": "gcc",
- "repo": "upstream:gcc-tarball",
- "ref": "baserock/bootstrap",
- "build-depends": ["binutils"]
- },
- {
- "name": "busybox",
- "repo": "upstream:busybox",
- "ref": "baserock/morph",
- "build-depends": ["gcc"]
- },
- {
- "name": "ncurses",
- "repo": "upstream:ncurses",
- "ref": "baserock/morph",
- "build-depends": ["busybox"]
- },
- {
- "name": "util-linux",
- "repo": "upstream:util-linux",
- "ref": "baserock/bootstrap",
- "build-depends": ["ncurses"]
- },
- {
- "name": "gperf",
- "repo": "upstream:gperf",
- "ref": "baserock/morph",
- "build-depends": ["util-linux"]
- },
- {
- "name": "coreutils",
- "repo": "upstream:coreutils",
- "ref": "baserock/bootstrap-pass2",
- "build-depends": ["gperf"]
- },
- {
- "name": "m4",
- "repo": "upstream:m4",
- "ref": "baserock/bootstrap",
- "build-depends": ["coreutils"]
- },
- {
- "name": "bison",
- "repo": "upstream:bison",
- "ref": "baserock/bootstrap",
- "build-depends": ["m4"]
- },
- {
- "name": "patch",
- "repo": "upstream:patch",
- "ref": "baserock/bootstrap-pass2",
- "build-depends": ["bison"]
- },
- {
- "name": "readline",
- "repo": "upstream:readline",
- "ref": "baserock/morph",
- "build-depends": ["patch"]
- },
- {
- "name": "bash",
- "repo": "upstream:bash",
- "ref": "baserock/morph",
- "build-depends": ["readline"]
- },
- {
- "name": "gdbm",
- "repo": "upstream:gdbm",
- "ref": "baserock/bootstrap",
- "build-depends": ["bash"]
- },
- {
- "name": "perl",
- "repo": "upstream:perl",
- "ref": "baserock/morph",
- "build-depends": ["gdbm"]
- },
- {
- "name": "autoconf",
- "repo": "upstream:autoconf",
- "ref": "baserock/bootstrap",
- "build-depends": ["perl"]
- },
- {
- "name": "automake",
- "repo": "upstream:automake",
- "ref": "baserock/morph",
- "build-depends": ["autoconf"]
- },
- {
- "name": "libtool",
- "repo": "upstream:libtool",
- "ref": "baserock/bootstrap",
- "build-depends": ["automake"]
- },
- {
- "name": "gawk",
- "repo": "upstream:gawk",
- "ref": "baserock/morph",
- "build-depends": ["libtool"]
- },
- {
- "name": "help2man",
- "repo": "upstream:help2man",
- "ref": "baserock/morph",
- "build-depends": ["gawk"]
- },
- {
- "name": "flex",
- "repo": "upstream:flex",
- "ref": "baserock/bootstrap",
- "build-depends": ["help2man"]
- },
- {
- "name": "gettext",
- "repo": "upstream:gettext",
- "ref": "baserock/bootstrap",
- "build-depends": ["flex"]
- },
- {
- "name": "pkg-config",
- "repo": "upstream:pkg-config",
- "ref": "baserock/bootstrap",
- "build-depends": ["gettext"]
- },
- {
- "name": "xz",
- "repo": "upstream:xz",
- "ref": "baserock/morph",
- "build-depends": ["pkg-config"]
- },
- {
- "name": "libexpat",
- "repo": "upstream:libexpat",
- "ref": "baserock/morph",
- "build-depends": [
- "autoconf",
- "libtool"
- ]
- },
- {
- "name": "XML-Parser",
- "repo": "upstream:XML-Parser",
- "ref": "master",
- "build-depends": [
- "libexpat",
- "perl"
- ]
- },
- {
- "name": "intltool",
- "repo": "upstream:intltool",
- "ref": "baserock/morph",
- "build-depends": ["XML-Parser"]
- },
- {
- "name": "libffi",
- "repo": "upstream:libffi",
- "ref": "master",
- "build-depends": [
- "autoconf",
- "automake",
- "libtool"
- ]
- },
- {
- "name": "glib",
- "repo": "upstream:glib",
- "ref": "master",
- "build-depends": [
- "libffi",
- "pkg-config"
- ]
- },
- {
- "name": "groff",
- "repo": "upstream:groff",
- "ref": "baserock/morph",
- "build-depends": ["glib"]
- },
- {
- "name": "make",
- "repo": "upstream:make",
- "ref": "baserock/morph",
- "build-depends": ["groff"]
- },
- {
- "name": "texinfo-tarball",
- "repo": "upstream:texinfo-tarball",
- "ref": "baserock/morph",
- "build-depends": ["make"]
- },
- {
- "name": "openssl",
- "repo": "upstream:openssl",
- "ref": "baserock/morph",
- "build-depends": ["texinfo-tarball"]
- },
- {
- "name": "curl",
- "repo": "upstream:curl",
- "ref": "baserock/morph",
- "build-depends": [
- "openssl"
- ]
- },
- {
- "name": "cpython",
- "repo": "upstream:cpython",
- "ref": "baserock/morph-2.7",
- "build-depends": ["curl"]
- },
- {
- "name": "cliapp",
- "repo": "upstream:cliapp",
- "ref": "baserock/morph",
- "build-depends": [
- "cpython"
- ]
- },
- {
- "name": "linux-user-chroot",
- "repo": "upstream:linux-user-chroot",
- "ref": "master",
- "build-depends": [
- "busybox",
- "autoconf",
- "automake",
- "libtool"
- ]
- },
- {
- "name": "git",
- "repo": "upstream:git",
- "ref": "baserock/morph",
- "build-depends": [
- "curl",
- "cpython",
- "openssl",
- "libexpat"
- ]
- },
- {
- "name": "vala",
- "repo": "upstream:vala",
- "ref": "baserock/bootstrap",
- "build-depends": [
- "glib"
- ]
- },
- {
- "name": "pyyaml",
- "repo": "upstream:pyyaml",
- "ref": "baserock/morph",
- "build-depends": [
- "cpython"
- ]
- }
- ]
-}
diff --git a/bootstrap-pass3-imx53.morph b/bootstrap-pass3-imx53.morph
deleted file mode 100644
index 66a53a0..0000000
--- a/bootstrap-pass3-imx53.morph
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "bootstrap-pass3-imx53",
- "description": "The set of strata that constitute the final bootstrap for the i.MX 53 ARM development board. This is a stratum rather than a system because a system image is not necessarily required to finish a bootstrap, and listing multiple strata on the command line doesn't share a staging area, so imx53-bsp fails to find what it needs from devel.",
- "kind": "stratum",
- "build-depends": [
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "bsp-imx53",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ]
-}
diff --git a/bootstrap-pass3-x86_64-generic.morph b/bootstrap-pass3-x86_64-generic.morph
deleted file mode 100644
index bdd8d14..0000000
--- a/bootstrap-pass3-x86_64-generic.morph
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "bootstrap-pass3-x86_64-generic",
- "description": "The set of strata that constitute the final bootstrap for 64-bit x86 systems. This is a stratum rather than a system because a system image is not necessarily required to finish a bootstrap, and listing multiple strata on the command line doesn't share a staging area, so bsp-x86_64-generic fails to find what it needs from devel.",
- "kind": "stratum",
- "build-depends": [
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "bsp-x86_64-generic",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ]
-}
diff --git a/build-essential.morph.yaml b/build-essential.morph.yaml
deleted file mode 100644
index f4708e3..0000000
--- a/build-essential.morph.yaml
+++ /dev/null
@@ -1,287 +0,0 @@
-name: build-essential
-description: Toolchain stratum
-kind: stratum
-
-chunks:
- # Stage 1: build a minimal cross compiler with the host's tools.
- #
- # Starting with a cross compiler ensures that (a) nothing from the host
- # can leak into the build-essential artifacts, and (b) cross-compiling
- # build-essential is fully tested and supported, since we always use the
- # cross code paths.
-
- - name: stage1-binutils
- repo: upstream:binutils-redhat
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends: []
-
- - name: stage1-gcc
- repo: upstream:gcc-tarball
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
-
- # Stage 2: cross-build the whole of build-essential, using the host's tools
- # but the cross-compiler toolchain.
- #
- # Stage 2 GCC outputs code for the same 'bootstrap' machine as stage 1 GCC,
- # but because stage 2 GCC is also built to *run* on the bootstrap machine
- # it can only execute inside the stage 3 chroot (due to being built against
- # a libc with a non-standard prefix).
-
- - name: stage2-linux-api-headers
- repo: upstream:linux
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
- - stage1-gcc
-
- - name: stage2-eglibc
- repo: upstream:eglibc2
- ref: baserock/2.15-build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
- - stage1-gcc
- - stage2-linux-api-headers
-
- - name: stage2-binutils
- repo: upstream:binutils-redhat
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
- - stage1-gcc
- - stage2-eglibc
-
- - name: stage2-gcc
- repo: upstream:gcc-tarball
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
- - stage1-gcc
- - stage2-eglibc
-
- - name: stage2-busybox
- repo: upstream:busybox
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
- - stage1-gcc
- - stage2-eglibc
-
- - name: stage2-fhs-dirs
- repo: baserock:baserock/fhs-dirs
- ref: master
- build-mode: bootstrap
- prefix: /tools
- build-depends: []
-
- - name: stage2-gawk
- repo: upstream:gawk
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
- - stage1-gcc
- - stage2-eglibc
-
- - name: stage2-make
- repo: upstream:make
- ref: baserock/build-essential
- build-mode: bootstrap
- prefix: /tools
- build-depends:
- - stage1-binutils
- - stage1-gcc
- - stage2-eglibc
-
- # Stage 3: build the whole of build-essential again, this time using a
- # staging area containing only the output of stage 2. The result of this
- # build is fully reproducible.
- #
- # We do a switch-a-roo between stage 2 and 3: stages 2 chunks are all built
- # to run on a host *-bootstrap-* while stage 3 chunks are native-built for
- # a *-baserock-* machine. This works, because the cross build was all for
- # show (and cleanliness) and the binaries actually still run on the host.
- #
- # After build-essential is built we do another trick. See
- # stage2-fhs-dirs.morph for details. Basically, /bin is a symlink to
- # /tools/bin during stage 2 but in stage 3 it becomes a real directory
- # again.
-
- - name: fhs-dirs
- repo: baserock:baserock/fhs-dirs
- ref: master
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
-
- - name: linux-api-headers
- repo: upstream:linux
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
-
- - name: eglibc
- repo: upstream:eglibc2
- ref: baserock/2.15-build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - linux-api-headers
-
- - name: zlib
- repo: upstream:zlib
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - eglibc
-
- - name: binutils
- repo: upstream:binutils-redhat
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - eglibc
- - zlib
-
- - name: busybox
- repo: upstream:busybox
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - eglibc
-
- - name: gawk
- repo: upstream:gawk
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - eglibc
-
- - name: gcc
- repo: upstream:gcc-tarball
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - eglibc
- - zlib
-
- - name: make
- repo: upstream:make
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - eglibc
-
- # Extras that need to be in build-essential but don't need bootstrapping.
-
- - name: ccache
- repo: upstream:ccache
- ref: baserock/build-essential
- build-mode: staging
- prefix: /usr
- build-depends:
- - stage2-binutils
- - stage2-busybox
- - stage2-eglibc
- - stage2-fhs-dirs
- - stage2-gawk
- - stage2-gcc
- - stage2-linux-api-headers
- - stage2-make
- - eglibc
- - zlib
diff --git a/genivi-staging.morph b/genivi-staging.morph
deleted file mode 100644
index eebb447..0000000
--- a/genivi-staging.morph
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "name": "genivi-staging",
- "kind": "stratum",
- "build-depends": [],
- "chunks": [
- {
- "name": "linux-api-headers",
- "repo": "upstream:linux",
- "ref": "baserock/genivi/baseline",
- "build-depends": []
- },
- {
- "name": "mpfr",
- "repo": "upstream:mpfr",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "mpc",
- "repo": "upstream:mpc",
- "ref": "baserock/morph",
- "build-depends": [
- "mpfr"
- ]
- }
- ]
-}
diff --git a/genivi-wayland-armv7-versatile.morph b/genivi-wayland-armv7-versatile.morph
deleted file mode 100644
index 9ee91d1..0000000
--- a/genivi-wayland-armv7-versatile.morph
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "genivi-wayland-armv7-versatile",
- "kind": "stratum",
- "description": "Software components designed by genivi, for genivi.",
- "build-depends": [
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "genivi-foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "genivi",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "wayland-armv7-versatile",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ],
- "chunks": [
- {
- "name": "layer_management-wayland",
- "repo": "upstream:layer_management",
- "ref": "baserock/genivi/baseline",
- "build-depends": []
- }
- ]
-}
diff --git a/genivi-wayland-x86_64-generic.morph b/genivi-wayland-x86_64-generic.morph
deleted file mode 100644
index 33039aa..0000000
--- a/genivi-wayland-x86_64-generic.morph
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "genivi-wayland-x86_64-generic",
- "kind": "stratum",
- "description": "Software components designed by genivi, for genivi.",
- "build-depends": [
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "genivi-foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "genivi",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "wayland-x86_64-generic",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ],
- "chunks": [
- {
- "name": "layer_management-wayland",
- "repo": "upstream:layer_management",
- "ref": "baserock/genivi/baseline",
- "build-depends": []
- }
- ]
-}
diff --git a/wayland-armv7-versatile.morph b/wayland-armv7-versatile.morph
deleted file mode 100644
index 304a7ad..0000000
--- a/wayland-armv7-versatile.morph
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name": "wayland-armv7-versatile",
- "kind": "stratum",
- "build-depends": [
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "genivi-foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "x-common",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ],
- "chunks": [
- {
- "name": "libxkbcommon",
- "repo": "upstream:xorg-lib-libxkbcommon",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "wayland",
- "repo": "upstream:wayland",
- "ref": "baserock/genivi/wayland",
- "build-depends": [
- "libxkbcommon"
- ]
- },
- {
- "name": "mesa-wayland",
- "repo": "upstream:mesa",
- "ref": "baserock/genivi/baseline-armv7-versatile",
- "build-depends": [
- "wayland"
- ]
- }
- ]
-}
-
diff --git a/wayland-x86_64-generic.morph b/wayland-x86_64-generic.morph
deleted file mode 100644
index 95b3379..0000000
--- a/wayland-x86_64-generic.morph
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "name": "wayland-x86_64-generic",
- "kind": "stratum",
- "build-depends": [
- {
- "morph": "core",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "genivi-foundation",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- },
- {
- "morph": "x-common",
- "repo": "baserock:baserock/morphs",
- "ref": "master"
- }
- ],
- "chunks": [
- {
- "name": "libxkbcommon",
- "repo": "upstream:xorg-lib-libxkbcommon",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
- "name": "wayland",
- "repo": "upstream:wayland",
- "ref": "baserock/genivi/wayland",
- "build-depends": [
- "libxkbcommon"
- ]
- },
- {
- "name": "mesa-wayland",
- "repo": "upstream:mesa",
- "ref": "baserock/genivi/morph",
- "build-depends": [
- "wayland"
- ]
- }
- ]
-}