Skip to content

Commit

Permalink
Merge pull request rauc#82 from ejoerns/qemux86-minor-fixes
Browse files Browse the repository at this point in the history
qemux86: two typo fixes
  • Loading branch information
leon-anavi authored Jun 6, 2024
2 parents eec8238 + 6f44de5 commit 825e7a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ integrated.
Depending on your project's needs, your actual integration may significantly
differ in some aspects.

Currently available meta layer are:
Currently available meta layers are:

* `meta-rauc-nxp <https://github.com/rauc/meta-rauc-community/tree/master/meta-rauc-nxp>`_:
RAUC demo layer for NXP hardware (meta-freescale)
Expand Down
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 825e7a9

Please sign in to comment.