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: |