From f3b34f5c19ce180ff5d6a0165c8309f13f78aade Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 28 Jun 2016 22:13:58 +0000 Subject: add features agl-demo, agl-appfw-smack and agl-localdev This is the application of the process proposed here: https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-June/002232.html Bug-AGL: SPEC-180 Change-Id: I0063db7ac2803d4ac9540b70be8024b40e97dab3 Signed-off-by: Stephane Desneux --- templates/feature/agl-demo/50_bblayers.conf.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/feature/agl-demo/50_bblayers.conf.inc (limited to 'templates/feature/agl-demo/50_bblayers.conf.inc') diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc new file mode 100644 index 0000000..e572388 --- /dev/null +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -0,0 +1,15 @@ +# This layer contains the WIP feature/demo code only +#--------------------------------------------------- +BBLAYERS =+ " \ + ${METADIR}/meta-agl-demo \ +" + +# These are the dependencies of the AGL DEMO Layer +#------------------------------------------------- +BBLAYERS =+ " \ + ${METADIR}/meta-openembedded/meta-filesystems \ + ${METADIR}/meta-openembedded/meta-ruby \ + ${METADIR}/meta-qt5 \ + ${METADIR}/meta-rust \ +" + -- cgit 1.2.3-korg