summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-01 19:17:47 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-09 08:56:01 -0300
commit8dc15f24d61184ba38be5c9c900b760a15182ba8 (patch)
treec9d65bb389e439004b9fba38b505ab68da666909 /recipes-bsp
parent0b3457e7160a0069bb933558034a749b042bba88 (diff)
downloadmeta-fsl-arm-8dc15f24d61184ba38be5c9c900b760a15182ba8.tar.gz
u-boot-fslc: Update to 2015.04-based fork
This updates the fork based on upcoming 2015.04 release. This is currently based on 2015.04-rc5 tag and offers a very solid release for start the tests for Yocto Project 1.8 release. Change-Id: I15519ffc7a28411f850bcf8492d8e5fb981bec7c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb)7
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2015.01.bb6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2015.04.bb6
3 files changed, 10 insertions, 9 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
index 6cb156c..45d27b1 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb
@@ -5,10 +5,11 @@ SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2015.01+git${SRCPV}" 8PV = "v2015.04+git${SRCPV}"
9
10SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d"
11SRCBRANCH = "patches-2015.04"
9 12
10SRCREV = "614dd540e84857db586a2d914734a9b22c55165b"
11SRCBRANCH = "patches-2015.01"
12SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
deleted file mode 100644
index bfb87e0..0000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
+++ /dev/null
@@ -1,6 +0,0 @@
1include u-boot-fslc.inc
2
3PV = "v2015.01+git${SRCPV}"
4
5SRCREV = "614dd540e84857db586a2d914734a9b22c55165b"
6SRCBRANCH = "patches-2015.01"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
new file mode 100644
index 0000000..bdbf93a
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb
@@ -0,0 +1,6 @@
1include u-boot-fslc.inc
2
3PV = "v2015.04+git${SRCPV}"
4
5SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d"
6SRCBRANCH = "patches-2015.04"