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:
parent
7af2342520
commit
99a3b7762c
@ -18,6 +18,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p /build/conf
|
||||
cp -v build/conf/*.conf /build/conf/
|
||||
export BSPDIR="$(pwd)"
|
||||
cd poky && source oe-init-build-env /build
|
||||
cat conf/*.conf
|
||||
bitbake core-image-base
|
||||
|
@ -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 ?= " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user