Skip to content

Commit

Permalink
bblayers: Change reference to meta-yocto to meta-poky
Browse files Browse the repository at this point in the history
meta-yocto layer has been renamed to meta-poky to better match
its purpose. Yocto is part of the project name while poky is
the reference distribution.

Reflect this change in bblayers.conf.

Signed-off-by: Kursad Oney <kuoney@gmail.com>
  • Loading branch information
kuoney committed Jul 11, 2017
1 parent 0b9b4db commit 78b48d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/bblayers.conf
Expand Up @@ -6,7 +6,7 @@ BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..'
BBFILES ?= ""
BBLAYERS = " \
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-yocto \
${BSPDIR}/sources/poky/meta-poky \
\
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
Expand Down

0 comments on commit 78b48d1

Please sign in to comment.