summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2014-10-31 08:53:47 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-10-31 09:54:58 -0200
commitfdcd512569d3d14d397cff6e797292c5120d1bdf (patch)
treebac88ef1843ec64f402e6b5bd3162a928de52546 /recipes-bsp
parent7d17b74e7dc2b2f9d9455abb8b2b2f320ad19141 (diff)
downloadmeta-fsl-arm-fdcd512569d3d14d397cff6e797292c5120d1bdf.tar.gz
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 <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc.inc5
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2009.08.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2013.04.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1.inc1
4 files changed, 7 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc
index e598b1f..19e2f98 100644
--- a/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -5,7 +5,10 @@ require recipes-bsp/u-boot/u-boot.inc
5 5
6inherit fsl-u-boot-localversion 6inherit fsl-u-boot-localversion
7 7
8DESCRIPTION = "U-boot bootloader for Freescale ARM platforms" 8DESCRIPTION = "U-Boot based on mainline U-Boot used by FSL Community BSP in \
9order to provide support for some backported features and fixes, or because it \
10was submitted for revision and it takes some time to become part of a stable \
11version, or because it is not applicable for upstreaming."
9LICENSE = "GPLv2+" 12LICENSE = "GPLv2+"
10LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" 13LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
11COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" 14COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
index 7b31cc8..c067999 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
@@ -1,7 +1,7 @@
1# Copyright (C) 2011-2014 Freescale Semiconductor 1# Copyright (C) 2011-2014 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4DESCRIPTION = "bootloader for imx platforms" 4DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards."
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/u-boot/u-boot.inc
6 6
7PROVIDES += "u-boot" 7PROVIDES += "u-boot"
diff --git a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb b/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
index 867f0ed..8cf75c1 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2013.04.bb
@@ -1,6 +1,6 @@
1# Copyright (C) 2013, 2014 Freescale Semiconductor 1# Copyright (C) 2013, 2014 Freescale Semiconductor
2 2
3DESCRIPTION = "bootloader for imx platforms" 3DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards."
4require recipes-bsp/u-boot/u-boot.inc 4require recipes-bsp/u-boot/u-boot.inc
5 5
6PROVIDES += "u-boot" 6PROVIDES += "u-boot"
diff --git a/recipes-bsp/u-boot/u-boot-ls1.inc b/recipes-bsp/u-boot/u-boot-ls1.inc
index ca84047..49d757c 100644
--- a/recipes-bsp/u-boot/u-boot-ls1.inc
+++ b/recipes-bsp/u-boot/u-boot-ls1.inc
@@ -1,3 +1,4 @@
1DESCRIPTION = "U-Boot which includes the support for QorIQ Layerscape1 series boards"
1LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1" 2LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
2LIC_FILES_CHKSUM = " \ 3LIC_FILES_CHKSUM = " \
3 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 4 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \