summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs/imx-kobs_git.bb
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2017-05-10 16:24:07 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-19 07:53:38 -0300
commitf89d2a3efe1cfdeac5df5c30289ee4303660cc8e (patch)
tree684e3f052f10ee825897745c705b99b1838addd2 /recipes-bsp/imx-kobs/imx-kobs_git.bb
parent8b4156532a1559063c6f30876603792d71326c2c (diff)
downloadmeta-freescale-f89d2a3efe1cfdeac5df5c30289ee4303660cc8e.tar.gz
imx-kobs: Pick up new commit as fix-compile patch is merged
The patch is merged to the new version of imx-kobs. So pick up the new version and remove the patch file. Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-kobs/imx-kobs_git.bb')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index b228ab51..aab10f9c 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -1,4 +1,5 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017 NXP
2 3
3SUMMARY = "Nand boot write source" 4SUMMARY = "Nand boot write source"
4SECTION = "base" 5SECTION = "base"
@@ -6,11 +7,9 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 7LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7 8
8PV = "5.5+git${SRCPV}" 9PV = "5.5+git${SRCPV}"
9SRCREV = "b402243a04e5a6760a860445e5ff6a931d86f794" 10SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601"
10 11
11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ 12SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
12 file://fix-compile.patch \
13"
14 13
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15