Skip to content

Commit

Permalink
kirkstone, scarthgap: venus-install-image: use image-artifact-names
Browse files Browse the repository at this point in the history
OE-core has moved IMAGE_ variables to a separate class, and they are not
found without image-artifact-names class.
  • Loading branch information
jhofstee committed Feb 12, 2025
1 parent c9bea0a commit 752f5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-venus/recipes-images/venus-boot-image.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "Boot partition image"
LICENSE = "MIT"

inherit deploy nopackages
inherit deploy image-artifact-names nopackages

BOOT_IMAGE_SIZE = "8192"

Expand Down
2 changes: 1 addition & 1 deletion meta-venus/recipes-images/venus-install-sdcard.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit deploy nopackages
inherit deploy image-artifact-names nopackages

INITRD_IMAGE = "venus-install-initramfs-${MACHINE}.cpio.gz.u-boot"
DTB = "${KERNEL_DEVICETREE}"
Expand Down

0 comments on commit 752f5c2

Please sign in to comment.