Skip to content

Commit

Permalink
qemux86: fix compatible name for qemux86-64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoerns committed Feb 6, 2024
1 parent 6c4fb42 commit 2035284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-rauc-qemux86/recipes-core/bundles/qemu-demo-bundle.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit bundle
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

RAUC_BUNDLE_COMPATIBLE = "qemu86-64 demo platform"
RAUC_BUNDLE_COMPATIBLE = "qemux86-64 demo platform"

RAUC_BUNDLE_FORMAT = "verity"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[system]
compatible=qemu86-64 demo platform
compatible=qemux86-64 demo platform
bootloader=grub
grubenv=/grubenv/grubenv
data-directory=/data/
Expand Down

0 comments on commit 2035284

Please sign in to comment.