15 lines
339 B
Plaintext
15 lines
339 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-intel \
|
|
##OEROOT##/../meta-citadel \
|
|
##OEROOT##/../meta-citadel-distro \
|
|
##OEROOT##/../meta-foreign \
|
|
"
|