Skip to content

Commit

Permalink
genimage.bbclass: adapt to bmap-tools -> bmaptool renaming
Browse files Browse the repository at this point in the history
OE-core has renamed this recipe, and attempts to add a PROVIDES
compatibility item have been rejected.

https://lore.kernel.org/openembedded-core/CANx9H-B4-tEGjC_y0GiFrAeR24Z2PjocVX-=6CRbGBQ+rXytgg@mail.gmail.com/
Signed-off-by: Rasmus Villemoes <[email protected]>
  • Loading branch information
Rasmus Villemoes authored and ejoerns committed Apr 22, 2024
1 parent 3e73c56 commit 4a371fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes-recipe/genimage.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ do_genimage[vardeps] += "GENIMAGE_VARIABLES"
do_genimage[depends] += "${@'${GENIMAGE_ROOTFS_IMAGE}:do_image_complete' if '${GENIMAGE_ROOTFS_IMAGE}' else ''}"

GENIMAGE_CREATE_BMAP ?= "0"
do_genimage[depends] += "${@'bmap-tools-native:do_populate_sysroot' if d.getVar('GENIMAGE_CREATE_BMAP') == '1' else ''}"
do_genimage[depends] += "${@'bmaptool-native:do_populate_sysroot' if d.getVar('GENIMAGE_CREATE_BMAP') == '1' else ''}"

GENIMAGE_TMPDIR = "${WORKDIR}/genimage-tmp"
GENIMAGE_ROOTDIR = "${WORKDIR}/root"
Expand Down

0 comments on commit 4a371fe

Please sign in to comment.