summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-11-27 14:24:23 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-11-27 14:24:23 -0200
commit15adae4343c8242ce150899a30fdc82b1f350e10 (patch)
treeb0a6660ef318dea54510beab6f1bf61082328400 /recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc
parent0daa6c78258da381fa15e98be69a8ddef5f783a5 (diff)
downloadmeta-freescale-15adae4343c8242ce150899a30fdc82b1f350e10.tar.gz
u-boot-fslc: Upgrade to 2018.11-based fork
This upgrade our fork to the current stable release. It got most of our patches merged and now it has a very small set which are basically Yocto Project specific stuff. Still applied patches are: 1f39b911b7 mx25pdk: Change root to use a single partition layout a0f8bec9d3 mx6sabre_common: Dynamically change the video output 7847536319 mx6sabresd: Enable video interfaces in bootargs 994d8e0733 mx6sabresd: Use LDO dtb file until LDO bypass support is added c6c87fb39b mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc
new file mode 100644
index 00000000..80cb8d6f
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2018.11.inc
@@ -0,0 +1,16 @@
1# Copyright (C) 2012-2018 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4inherit fsl-u-boot-localversion
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
8
9SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
10
11SRCREV = "1f39b911b7817efb801f80784d9c7a41704b7a36"
12SRCBRANCH = "2018.11+fslc"
13
14PV = "v2018.11+git${SRCPV}"
15
16S = "${WORKDIR}/git"