diff options
author | 2017-05-11 01:06:09 +0200 | |
---|---|---|
committer | 2017-05-11 01:06:09 +0200 | |
commit | a7bf03217af780f4245af555efdbfdc7ca9e2935 (patch) | |
tree | 66698dc80d43d3ff023560bc483acf66a964212d /INSTALL/flavours/xds.tasks | |
parent | f32036a025d8ae7e6ef02aca8b080e5bca60fc11 (diff) |
Introduce flavours for containers
Multiple variations over a common base must be supported when creating AGL containers.
This commit introduces 'flavours' to achive this goal (see README.md for details).
Current supported flavours:
* generic : same image as before
* xds : new image dedicated to AGL DevKit
Change-Id: I0aa65a1d9e83a2d7aed43e0b135dc43c5537bc53
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'INSTALL/flavours/xds.tasks')
-rw-r--r-- | INSTALL/flavours/xds.tasks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL/flavours/xds.tasks b/INSTALL/flavours/xds.tasks new file mode 100644 index 0000000..a189fda --- /dev/null +++ b/INSTALL/flavours/xds.tasks @@ -0,0 +1,7 @@ +# this file contains tasks to be added for XDS container +# +# each task listed below should be present as a scriptlet in INSTALL/tasks.d/<taskname> + +40_netboot +50_sdk +80_xds |