summaryrefslogtreecommitdiffstats
path: root/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/bblayers.conf.sample')
-rw-r--r--conf/bblayers.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index b5b20190..12577610 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -5,6 +5,7 @@ LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
+# AGL layers for QEMUx86-64
BBLAYERS ?= " \
##OEROOT##/meta \
##OEROOT##/meta-yocto \
@@ -15,7 +16,6 @@ BBLAYERS ?= " \
##OEROOT##/../meta-openembedded/meta-oe \
##OEROOT##/../meta-openembedded/meta-multimedia \
##OEROOT##/../meta-openembedded/meta-ruby \
- ##OEROOT##/../meta-intel \
##OEROOT##/../meta-agl-demo \
##OEROOT##/../meta-qt5 \
"