diff options
author | Jun Zhu <junzhu@nxp.com> | 2016-08-19 13:55:20 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:21:26 -0300 |
commit | c23736b343f1ee549870584b8f53f085deabffe4 (patch) | |
tree | d98033be315fde8be057f73b22bb745861f11668 /recipes-bsp/imx-kobs | |
parent | 2466f56226c6a650b48d867c2ed6ad8e48afef21 (diff) | |
download | meta-freescale-c23736b343f1ee549870584b8f53f085deabffe4.tar.gz |
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 <junzhu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-kobs')
-rw-r--r-- | recipes-bsp/imx-kobs/imx-kobs_git.bb | 19 |
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 00000000..b228ab51 --- /dev/null +++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | |||
3 | SUMMARY = "Nand boot write source" | ||
4 | SECTION = "base" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
7 | |||
8 | PV = "5.5+git${SRCPV}" | ||
9 | SRCREV = "b402243a04e5a6760a860445e5ff6a931d86f794" | ||
10 | |||
11 | SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ | ||
12 | file://fix-compile.patch \ | ||
13 | " | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit autotools pkgconfig | ||
18 | |||
19 | COMPATIBLE_MACHINE = "(imx)" | ||