Initial commit

This commit is contained in:
2025-12-31 18:40:05 +01:00
commit e96352919c
15 changed files with 522 additions and 0 deletions

12
build/conf/bblayers.conf Normal file
View File

@@ -0,0 +1,12 @@
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
/home/yocto/ws/poky/meta \
/home/yocto/ws/poky/meta-poky \
/home/yocto/ws/poky/meta-yocto-bsp \
"