1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-11-08 06:28:23 +01:00

Create bblayers.conf.example

This commit is contained in:
Dany LE 2022-08-03 16:51:54 +02:00 committed by GitHub
parent 07008564c3
commit c32682774a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bblayers.conf.example Normal file
View File

@ -0,0 +1,17 @@
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
/home/dany/experiments/poky/meta \
/home/dany/experiments/poky/meta-poky \
/home/dany/experiments/poky/meta-yocto-bsp \
/home/dany/experiments/yocto-layers/meta-raspberrypi \
/home/dany/workspace/meta-rpi-diya \
/home/dany/experiments/yocto-layers/meta-openembedded/meta-oe \
/home/dany/experiments/yocto-layers/meta-openembedded/meta-python \
/home/dany/experiments/yocto-layers/meta-openembedded/meta-multimedia \
"