mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00

This follows the changes in oe-core, where templates are expected to be under conf/templates. (From meta-yocto rev: 29608bd03e1bffa124353061617b1d71370a4e5f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
##OEROOT##/meta \
|
|
##OEROOT##/meta-poky \
|
|
##OEROOT##/meta-yocto-bsp \
|
|
"
|