From 87ce94d22c1bcea17f847fdd0c0c546bcaca7ad2 Mon Sep 17 00:00:00 2001 From: Ronan Date: Fri, 20 Jan 2017 16:20:17 +0100 Subject: Move feature code into the meta recipes * Having a minimlal local.conf serving the only purpose of user customization is the "Yocto" way of doing things * After a source synchronization (repo sync), feature code must be update without regenerate local.conf Change-Id: Ie4cdfde42424f455181ee4bde8087a9cc746e231 Signed-off-by: Ronan --- templates/feature/agl-demo/50_bblayers.conf.inc | 13 +++++++++++++ 1 file changed, 13 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 00000000..7f04f69e --- /dev/null +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -0,0 +1,13 @@ +# 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-oic \ + ${METADIR}/meta-qt5 \ +" + -- cgit 1.2.3-korg