From c3a115891782265654e69b041dbcccde1f7efdc2 Mon Sep 17 00:00:00 2001 From: Enrico Jörns Date: Sat, 7 Sep 2024 14:38:30 +0200 Subject: genimage: add new recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Enrico Jörns Signed-off-by: Khem Raj --- meta-oe/recipes-support/genimage/genimage_18.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-support/genimage/genimage_18.bb diff --git a/meta-oe/recipes-support/genimage/genimage_18.bb b/meta-oe/recipes-support/genimage/genimage_18.bb new file mode 100644 index 0000000000..23169f5d44 --- /dev/null +++ b/meta-oe/recipes-support/genimage/genimage_18.bb @@ -0,0 +1,22 @@ +SUMMARY = "genimage - The image creation tool" +DESCRIPTION = "Genimage is a tool for generating filesystem and disk/flash images \ +from a root filesystem tree or existing filesystem images." +HOMEPAGE = "https://github.com/pengutronix/genimage" + +SECTION = "base" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "libconfuse" + +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/genimage-${PV}.tar.xz" +SRC_URI[sha256sum] = "ebc3f886c4d80064dd6c6d5e3c2e98e5a670078264108ce2f89ada8a2e13fedd" + +EXTRA_OECONF = "--enable-largefile" + +inherit pkgconfig autotools gettext github-releases + +GITHUB_BASE_URI = "https://github.com/pengutronix/genimage/releases" +UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)*)" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf