image-live.bbclass: drop support for compressed ISO images

While modern Linux kernels still support it, the userspace tools
haven't been updated in over a decade. Also, squashfs provides
both better performance, and better compression ratio:

https://elinux.org/Squash_Fs_Comparisons

(From OE-Core rev: 9443981d3934b366e39404719486d2b34d8a9d73)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2018-02-12 13:05:16 +02:00
committed by Richard Purdie
parent 1dd146d5ac
commit d594496190
3 changed files with 2 additions and 36 deletions

View File

@@ -1,20 +0,0 @@
# zisofs-tools-native OE build file
# Copyright (C) 1989, 1991 Free Software Foundation, Inc.
SUMMARY = "Utilities for creating compressed CD-ROM filesystems"
HOMEPAGE = "http://freecode.com/projects/zisofs-tools"
SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "zlib-native"
SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2"
SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c"
SRC_URI[sha256sum] = "ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3"
inherit native
do_install() {
oe_runmake install INSTALLROOT=${D} bindir=${bindir}
}