13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
##OEROOT##/meta \
|
|
##OEROOT##/meta-poky \
|
|
##OEROOT##/meta-yocto-bsp \
|
|
##OEROOT##/vrpmdv-webserver \
|
|
##OEROOT##/meta-openembedded/meta-oe \
|
|
##OEROOT##/meta-openembedded/meta-python \
|
|
##OEROOT##/meta-openembedded/meta-webserver \
|
|
"
|