Skip to content

Commit

Permalink
meta-lxatac-bsp: emmc-image: do not DEPEND on genext2fs-native
Browse files Browse the repository at this point in the history
The `genimage` version in meta-ptx was updated to v18,
which no longer uses `genext2fs` by default.
Which is great because the project is not well maintained and the
recipe for it was even removed in meta-ptx master.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Oct 4, 2024
1 parent 0d36102 commit 3d725e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-lxatac-bsp/recipes-core/images/emmc-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SUMMARY = "eMMC image for the LXATAC Data Partitions"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

DEPENDS += "genext2fs-native e2fsprogs-native"
DEPENDS += "e2fsprogs-native"

SRC_URI += "file://genimage.config"

Expand Down

0 comments on commit 3d725e0

Please sign in to comment.