mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
sdcard_image: add dependency on native ext2 utilities
Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
6bee403cac
commit
2cd35f07bf
@@ -3,6 +3,9 @@ inherit image
|
|||||||
# Add the fstypes we need
|
# Add the fstypes we need
|
||||||
IMAGE_FSTYPES_append = " tar.bz2 sdimg"
|
IMAGE_FSTYPES_append = " tar.bz2 sdimg"
|
||||||
|
|
||||||
|
# Ensure required utilities are present
|
||||||
|
IMAGE_DEPENDS_sdimg = "genext2fs-native e2fsprogs-native"
|
||||||
|
|
||||||
# Change this to match your host distro
|
# Change this to match your host distro
|
||||||
LOSETUP ?= "/sbin/losetup"
|
LOSETUP ?= "/sbin/losetup"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user