Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bblayers.conf: Cleanup meta-openpandora-vendor layer.
* Move this layer into its own VENDORLAYERS group.
* This is the OpenPandora vendor layer.
* Do not merge with upstream Angstrom setup-scripts.
  • Loading branch information
djwillis committed Apr 12, 2012
1 parent 99ed47d commit ee3f5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/bblayers.conf
Expand Up @@ -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 \
"

Expand All @@ -57,6 +57,7 @@ BBLAYERS = " \
${TOPDIR}/sources/meta-angstrom \
${BASELAYERS} \
${BSPLAYERS} \
${VENDORLAYERS} \
${EXTRALAYERS} \
${TOPDIR}/sources/openembedded-core/meta \
"

0 comments on commit ee3f5cc

Please sign in to comment.