From 641df47d096fb559d6f4f444670205e4510d6791 Mon Sep 17 00:00:00 2001 From: Stephane DESNEUX Date: Fri, 24 Jun 2016 10:15:26 +0000 Subject: Revert "add meta-app-framework to meta-agl" This reverts commit 80f4d503fc5bb2564b72b72daedebf74612c30f3. Change-Id: I94605d4c0ef80433fa6eaa05e63a9c6cf69baea4 Signed-off-by: Stephane Desneux --- meta-app-framework/conf/layer.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-app-framework/conf/layer.conf (limited to 'meta-app-framework/conf') diff --git a/meta-app-framework/conf/layer.conf b/meta-app-framework/conf/layer.conf deleted file mode 100644 index f74ebd658..000000000 --- a/meta-app-framework/conf/layer.conf +++ /dev/null @@ -1,11 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "app-framework" -BBFILE_PATTERN_app-framework = "^${LAYERDIR}/" -BBFILE_PRIORITY_app-framework = "7" - -- cgit 1.2.3-korg