From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../imx-usb-loader/imx-usb-loader_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bsp/meta-freescale/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb (limited to 'bsp/meta-freescale/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb') diff --git a/bsp/meta-freescale/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/bsp/meta-freescale/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb new file mode 100644 index 00000000..a1f9c4d8 --- /dev/null +++ b/bsp/meta-freescale/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "i.MX/Vybrid recovery utility" +SECTION = "devel" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = "libusb1" + +SRCREV = "e5394615dd413c3823d5bd1de340933e16a8c07c" +SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http" + +PV = "1.0+${SRCPV}" + +S = "${WORKDIR}/git" + +do_install () { + oe_runmake DESTDIR=${D} install +} + +inherit pkgconfig + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg