From cc45eed608303608602e347c218d89756e3c6bae Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 29 Sep 2016 13:51:22 -0500 Subject: u-boot-imx: Upgrade to 2016.03 Support i.MX 6ULL and upgrade to 2016.03 U-Boot Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb | 4 ---- recipes-bsp/u-boot/u-boot-imx-mfgtool_2016.03.bb | 5 +++++ recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 22 ---------------------- recipes-bsp/u-boot/u-boot-imx_2016.03.bb | 22 ++++++++++++++++++++++ 4 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb create mode 100644 recipes-bsp/u-boot/u-boot-imx-mfgtool_2016.03.bb delete mode 100644 recipes-bsp/u-boot/u-boot-imx_2015.04.bb create mode 100644 recipes-bsp/u-boot/u-boot-imx_2016.03.bb (limited to 'recipes-bsp/u-boot') diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb deleted file mode 100644 index f66114c7..00000000 --- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2015.04.bb +++ /dev/null @@ -1,4 +0,0 @@ -# Copyright (C) 2014 O.S. Systems Software LTDA. - -require u-boot-imx_${PV}.bb -require u-boot-mfgtool.inc diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2016.03.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2016.03.bb new file mode 100644 index 00000000..eead627a --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2016.03.bb @@ -0,0 +1,5 @@ +# Copyright (C) 2014 O.S. Systems Software LTDA. +# Copyright (C) 2014-2016 Freescale Semiconductor + +require u-boot-imx_${PV}.bb +require u-boot-mfgtool.inc diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb deleted file mode 100644 index 0de36e0d..00000000 --- a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright (C) 2013-2016 Freescale Semiconductor - -DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards." -require recipes-bsp/u-boot/u-boot.inc - -PROVIDES += "u-boot" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRCBRANCH = "imx_v2015.04_4.1.15_1.0.0_ga" -SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" -SRCREV = "d7d7c4312b71dd3879fa8640b23f6a5bac30e303" - -S = "${WORKDIR}/git" - -inherit fsl-u-boot-localversion - -LOCALVERSION ?= "-${SRCBRANCH}" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" diff --git a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb b/recipes-bsp/u-boot/u-boot-imx_2016.03.bb new file mode 100644 index 00000000..872d17d9 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-imx_2016.03.bb @@ -0,0 +1,22 @@ +# Copyright (C) 2013-2016 Freescale Semiconductor + +DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards." +require recipes-bsp/u-boot/u-boot.inc + +PROVIDES += "u-boot" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRCBRANCH = "imx_v2016.03_4.1.15_2.0.0_ga" +SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" +SRCREV = "0ec2a019117bb2d59b9672a145b4684313d92782" + +S = "${WORKDIR}/git" + +inherit fsl-u-boot-localversion + +LOCALVERSION ?= "-${SRCBRANCH}" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" -- cgit v1.2.3-54-g00ecf