summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index 096d074e..4bd77264 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -1,5 +1,6 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017 NXP 2# Copyright 2017 NXP
3# Copyright 2018 (C) O.S. Systems Software LTDA.
3 4
4SUMMARY = "Nand boot write source" 5SUMMARY = "Nand boot write source"
5SECTION = "base" 6SECTION = "base"
@@ -7,7 +8,7 @@ LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 8LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
8 9
9PV = "5.5+git${SRCPV}" 10PV = "5.5+git${SRCPV}"
10SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601" 11SRCREV = "c70685de47cfb67c5e16e1631b7033023ca3e97c"
11 12
12SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ 13SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
13 file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \ 14 file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \