Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/free-disk-space/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Free Disk Space
uses: ./.github/workflows/free-disk-space
- name: Build image
run: ./kas-container build kas-iot2050-example.yml
- name: Upload image
Expand All @@ -84,8 +82,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Free Disk Space
uses: ./.github/workflows/free-disk-space
- name: Build image
run: ./kas-container build kas-iot2050-example.yml:kas-iot2050-qemu.yml

Expand All @@ -96,8 +92,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Free Disk Space
uses: ./.github/workflows/free-disk-space
- name: Mock EIO binary stubs
run: |
touch ./meta-sm/recipes-app/iot2050-eiofsd/files/bin/iot2050-eiofsd
Expand All @@ -120,8 +114,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Free Disk Space
uses: ./.github/workflows/free-disk-space
- name: Mock EIO binary stubs
run: |
touch ./meta-sm/recipes-app/iot2050-eiofsd/files/bin/iot2050-eiofsd
Expand All @@ -137,8 +129,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Free Disk Space
uses: ./.github/workflows/free-disk-space
- name: Build bootloader image
run: ./kas-container build kas-iot2050-boot.yml
- name: Archive bootloaders
Expand Down
2 changes: 1 addition & 1 deletion meta-example/recipes-core/images/iot2050-image-example.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DESCRIPTION = "IOT2050 Debian Example Image"

WKS_FILE = "iot2050-example.wks.in"

INITRAMFS_RECIPE = "iot2050-initramfs-example"
INITRAMFS_RECIPE ?= "iot2050-initramfs-example"

IMAGE_INITRD = "${INITRAMFS_RECIPE}"
do_image_wic[depends] += "${INITRAMFS_RECIPE}:do_build"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# COPYING.MIT file in the top-level directory.
#

INITRAMFS_RECIPE ?= "iot2050-initramfs"

require recipes-core/images/iot2050-image-example.bb
require recipes-core/images/swupdate.inc

Expand All @@ -26,7 +28,6 @@ SWU_HW_COMPAT = "IOT2050"

ABROOTFS_IMAGE_RECIPE ?= "iot2050-image-swu-example"
VERITY_IMAGE_RECIPE ?= "iot2050-image-swu-example"
INITRAMFS_RECIPE ?= "iot2050-initramfs"
ABROOTFS_PART_UUID_A ?= "fedcba98-7654-3210-cafe-5e0710000001"
ABROOTFS_PART_UUID_B ?= "fedcba98-7654-3210-cafe-5e0710000002"

Expand Down
2 changes: 1 addition & 1 deletion meta-sm/recipes-app/iot2050-eiofsd/iot2050-eiofsd_1.0.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ python () {
See meta-sm/recipes-app/iot2050-eiofsd/files/bin/README.md for details.
*******************************************************************
""")
bb.warn(warning_message)
bb.warnonce(warning_message)

d.setVar('SRC_URI', d.getVar('SRC_URI') + ' ' + ' '.join(uris_to_keep))
}
Expand Down
Loading