aboutsummaryrefslogtreecommitdiff
path: root/trusty-i386-tcwg-base
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-03-17 11:58:45 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-03-17 11:58:45 +0000
commit077fdea9a0b9fca5fad6e81f237f538c3e1af859 (patch)
tree0b90588167dd2a417173d25bd2828ee6a5adb378 /trusty-i386-tcwg-base
parent7119c63af2bbafce83a2e9275f8899d683cf129a (diff)
*-tcwg*: Add "build-depends.sh" script to build dependant images
This script is useful to rebuild all appropriate images when a base image is updated. The master script is in xenial-amd64-tcwg-base/ and all other images symlink from there. To avoid code copy-paste lists of dependent images are stored in build-depends.list files in parent image directories. Working on this change it occured to me that scripting for rebuilding parent / children images can be simplified by moving directories of children images into parent images, i.e., ./xenial-amd64-tcwg-base/ ./xenial-amd64-tcwg-build/ ./xenial-amd64-tcwg-test/ ./xenial-am64-tcwg-dev/ ./xenial-amd64-tcwg-x2go/ Such a reorg would establish a clear parent / child relationship for images. Change-Id: I9923db3d6987cbb79006d338a3b49e8508301fad
Diffstat (limited to 'trusty-i386-tcwg-base')
-rw-r--r--trusty-i386-tcwg-base/build-depends.list1
l---------trusty-i386-tcwg-base/build-depends.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/trusty-i386-tcwg-base/build-depends.list b/trusty-i386-tcwg-base/build-depends.list
new file mode 100644
index 00000000..b48bda89
--- /dev/null
+++ b/trusty-i386-tcwg-base/build-depends.list
@@ -0,0 +1 @@
+trusty-i386-tcwg
diff --git a/trusty-i386-tcwg-base/build-depends.sh b/trusty-i386-tcwg-base/build-depends.sh
new file mode 120000
index 00000000..ba9a1f9c
--- /dev/null
+++ b/trusty-i386-tcwg-base/build-depends.sh
@@ -0,0 +1 @@
+../xenial-amd64-tcwg-base/build-depends.sh \ No newline at end of file