[meta-freescale] [meta-fsl-arm-extra][PATCH 2/3] u-boot-karo: add initial recipe

Otavio Salvador otavio.salvador at ossystems.com.br
Fri Oct 2 15:44:38 PDT 2015


On Fri, Oct 2, 2015 at 12:55 PM, Oliver Wendt <OW at karo-electronics.de> wrote:
> Add initial support for TX6-series COM U-Boot.
>
> The U-Boot will be fetched from a remote git repository via:
>
> SRC_URI = "git://git.karo-electronics.de/karo-tx-uboot.git;branch=${SRCBRANCH}"
> SRCBRANCH = "karo-tx6"

This does not need to be in the commit log, at it is visible in the
recipe itself. Instead it would be good to mention that it is based on
2015.10 U-Boot code and like.

> Signed-off-by: Oliver Wendt <OW at karo-electronics.de>
> ---
>  recipes-bsp/u-boot/u-boot-karo_git.bb |   19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 recipes-bsp/u-boot/u-boot-karo_git.bb
>
> diff --git a/recipes-bsp/u-boot/u-boot-karo_git.bb b/recipes-bsp/u-boot/u-boot-karo_git.bb
> new file mode 100644
> index 0000000..f71a586
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot-karo_git.bb
> @@ -0,0 +1,19 @@
> +require recipes-bsp/u-boot/u-boot.inc
> +
> +DESCRIPTION = "u-boot for Ka-Ro electronics TX Computer-On-Modules."
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
> +
> +PROVIDES = "u-boot"
> +
> +PV = "v2015.10-rc2+git${SRCPV}"
> +
> +SRCREV = "047997571bf2c5bd43058c8e9da8052e09d9111f"
> +SRCBRANCH = "karo-tx6"
> +SRC_URI = "git://git.karo-electronics.de/karo-tx-uboot.git;branch=${SRCBRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +COMPATIBLE_MACHINE  = "(tx6.*)"

Please use a more strict regexp.

I think '(tx6[qsu]-.*)' does the trick.

> \ No newline at end of file

Newline at end of file, please.

> --
> 1.7.10.4
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list