blob: 036d0284f0d23494d9757677404e179395a43880 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "Universal Update Utility"
DESCRIPTION = "Image deploy tool for i.MX chips"
HOMEPAGE = "https://github.com/nxp-imx/mfgtools"
SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master"
SRCREV = "79ce7d2b2e7459e7b7c94f902d172c30b08884ab"
PV = "1.5.233"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5"
inherit cmake pkgconfig
DEPENDS = "bzip2 libtinyxml2 libusb openssl zlib zstd"
BBCLASSEXTEND = "native nativesdk"
|