From 6263e6e41260b52178cd4a16b814666ef9292157 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 31 Oct 2014 08:43:01 -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 --- recipes-bsp/u-boot/u-boot-boundary_git.bb | 1 + recipes-bsp/u-boot/u-boot-congatec_2013.04.bb | 1 + recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb | 1 + 3 files changed, 3 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb index e76a35c..dc0402b 100644 --- a/recipes-bsp/u-boot/u-boot-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb @@ -1,5 +1,6 @@ require recipes-bsp/u-boot/u-boot.inc +DESCRIPTION = "u-boot for Boundary Devices boards." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)" diff --git a/recipes-bsp/u-boot/u-boot-congatec_2013.04.bb b/recipes-bsp/u-boot/u-boot-congatec_2013.04.bb index 4161329..ee055c7 100644 --- a/recipes-bsp/u-boot/u-boot-congatec_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-congatec_2013.04.bb @@ -2,6 +2,7 @@ require recipes-bsp/u-boot/u-boot.inc +DESCRIPTION = "u-boot which includes support for Congatec Boards." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" diff --git a/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb b/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb index 3713062..5db84bb 100644 --- a/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb @@ -1,5 +1,6 @@ require recipes-bsp/u-boot/u-boot.inc +DESCRIPTION = "u-boot which includes support for SolidRun boards such as Cubox-i." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"