dlt-daemon: build with -fPIC
[AGL/meta-agl.git] / templates / base / bblayers.conf.sample
index 313a582..12f750c 100644 (file)
@@ -14,7 +14,7 @@ METADIR  := "${@os.path.abspath('##OEROOT##/..')}"
 #----------------------------------
 YOCTO_LAYERS = " \
   ${METADIR}/poky/meta \
-  ${METADIR}/poky/meta-yocto \
+  ${METADIR}/poky/meta-poky \
   ${METADIR}/poky/meta-yocto-bsp \
   "
 
@@ -25,6 +25,7 @@ YOCTO_LAYERS = " \
 AGL_CORE_LAYERS = " \
   ${METADIR}/meta-agl/meta-ivi-common \
   ${METADIR}/meta-agl/meta-agl \
+  ${METADIR}/meta-agl/meta-agl-distro \
   ${METADIR}/meta-agl/meta-agl-bsp \
   "
 
@@ -48,7 +49,7 @@ BBLAYERS ?= " \
 
 BBLAYERS_NON_REMOVABLE ?= " \
   ${METADIR}/poky/meta \
-  ${METADIR}/poky/meta-yocto \
+  ${METADIR}/poky/meta-poky \
   ${METADIR}//meta-agl/meta-agl \
   "