fix: only set BBPATH when not previously set
Some checks failed
diya-opi-distrib / build (push) Has been cancelled
Some checks failed
diya-opi-distrib / build (push) Has been cancelled
This commit is contained in:
parent
718e0a17a1
commit
594d97cdb6
@ -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 ?= ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user