[meta-freescale] [meta-fsl-arm][PATCH 08/14] u-boot-imx: Upgrade to 2014.04

Daiane Angolini daiane.list at gmail.com
Fri Aug 29 06:53:41 PDT 2014


On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post <lauren.post at freescale.com> wrote:
> - Add mx6sx support
> - General fixes for mx6slevk and other mx6
> - Support to use zImage

I just realized the patch order is wrong. You must first add the uboot
support and _then_ add the new machine support which depends on that
u-boot specific version.

Can you, please, change the order when you send v2?

>
> Signed-off-by: Lauren Post <lauren.post at freescale.com>
> ---
>  ...ol_2013.04.bb => u-boot-imx-mfgtool_2014.04.bb} |    0
>  ...u-boot-imx_2013.04.bb => u-boot-imx_2014.04.bb} |    8 ++++----
>  2 files changed, 4 insertions(+), 4 deletions(-)
>  rename recipes-bsp/u-boot/{u-boot-imx-mfgtool_2013.04.bb => u-boot-imx-mfgtool_2014.04.bb} (100%)
>  rename recipes-bsp/u-boot/{u-boot-imx_2013.04.bb => u-boot-imx_2014.04.bb} (57%)

You are updating both u-boot-imx and u-boot-imx-mfgtool in the same patch.

I would split it, but I´m not sure what Otavio say about this.

If you keep both I would ask you to update commit subject and commit
log, as you are updating 2 recipes and say you are updating only 1.

You can say something like:

 - Add mx6sx support
 - General fixes for mx6slevk and other mx6
 - Support to use zImage
- Bump u-boot-imx-mfgtools version from 2013.04 to 2014.04 with no change.

Daiane


>
> diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb
> similarity index 100%
> rename from recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb
> rename to recipes-bsp/u-boot/u-boot-imx-mfgtool_2014.04.bb
> diff --git a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
> similarity index 57%
> rename from recipes-bsp/u-boot/u-boot-imx_2013.04.bb
> rename to recipes-bsp/u-boot/u-boot-imx_2014.04.bb
> index 1c0f828..8874dd1 100644
> --- a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
> +++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
> @@ -1,16 +1,16 @@
>  # Copyright (C) 2013, 2014 Freescale Semiconductor
>
> -DESCRIPTION = "bootloader for imx platforms"
> +DESCRIPTION = "Bootloader for i.MX platforms"
>  require recipes-bsp/u-boot/u-boot.inc
>
>  PROVIDES += "u-boot"
>
>  LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
> +LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -SRCBRANCH = "imx_v2013.04_3.10.17_1.0.0_ga"
> +SRCBRANCH = "imx_v2014.04_3.10.31_1.1.0_beta"
>  SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
> -SRCREV = "ce0ea2507c492d43bbf88f8609482a171b2d2003"
> +SRCREV = "91cbd4d530f240042d112fc4166a143fa659524b"
>
>  S = "${WORKDIR}/git"
>
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list