summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"