[meta-ti] [meta-ti patch v3 2/3] am43xx: Added the u-boot recipe

Denys Dmytriyenko denys at ti.com
Thu Sep 26 06:29:29 PDT 2013


On Wed, Sep 25, 2013 at 06:09:49PM +0530, Deepak M wrote:
> Added the LIC_FILES_CHKSUM in the recipe as the default
> checksum was pointing to the COPYING file which is moved to the
> Licenses/gpl-2.0.txt in the current source.
> 
> Signed-off-by: Deepak M <x0171695 at ti.com>
> ---
> v3:
> 1. Changed the u-boot recipe name from u-boot-aegis to u-boot-am43xx.
> 2. Using externel source link.
> 
>  recipes-bsp/u-boot/u-boot-am43xx_2013.10.bb | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 recipes-bsp/u-boot/u-boot-am43xx_2013.10.bb
> 
> diff --git a/recipes-bsp/u-boot/u-boot-am43xx_2013.10.bb b/recipes-bsp/u-boot/u-boot-am43xx_2013.10.bb
> new file mode 100644
> index 0000000..58eb99a
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot-am43xx_2013.10.bb
> @@ -0,0 +1,20 @@
> +require u-boot-ti.inc
> +
> +DESCRIPTION = "u-boot bootloader for ARM MPU devices"
> +LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> +COMPATIBLE_MACHINE = "am437x-epos-evm"
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +PV = "2013.10"

The version 2013.10 of u-boot hasn't been released yet, so you can't use that 
for PV.


> +PR = "r0+gitr${SRCPV}"
> +
> +BRANCH = "v2013.10-rc2+"
> +
> +SRC_URI = "git://git.ti.com/~lokesh/ti-u-boot/u-boot-dev.git;protocol=git;branch=${BRANCH}"
> +
> +# Lock to the commit corresponding
> +SRCREV = "6514cf76a52ecce9b03ede098683a7eea97e2bce"
> +
> +# Set the name of the SPL that will built so that it is also packaged with u-boot.
> +SPL_BINARY = "MLO"
> -- 
> 1.8.1
> 



More information about the meta-ti mailing list