From 7d15e6c0c416b11460c6d7f3aee7aeb2663b13cb Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 18 Oct 2016 22:50:48 +0200 Subject: Add shortcut to enable all features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change introduces an agl-all-features flag. It is basically a feature that will enable a list of 'known-good' features from an included file. It is meant to serve two purposes: - simplify automation scripts - ease-of-use for users building the whole set of features Change-Id: Ia962d6ec8a6c6345fb27e303cabbf805e729a8ca Signed-off-by: Jan-Simon Möller --- templates/feature/agl-all-features/included.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/feature/agl-all-features/included.inc (limited to 'templates') diff --git a/templates/feature/agl-all-features/included.inc b/templates/feature/agl-all-features/included.inc new file mode 100644 index 000000000..4d528e4f4 --- /dev/null +++ b/templates/feature/agl-all-features/included.inc @@ -0,0 +1 @@ +agl-demo agl-devel agl-netboot agl-sota agl-appfw-smack \ No newline at end of file -- cgit 1.2.3-korg