fix(ci): allows to specify BSPDIR from envar
Some checks failed
diya-opi-distrib / build (push) Failing after 1m58s
Some checks failed
diya-opi-distrib / build (push) Failing after 1m58s
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
POKY_BBLAYERS_CONF_VERSION = "2"
|
||||
|
||||
BBPATH = "${TOPDIR}"
|
||||
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
|
||||
BSPDIR ?= "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
|
||||
BBFILES ?= ""
|
||||
|
||||
BBLAYERS ?= " \
|
||||
|
Reference in New Issue
Block a user