diff --git a/conf/bblayers.conf b/conf/bblayers.conf index 0e78df476af..e3f041eca4a 100755 --- a/conf/bblayers.conf +++ b/conf/bblayers.conf @@ -45,7 +45,7 @@ BSPLAYERS ?= " \ # These layers hold vendor specific 'branding' content. # Do not merge with the mainline Angstrom setup-scripts -BSPLAYERS ?= " \ +VENDORLAYERS ?= " \ ${TOPDIR}/sources/meta-openpandora-vendor \ " @@ -57,6 +57,7 @@ BBLAYERS = " \ ${TOPDIR}/sources/meta-angstrom \ ${BASELAYERS} \ ${BSPLAYERS} \ + ${VENDORLAYERS} \ ${EXTRALAYERS} \ ${TOPDIR}/sources/openembedded-core/meta \ "