summaryrefslogtreecommitdiffstats
path: root/templates/base/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/bblayers.conf.sample')
-rw-r--r--templates/base/bblayers.conf.sample8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample
index 0c3114f8c..97537f490 100644
--- a/templates/base/bblayers.conf.sample
+++ b/templates/base/bblayers.conf.sample
@@ -47,20 +47,12 @@ AGL_CORE_DEPENDENCY_LAYERS = " \
${METADIR}/meta-openembedded/meta-filesystems \
"
-# temporary ... to avoid build breakage. To move to upper layers.
-AGL_TEMP_GFX_LAYERS = " \
- ${METADIR}/meta-agl/meta-agl-profile-graphical \
- ${METADIR}/meta-agl/meta-agl-profile-demo \
- "
-
-
####################
# Combine the layers
BBLAYERS ?= " \
${AGL_CORE_DEPENDENCY_LAYERS} \
${AGL_CORE_LAYERS} \
${AGL_APPFW_LAYERS} \
- ${AGL_TEMP_GFX_LAYERS} \
${YOCTO_LAYERS} \
"