X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Fbase%2Fbblayers.conf.sample;h=97537f490199266e19e8b803e6dc831b0afb852c;hb=refs%2Fchanges%2F65%2F14065%2F11;hp=0c3114f8c6807dd211981339e513a22c18599e16;hpb=c40ee88f6aa0b379787a9ea3c853a806892e0dd1;p=AGL%2Fmeta-agl.git 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} \ "