diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-27 11:18:45 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-30 21:57:09 -0300 |
commit | 851234ee9fd50e0fbe0f6815badfb4db199c092b (patch) | |
tree | fc449380b1831bf62ed56e534297ec6af22f1a52 /recipes-bsp/imx-kobs | |
parent | fd046a95bc9e85c1986b57e9d5a8fb473d55c5d1 (diff) | |
download | meta-freescale-851234ee9fd50e0fbe0f6815badfb4db199c092b.tar.gz |
imx-kobs: Add i.MX 8 support
Signed-off-by: Tom Hochstein <tom.hochstein@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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb index 4bd77264..864cbe5e 100644 --- a/recipes-bsp/imx-kobs/imx-kobs_git.bb +++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright 2017 NXP | 2 | # Copyright 2017-2018 NXP |
3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
4 | 4 | ||
5 | SUMMARY = "Nand boot write source" | 5 | SUMMARY = "Nand boot write source" |
@@ -8,12 +8,10 @@ LICENSE = "GPLv2" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
9 | 9 | ||
10 | PV = "5.5+git${SRCPV}" | 10 | PV = "5.5+git${SRCPV}" |
11 | SRCREV = "c70685de47cfb67c5e16e1631b7033023ca3e97c" | ||
12 | |||
13 | SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ | 11 | SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ |
14 | file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \ | 12 | file://0001-Add-missing-includes-as-pointed-out-by-musl.patch \ |
15 | " | 13 | " |
16 | 14 | SRCREV = "a0e9adce2fb7fcd57e794d7f9a5deba0f94f521b" | |
17 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
18 | 16 | ||
19 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |