Skip to content

Commit 2418b23

Browse files
committed
meta-rauc-genericx86-64: Add update-bundle
Add RAUC demo bundle for core-image-base and machine genericx86-64. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
1 parent 99f92a2 commit 2418b23

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
DESCRIPTION = "RAUC bundle generator"
2+
LICENSE = "MIT"
3+
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4+
5+
inherit bundle
6+
7+
RAUC_BUNDLE_COMPATIBLE = "${MACHINE}"
8+
RAUC_BUNDLE_VERSION = "v20260425"
9+
RAUC_BUNDLE_DESCRIPTION = "RAUC Demo Bundle"
10+
11+
RAUC_BUNDLE_FORMAT = "verity"
12+
13+
RAUC_BUNDLE_SLOTS = "efi rootfs"
14+
15+
RAUC_SLOT_rootfs = "core-image-base"
16+
RAUC_SLOT_rootfs[fstype] = "ext4"
17+
RAUC_SLOT_rootfs[adaptive] = "block-hash-index"
18+
19+
RAUC_SLOT_efi = "boot-image"
20+
RAUC_SLOT_efi[file] = "efi-boot.vfat"
21+
RAUC_SLOT_efi[type] = "boot"

0 commit comments

Comments
 (0)