[meta-freescale] [meta-fsl-ppc][PATCH 2/2] u-boot: append sdk version into uboot version

Luo Zhenhua-B19537 B19537 at freescale.com
Thu Jul 11 01:49:38 PDT 2013


Applied, thanks. 


Best Regards,

Zhenhua


> -----Original Message-----
> From: Liu Ting-B28495
> Sent: Wednesday, July 10, 2013 11:45 AM
> To: meta-freescale at yoctoproject.org
> Cc: Luo Zhenhua-B19537; Liu Ting-B28495
> Subject: [meta-fsl-ppc][PATCH 2/2] u-boot: append sdk version into uboot
> version
> 
> From: Chunrong Guo <B40290 at freescale.com>
> 
> Signed-off-by: Chunrong Guo <B40290 at freescale.com>
> ---
>  recipes-bsp/u-boot/u-boot_git.bb |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-
> boot_git.bb
> index c3aa105..008e253 100644
> --- a/recipes-bsp/u-boot/u-boot_git.bb
> +++ b/recipes-bsp/u-boot/u-boot_git.bb
> @@ -39,6 +39,8 @@ EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX}
> CC="${WRAP_TARGET_PREFIX}gcc
> 
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> 
> +UBOOT_LOCALVERSION = "${@d.getVar('SDK_VERSION', True).partition('
> ')[0]}"
> +
>  USRC ?= ""
>  S = '${@base_conditional("USRC", "", "${WORKDIR}/git", "${USRC}", d)}'
> 
> @@ -47,6 +49,12 @@ do_compile () {
>  	unset CFLAGS
>  	unset CPPFLAGS
> 
> +        if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
> +        then
> +            echo ${UBOOT_LOCALVERSION} > ${B}/.scmversion
> +            echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
> +        fi
> +
>  	if [ "x${UBOOT_MACHINES}" = "x" ]; then
>  		UBOOT_MACHINES=${UBOOT_MACHINE}
>  	fi
> --
> 1.7.3.4





More information about the meta-freescale mailing list