summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs/imx-kobs_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-kobs/imx-kobs_git.bb')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb19
1 files changed, 19 insertions, 0 deletions
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..b228ab5
--- /dev/null
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -0,0 +1,19 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor
2
3SUMMARY = "Nand boot write source"
4SECTION = "base"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7
8PV = "5.5+git${SRCPV}"
9SRCREV = "b402243a04e5a6760a860445e5ff6a931d86f794"
10
11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
12 file://fix-compile.patch \
13"
14
15S = "${WORKDIR}/git"
16
17inherit autotools pkgconfig
18
19COMPATIBLE_MACHINE = "(imx)"