From 3f36f571e556a8945ae90fc82c73778dbe94d28a Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Wed, 13 Oct 2021 14:03:11 +0200 Subject: add recipe for uuu tool Signed-off-by: Rasmus Villemoes --- recipes-devtools/uuu/uuu_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-devtools/uuu/uuu_git.bb (limited to 'recipes-devtools/uuu/uuu_git.bb') diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb new file mode 100644 index 00000000..6490a30c --- /dev/null +++ b/recipes-devtools/uuu/uuu_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "Universal Update Utility" +DESCRIPTION = "Image deploy tool for i.MX chips" +HOMEPAGE = "https://github.com/NXPmicro/mfgtools" + +SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https" +SRCREV = "e10b0260076e0119c259f7f44447904f14109ba2" +PV = "1.4.165" + +SRC_URI += "file://0001-remove-unnecessary-libzip-dependency.patch" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" + +inherit cmake pkgconfig + +S = "${WORKDIR}/git" + +DEPENDS = "libusb zlib bzip2 openssl" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf