[meta-freescale] [3rdparty][PATCH v2 04/16] u-boot-toradex: update to 2016.11

Stefan Agner stefan.agner at toradex.com
Fri Sep 15 14:29:55 PDT 2017



On 14.09.2017 12:30, Max Krummenacher wrote:
> For the i.MX6 based modules move to boot with SPL to setup the DDR RAM.
>
> Add specific Toradex machine names to allow for 'use-mainline-bsp'
> builds. (In which case the e.g. mx6 override is dropped)

I don't quite get that. Isn't use-mainline-bsp a separate machine override? What does it have to do with apalis-imx6* machine names?

I assume that a mainline build would use mainline U-Boot instead of the downstream U-Boot?

--
Stefan

>
> License: changed by the following upstream commits, all of which do not
> affect our configurations.
>   0f4d2f8e79 License: Add the Open Font License
>     (ttf fonts)
>   40a39e875c SPDX: add X11 SPDX-License-Identifier
>     (preparation for dual licensed device trees)
>   4dcd9a65d4 Licenses: fix a typo in README
>
> Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
> ---
>  recipes-bsp/u-boot/u-boot-toradex.inc        | 11 +++--------
>  recipes-bsp/u-boot/u-boot-toradex_2015.04.bb |  7 -------
>  recipes-bsp/u-boot/u-boot-toradex_2016.11.bb |  8 ++++++++
>  3 files changed, 11 insertions(+), 15 deletions(-)
>  delete mode 100644 recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
>  create mode 100644 recipes-bsp/u-boot/u-boot-toradex_2016.11.bb
>
> diff --git a/recipes-bsp/u-boot/u-boot-toradex.inc b/recipes-bsp/u-boot/u-boot-toradex.inc
> index 57ae547..9d3261f 100644
> --- a/recipes-bsp/u-boot/u-boot-toradex.inc
> +++ b/recipes-bsp/u-boot/u-boot-toradex.inc
> @@ -8,7 +8,9 @@ inherit fsl-u-boot-localversion
>  
>  SUMMARY = "U-Boot bootloader with support for Toradex Computer on Modules"
>  LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
> +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
> +
> +DEPENDS += "dtc-native"
>  
>  PROVIDES += "u-boot"
>  
> @@ -16,11 +18,4 @@ SRC_URI = "git://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH}"
>  
>  S = "${WORKDIR}/git"
>  
> -# FIXME: Allow linking of 'tools' binaries with native libraries
> -#        used for generating the boot logo and other tools used
> -#        during the build process.
> -EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
> -                 HOSTLDFLAGS="${BUILD_LDFLAGS}" \
> -                 HOSTSTRIP=true'
> -
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> diff --git a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
> deleted file mode 100644
> index a70173a..0000000
> --- a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -include u-boot-toradex.inc
> -
> -PV = "v2015.04-v2.6b2.1+git${SRCPV}"
> -
> -SRCREV = "90a974d34aaa85d5ce69f83067928592c5389990"
> -SRCBRANCH = "2015.04-toradex"
> -COMPATIBLE_MACHINE = "(mx6|mx7|vf)"
> diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb
> new file mode 100644
> index 0000000..7e73e36
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb
> @@ -0,0 +1,8 @@
> +require recipes-bsp/u-boot/u-boot-toradex.inc
> +
> +LOCALVERSION = "-2.7.3"
> +PV_append = "+git${SRCPV}"
> +
> +SRCREV = "f0e414972b5b225e33ebe75574562266116746f9"
> +SRCBRANCH = "2016.11-toradex"
> +COMPATIBLE_MACHINE = "(mx6|mx7|vf|apalis-imx*|colibri-imx*|colibri-vf*)"



More information about the meta-freescale mailing list