diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-11-01 14:24:33 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-08 23:28:33 +0000 |
commit | 6247b67fe5b879e6ecae670ad6135029b5078198 (patch) | |
tree | 81265bc51f287f1acb92a5bbab4f528609f4a576 /templates/feature/agl-all-features | |
parent | 784f5e886ec4bce0ea300f15e79c7efdf1d338c8 (diff) |
allow dependency between agl feature
* you can add included.inc file for each feature
* if features is include into an other feature,
they are print during the --help command
#source meta-agl/scripts/aglsetup.sh -h
...
Available features:
[meta-agl]
agl-all-features :( agl-demo agl-appfw-smack agl-devel agl-netboot agl-sota )
agl-archiver
agl-devel
agl-isafw
agl-netboot
[meta-agl-devel]
agl-renesas-kernel
[meta-agl-extra]
agl-appfw-smack
agl-demo :( agl-appfw-smack agl-devel)
Change-Id: I4a72abd48f70a9262203acba84fac24d9dd4dce0
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'templates/feature/agl-all-features')
-rw-r--r-- | templates/feature/agl-all-features/included.dep | 1 | ||||
-rw-r--r-- | templates/feature/agl-all-features/included.inc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-all-features/included.dep b/templates/feature/agl-all-features/included.dep new file mode 100644 index 000000000..1ed6763e7 --- /dev/null +++ b/templates/feature/agl-all-features/included.dep @@ -0,0 +1 @@ +agl-demo agl-netboot agl-sota diff --git a/templates/feature/agl-all-features/included.inc b/templates/feature/agl-all-features/included.inc deleted file mode 100644 index 4d528e4f4..000000000 --- a/templates/feature/agl-all-features/included.inc +++ /dev/null @@ -1 +0,0 @@ -agl-demo agl-devel agl-netboot agl-sota agl-appfw-smack
\ No newline at end of file |