Skip to content

Commit

Permalink
Revert "CI: Enable building of the images with and without initramfs"
Browse files Browse the repository at this point in the history
  • Loading branch information
lumag authored Sep 13, 2024
1 parent 9871138 commit 2da6d13
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ env:
DISTRO: poky
TCLIBC: glibc musl
KERNELS: linaro-qcomlt yocto
INITRAMFS: initramfs-rootfs-image ~

jobs:
build:
Expand Down Expand Up @@ -70,20 +69,18 @@ jobs:
for tclibc in ${TCLIBC}; do
for kernel in ${KERNELS}; do
for initramfs in ${INITRAMFS}; do
cat << EOF >> plan.yaml
${tclibc}-${kernel}: &${tclibc}-${kernel}
local_conf:
- INHERIT += 'buildstats buildstats-summary'
- INHERIT:remove = 'rm_work'
- TCLIBC := '${tclibc}'
- PREFERRED_PROVIDER_virtual/kernel := 'linux-${kernel}'
- INITRAMFS_IMAGE := '${initramfs}'
- INITRAMFS_IMAGE ?= 'initramfs-rootfs-image'
EOF
done
done
done
cat << EOF >> plan.yaml
jobs:
Expand Down

0 comments on commit 2da6d13

Please sign in to comment.