diff --git a/.github/workflows/Build Thunder on Yocto.yml b/.github/workflows/Validation.yml similarity index 97% rename from .github/workflows/Build Thunder on Yocto.yml rename to .github/workflows/Validation.yml index 24470ae..dd212c5 100644 --- a/.github/workflows/Build Thunder on Yocto.yml +++ b/.github/workflows/Validation.yml @@ -82,8 +82,7 @@ jobs: repository: metrological/meta-thunder-framework path: meta-thunder-framework -# ----- Build image ----- - - name: Build + - name: Validate run: | source poky/oe-init-build-env build-${{matrix.machine}} bitbake-layers add-layer ../meta-openembedded/meta-oe @@ -93,4 +92,3 @@ jobs: echo 'MACHINE = "${{matrix.machine}}"' >> ./conf/local.conf echo 'DISTRO_FEATURES += "thunder_${{matrix.build_type}}"' >> ./conf/local.conf bitbake core-image-thunder -n - bitbake core-image-thunder