From d9d2b23fa051f7c63c4981f58f0c254fb364388d Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Wed, 9 May 2012 16:50:18 +0000 Subject: Add {imx53,x86_64-generic}-bootstrap-pass3 strata. These are used to group together what we want the results of the third pass of the bootstrap to be. Building one of these strata in a staging chroot will make the stuff of e.g. devel available to stuff that needs to be compiled for the BSP. Before I change baserock-bootstrap to build these strata in the third pass, I'll see if they actually solve our problem of not sharing the build results of devel with the builds needed for e.g. a BSP (in our case this was nasm having been installed into the devel build chroot and then not being available in the separate BSP chroot). --- imx53-bootstrap-pass3.morph | 9 +++++++++ x86_64-generic-bootstrap-pass3.morph | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 imx53-bootstrap-pass3.morph create mode 100644 x86_64-generic-bootstrap-pass3.morph diff --git a/imx53-bootstrap-pass3.morph b/imx53-bootstrap-pass3.morph new file mode 100644 index 0000000..d302794 --- /dev/null +++ b/imx53-bootstrap-pass3.morph @@ -0,0 +1,9 @@ +{ + "name": "imx53-bootstrap-pass3", + "kind": "stratum", + "build-depends": [ + "foundation", + "devel", + "imx53-bsp" + ] +} diff --git a/x86_64-generic-bootstrap-pass3.morph b/x86_64-generic-bootstrap-pass3.morph new file mode 100644 index 0000000..d451465 --- /dev/null +++ b/x86_64-generic-bootstrap-pass3.morph @@ -0,0 +1,9 @@ +{ + "name": "x86_64-generic-bootstrap-pass3", + "kind": "stratum", + "build-depends": [ + "foundation", + "devel", + "x86_64-generic-bsp" + ] +} -- cgit v1.2.1