[meta-freescale] [meta-fsl-arm][PATCH] imx-kobs: Add git recipe

Jun Zhu junzhu at nxp.com
Mon Aug 8 19:10:08 PDT 2016


The tools "kobs-ng" will be maintained as a open source project.
The repository location is https://github.com/NXPmicro/imx-kobs

Signed-off-by: Jun Zhu <junzhu at nxp.com>
---
 recipes-bsp/imx-kobs/imx-kobs_git.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 recipes-bsp/imx-kobs/imx-kobs_git.bb

diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
new file mode 100644
index 0000000..1cdbbe6
--- /dev/null
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -0,0 +1,17 @@
+# Copyright (C) 2013-2016 Freescale Semiconductor
+
+SUMMARY = "Nand boot write source"
+SECTION = "base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
+
+PV = "5.5+git${SRCPV}"
+SRCREV = "a817b20fc14dd1d40857858b1853707ebda6f23e"
+
+SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+COMPATIBLE_MACHINE = "(imx)"
-- 
1.9.1



More information about the meta-freescale mailing list