mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
squashfs-tools: build and install unsquashfs as well
* it's useful for debugging corrupt squashfs images from mksquashfs (From OE-Core rev: 2811ea0d0f9cc4e9a1d4eed71bbc2d0c77043a40) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster@smtp.gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b8b7df8304
commit
0891b8789d
|
|
@ -27,11 +27,12 @@ SPDX_S = "${WORKDIR}/squashfs${PV}"
|
|||
EXTRA_OEMAKE = "MAKEFLAGS= LZMA_SUPPORT=1 LZMA_DIR=../.. XZ_SUPPORT=1 LZO_SUPPORT=1 LZ4_SUPPORT=1"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake mksquashfs
|
||||
oe_runmake mksquashfs unsquashfs
|
||||
}
|
||||
do_install () {
|
||||
install -d ${D}${sbindir}
|
||||
install -m 0755 mksquashfs ${D}${sbindir}/
|
||||
install -m 0755 unsquashfs ${D}${sbindir}/
|
||||
}
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user