Skip to content

Commit 3d725e0

Browse files
committed
meta-lxatac-bsp: emmc-image: do not DEPEND on genext2fs-native
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>
1 parent 0d36102 commit 3d725e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-lxatac-bsp/recipes-core/images/emmc-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SUMMARY = "eMMC image for the LXATAC Data Partitions"
33
LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
55

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

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

0 commit comments

Comments
 (0)