fix(ci): add u-boot build
Some checks failed
diya-opi-distrib / build (push) Failing after 12h10m49s
Some checks failed
diya-opi-distrib / build (push) Failing after 12h10m49s
This commit is contained in:
parent
e7757d3165
commit
de47088fac
@ -24,11 +24,16 @@ jobs:
|
||||
echo "CACHE = \"/build/diya-opi-distrib-cache\"" >> build/conf/local.conf
|
||||
# echo "BB_NUMBER_THREADS = \"2\"" >> build/conf/local.conf
|
||||
# echo "PARALLEL_MAKE = \"-j 2\"" >> build/conf/local.conf
|
||||
cat build/conf/*.conf
|
||||
- name: build booloader for Orpi
|
||||
run: |
|
||||
cd poky && source oe-init-build-env ../build
|
||||
printenv
|
||||
bitbake u-boot
|
||||
- name: build image for Orpi
|
||||
run: |
|
||||
cd poky && source oe-init-build-env ../build
|
||||
printenv
|
||||
cat conf/*.conf
|
||||
bitbake core-image-base
|
||||
- name: build sdk for Orpi
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user