From: Jun Zhu Date: Fri, 19 Aug 2016 05:55:20 +0000 (+0800) Subject: imx-kobs: Add git recipe X-Git-Tag: 2.2~276 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c23736b343f1ee549870584b8f53f085deabffe4;p=meta-freescale.git imx-kobs: Add git recipe The tools "kobs-ng" will be maintained as a open source project. The repository location is https://github.com/NXPmicro/imx-kobs Keep patch "fix-compile.patch" only as the other two are merged into new version. Signed-off-by: Jun Zhu Signed-off-by: Otavio Salvador --- 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 00000000..b228ab51 --- /dev/null +++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb @@ -0,0 +1,19 @@ +# 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 = "b402243a04e5a6760a860445e5ff6a931d86f794" + +SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ + file://fix-compile.patch \ +" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +COMPATIBLE_MACHINE = "(imx)"