X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fbase%2Fbblayers.conf.sample;h=12f750c701c7e44ad4669de6b7638a2466aad49a;hb=585ac989eddb47188672059bcf46ccca43cec12a;hp=313a582088e80dc834064acd919ad054ce315e94;hpb=24c89f22961bab9a995ab9c18881a3109a1c8109;p=AGL%2Fmeta-agl.git diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample index 313a58208..12f750c70 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -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 \ "