From 6247b67fe5b879e6ecae670ad6135029b5078198 Mon Sep 17 00:00:00 2001 From: Ronan Date: Tue, 1 Nov 2016 14:24:33 +0100 Subject: 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 --- templates/feature/agl-all-features/included.dep | 1 + templates/feature/agl-all-features/included.inc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 templates/feature/agl-all-features/included.dep delete mode 100644 templates/feature/agl-all-features/included.inc (limited to 'templates') 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 -- cgit 1.2.3-korg