From: Kursad Oney <[email protected]> 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 <[email protected]> Signed-off-by: Hiraku Toyooka <[email protected]> --- conf/bblayers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/bblayers.conf b/conf/bblayers.conf index 6887343..092d58b 100644 --- a/conf/bblayers.conf +++ b/conf/bblayers.conf @@ -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 \ -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
