From 8dc15f24d61184ba38be5c9c900b760a15182ba8 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 1 Apr 2015 19:17:47 -0300 Subject: 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 --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb | 34 ---------------------- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb | 35 +++++++++++++++++++++++ recipes-bsp/u-boot/u-boot-fslc_2015.01.bb | 6 ---- recipes-bsp/u-boot/u-boot-fslc_2015.04.bb | 6 ++++ 4 files changed, 41 insertions(+), 40 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2015.01.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2015.04.bb (limited to 'recipes-bsp/u-boot') diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb deleted file mode 100644 index 6cb156c..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "U-boot bootloader mxsboot tool" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" -SECTION = "bootloader" -DEPENDS = "openssl" -PROVIDES = "u-boot-mxsboot" - -PV = "v2015.01+git${SRCPV}" - -SRCREV = "614dd540e84857db586a2d914734a9b22c55165b" -SRCBRANCH = "patches-2015.01" -SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" - -S = "${WORKDIR}/git" - -inherit fsl-u-boot-localversion - -EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' - -do_configure () { - oe_runmake sandbox_defconfig -} - -do_compile () { - oe_runmake tools-only -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 tools/mxsboot ${D}${bindir}/uboot-mxsboot - ln -sf uboot-mxsboot ${D}${bindir}/mxsboot -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb new file mode 100644 index 0000000..45d27b1 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "U-boot bootloader mxsboot tool" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" +SECTION = "bootloader" +DEPENDS = "openssl" +PROVIDES = "u-boot-mxsboot" + +PV = "v2015.04+git${SRCPV}" + +SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" +SRCBRANCH = "patches-2015.04" + +SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" + +S = "${WORKDIR}/git" + +inherit fsl-u-boot-localversion + +EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' + +do_configure () { + oe_runmake sandbox_defconfig +} + +do_compile () { + oe_runmake tools-only +} + +do_install () { + install -d ${D}${bindir} + install -m 0755 tools/mxsboot ${D}${bindir}/uboot-mxsboot + ln -sf uboot-mxsboot ${D}${bindir}/mxsboot +} + +BBCLASSEXTEND = "native nativesdk" 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 @@ -include u-boot-fslc.inc - -PV = "v2015.01+git${SRCPV}" - -SRCREV = "614dd540e84857db586a2d914734a9b22c55165b" -SRCBRANCH = "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 @@ +include u-boot-fslc.inc + +PV = "v2015.04+git${SRCPV}" + +SRCREV = "c0e89c7c2d499836fe94446d9c184a868dd4707d" +SRCBRANCH = "patches-2015.04" -- cgit v1.2.3-54-g00ecf