summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-07-05 18:15:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-07-21 10:59:32 -0300
commit4b9a587d6d781e5922ac7b747d8a9adf708994d9 (patch)
tree12f35ab9a2144043dcdb80db97261beae1b94dc9 /recipes-bsp
parent97052301a516faa9ab8bc01b85d882b0884e98f4 (diff)
downloadmeta-fsl-arm-4b9a587d6d781e5922ac7b747d8a9adf708994d9.tar.gz
u-boot-fslc: Update to 2014.07-based release
This updates the FSL Community's U-Boot fork to a 2014.07-based release. Along with the recipe revision changes, this modifies the default kernel image to "zImage" as most machines maintained in meta-fsl-arm now uses it. The machines that are still using uImage are: - imx31pdk - imx35pdk - imx53ard - imx6dlsabreauto - imx6solosabreauto - imx6solosabresd 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_2014.07.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb)8
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2014.01.bb7
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2014.07.bb6
3 files changed, 10 insertions, 11 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
index 298f1c0..6ba1552 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
@@ -5,10 +5,10 @@ SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2014.01" 8PV = "v2014.07"
9 9
10SRCREV = "f5d80303de12e6fefc022426a73136a288f70294" 10SRCREV = "524123a70761110c5cf3ccc5f52f6d4da071b959"
11SRCBRANCH = "patches-2014.01" 11SRCBRANCH = "patches-2014.07"
12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' 16EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y'
17 17
18do_compile () { 18do_compile () {
19 oe_runmake tools 19 oe_runmake tools-only
20} 20}
21 21
22do_install () { 22do_install () {
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb
deleted file mode 100644
index f6d4657..0000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1include u-boot-fslc.inc
2
3PV = "v2014.01"
4
5SRCBRANCH = "patches-2014.01"
6
7SRCREV = "f5d80303de12e6fefc022426a73136a288f70294"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
new file mode 100644
index 0000000..efccca6
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
@@ -0,0 +1,6 @@
1include u-boot-fslc.inc
2
3PV = "v2014.07"
4
5SRCREV = "524123a70761110c5cf3ccc5f52f6d4da071b959"
6SRCBRANCH = "patches-2014.07"