From e45378210c83c7d4ca7ab84676e8bd133d693b0b Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 31 Oct 2014 08:53:47 -0200 Subject: [PATCH] u-boot-*: Add DESCRIPTION for u-boot providers Add u-boot DESCRIPTION for those providers still using the default one. This is needed in order to have a complete and readable list of u-boot providers in FSL Community BSP Release Notes. Signed-off-by: Daiane Angolini Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc | 5 ++++- meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 +- meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb | 2 +- meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc index e598b1f7..19e2f988 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc @@ -5,7 +5,10 @@ require recipes-bsp/u-boot/u-boot.inc inherit fsl-u-boot-localversion -DESCRIPTION = "U-boot bootloader for Freescale ARM platforms" +DESCRIPTION = "U-Boot based on mainline U-Boot used by FSL Community BSP in \ +order to provide support for some backported features and fixes, or because it \ +was submitted for revision and it takes some time to become part of a stable \ +version, or because it is not applicable for upstreaming." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 7b31cc8c..c067999f 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -1,7 +1,7 @@ # Copyright (C) 2011-2014 Freescale Semiconductor # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "bootloader for imx platforms" +DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards." require recipes-bsp/u-boot/u-boot.inc PROVIDES += "u-boot" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb index 867f0edd..8cf75c17 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2013.04.bb @@ -1,6 +1,6 @@ # Copyright (C) 2013, 2014 Freescale Semiconductor -DESCRIPTION = "bootloader for imx platforms" +DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards." require recipes-bsp/u-boot/u-boot.inc PROVIDES += "u-boot" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc index ca840478..49d757c8 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-ls1.inc @@ -1,3 +1,4 @@ +DESCRIPTION = "U-Boot which includes the support for QorIQ Layerscape1 series boards" LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" LIC_FILES_CHKSUM = " \ file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ -- 2.40.1