diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-06-11 15:48:23 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-26 14:16:13 -0300 |
commit | f17573890d99e73ad1f6bae5af72ef29f2ef422c (patch) | |
tree | 618ac000627b7e02ddcdb91a1d7bda11515d04e4 | |
parent | bf9d7f7e675042efa770a7e42464fab9dee8c302 (diff) | |
download | meta-freescale-f17573890d99e73ad1f6bae5af72ef29f2ef422c.tar.gz |
imx-kobs: Bump revision to c70685d
- Add O.S. Systems Software Copyright
This includes the following changes:
- c70685d Merge pull request #13 from allenxh/imx8
- d8e5142 imx-kobs: support burn images to imx8mq ddr4 arm2 NAND
- a0e9adc Merge pull request #10 from allenxh/imx8
- 89c14fe imx-kobs: support i.MX8 platforms
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-kobs/imx-kobs_git.bb | 3 |
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 | ||
4 | SUMMARY = "Nand boot write source" | 5 | SUMMARY = "Nand boot write source" |
5 | SECTION = "base" | 6 | SECTION = "base" |
@@ -7,7 +8,7 @@ LICENSE = "GPLv2" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
8 | 9 | ||
9 | PV = "5.5+git${SRCPV}" | 10 | PV = "5.5+git${SRCPV}" |
10 | SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601" | 11 | SRCREV = "c70685de47cfb67c5e16e1631b7033023ca3e97c" |
11 | 12 | ||
12 | SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \ | 13 | SRC_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 \ |