From de47088fac727e53e65cccb9520eb8af51107adc Mon Sep 17 00:00:00 2001 From: dany Date: Sun, 23 Mar 2025 14:04:04 +0100 Subject: [PATCH] fix(ci): add u-boot build --- .gitea/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bd9d1b9..95ae5ba 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: |