Skip to content

Commit

Permalink
bundle.bbclass: remove duplicate hyphen in bundle compatible
Browse files Browse the repository at this point in the history
TARGET_VENDOR is already expected to contain a hyphen (defaults to
'-oe').

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
  • Loading branch information
ejoerns committed Jun 10, 2024
1 parent f094937 commit 912b55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes-recipe/bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ do_compile[noexec] = "1"
do_install[noexec] = "1"
deltask do_populate_sysroot

RAUC_BUNDLE_COMPATIBLE ??= "${MACHINE}-${TARGET_VENDOR}"
RAUC_BUNDLE_COMPATIBLE ??= "${MACHINE}${TARGET_VENDOR}"
RAUC_BUNDLE_VERSION ??= "${PV}"
RAUC_BUNDLE_DESCRIPTION ??= "${SUMMARY}"
RAUC_BUNDLE_BUILD ??= "${DATETIME}"
Expand Down

0 comments on commit 912b55a

Please sign in to comment.