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.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