summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb)8
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2014.10.bb6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2015.01.bb6
4 files changed, 11 insertions, 11 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
index c694090..732449b 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
@@ -5,11 +5,11 @@ SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2014.10+git${SRCPV}" 8PV = "v2015.01+git${SRCPV}"
9 9
10SRCREV = "5fd0b607d0ef44b8b93d64faace674955791dd7d" 10SRCREV = "5d396c3283bdfa44b3c2d811a72344f6e200156d"
11SRCBRANCH = "patches-2014.10" 11SRCBRANCH = "patches-2015.01"
12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc
index 19e2f98..83a76c0 100644
--- a/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -19,7 +19,7 @@ PROVIDES += "u-boot"
19 19
20SRCBRANCH ??= "master" 20SRCBRANCH ??= "master"
21 21
22SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" 22SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb
deleted file mode 100644
index 6b023bf..0000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb
+++ /dev/null
@@ -1,6 +0,0 @@
1include u-boot-fslc.inc
2
3PV = "v2014.10+git${SRCPV}"
4
5SRCREV = "e3517cb1c240aef2ddcc6565937178609b8a8bda"
6SRCBRANCH = "patches-2014.10"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
new file mode 100644
index 0000000..e814e55
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
@@ -0,0 +1,6 @@
1include u-boot-fslc.inc
2
3PV = "v2015.01+git${SRCPV}"
4
5SRCREV = "5d396c3283bdfa44b3c2d811a72344f6e200156d"
6SRCBRANCH = "patches-2015.01"