fix: only set BBPATH when not previously set
Some checks failed
diya-opi-distrib / build (push) Has been cancelled

This commit is contained in:
dany 2025-03-22 11:18:55 +01:00
parent 718e0a17a1
commit 594d97cdb6

View File

@ -2,7 +2,7 @@
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBPATH ?= "${TOPDIR}"
BSPDIR ?= "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
BBFILES ?= ""