[meta-freescale] [meta-fsl-arm-extra][PATCH v2] linux: Use SUMMARY to describe the linux provider

Daiane Angolini daiane.angolini at freescale.com
Thu Mar 27 09:38:09 PDT 2014


Replace DESCRIPTION to SUMMARY on linux recipes.

The SUMMARY content may be used in Release Notes to
describe the each kernel provider.

Add SUMMARY for linux-congatec, linux-cubox-i and
linux-timesys. For those, the SUMMARY used was the one
already in Release Notes [1] in file [2]

[1] https://github.com/Freescale/Documentation
[2] release-notes/source/kernel-linux.rst

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
---
 recipes-kernel/linux/linux-boundary_3.0.35.bb      | 2 +-
 recipes-kernel/linux/linux-boundary_3.10.17.bb     | 2 +-
 recipes-kernel/linux/linux-cfa.inc                 | 2 +-
 recipes-kernel/linux/linux-congatec_3.0.35.bb      | 1 +
 recipes-kernel/linux/linux-cubox-i_3.0.35.bb       | 1 +
 recipes-kernel/linux/linux-denx.inc                | 2 +-
 recipes-kernel/linux/linux-timesys_3.0.15.bbappend | 2 ++
 recipes-kernel/linux/linux-wandboard.inc           | 2 +-
 8 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/recipes-kernel/linux/linux-boundary_3.0.35.bb b/recipes-kernel/linux/linux-boundary_3.0.35.bb
index 076ae8b..3edcce9 100644
--- a/recipes-kernel/linux/linux-boundary_3.0.35.bb
+++ b/recipes-kernel/linux/linux-boundary_3.0.35.bb
@@ -3,7 +3,7 @@
 
 require recipes-kernel/linux/linux-imx.inc
 
-DESCRIPTION = "Linux kernel for Boundary Devices boards"
+SUMMARY = "Linux kernel for Boundary Devices boards"
 
 SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
            file://ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch \
diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index 1fc7901..0f4f147 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -4,7 +4,7 @@
 require recipes-kernel/linux/linux-imx.inc
 require recipes-kernel/linux/linux-dtb.inc
 
-DESCRIPTION = "Linux kernel for Boundary Devices boards"
+SUMMARY = "Linux kernel for Boundary Devices boards"
 
 SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
            file://defconfig"
diff --git a/recipes-kernel/linux/linux-cfa.inc b/recipes-kernel/linux/linux-cfa.inc
index 8350618..065d747 100644
--- a/recipes-kernel/linux/linux-cfa.inc
+++ b/recipes-kernel/linux/linux-cfa.inc
@@ -1,4 +1,4 @@
-DESCRIPTION = "Linux kernel for Crystalfontz boards"
+SUMMARY = "Linux kernel for Crystalfontz boards"
 SECTion = "kernel"
 LICENSE = "GPLv2"
 
diff --git a/recipes-kernel/linux/linux-congatec_3.0.35.bb b/recipes-kernel/linux/linux-congatec_3.0.35.bb
index 9591e03..428945f 100644
--- a/recipes-kernel/linux/linux-congatec_3.0.35.bb
+++ b/recipes-kernel/linux/linux-congatec_3.0.35.bb
@@ -2,6 +2,7 @@
 # Copyright (C) 2012-2014 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
+SUMMARY = "Linux Kernel based on Freescale Linux kernel to add support for Congatec boards"
 include recipes-kernel/linux/linux-imx.inc
 
 # Revision of 4.1.0 branch
diff --git a/recipes-kernel/linux/linux-cubox-i_3.0.35.bb b/recipes-kernel/linux/linux-cubox-i_3.0.35.bb
index 2c1e41b..7430843 100644
--- a/recipes-kernel/linux/linux-cubox-i_3.0.35.bb
+++ b/recipes-kernel/linux/linux-cubox-i_3.0.35.bb
@@ -1,5 +1,6 @@
 include recipes-kernel/linux/linux-imx.inc
 
+SUMMARY = "Boundary Devices Kernel 3.0.35 supported by SolidRun with additional machine specific patches"
 SRCREV = "be699c6777f376b5f28e60d8d65942ac94b39908"
 LOCALVERSION = "-4.1.0-cubox-i+yocto"
 SRCBRANCH ?= "imx_3.0.35_4.1.0"
diff --git a/recipes-kernel/linux/linux-denx.inc b/recipes-kernel/linux/linux-denx.inc
index 83652d4..ec331ac 100644
--- a/recipes-kernel/linux/linux-denx.inc
+++ b/recipes-kernel/linux/linux-denx.inc
@@ -1,7 +1,7 @@
 # Copyright (C) 2013 Marek Vasut <marex at denx.de>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "DENX mainline based Linux kernel"
+SUMMARY = "DENX mainline based Linux kernel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 DEPENDS += "lzop-native"
diff --git a/recipes-kernel/linux/linux-timesys_3.0.15.bbappend b/recipes-kernel/linux/linux-timesys_3.0.15.bbappend
index ec5c94d..c1a9a38 100644
--- a/recipes-kernel/linux/linux-timesys_3.0.15.bbappend
+++ b/recipes-kernel/linux/linux-timesys_3.0.15.bbappend
@@ -1,6 +1,8 @@
 # Copyright (C) 2013-2014 Timesys Corporation
 # Released under the MIT license (see COPYING.MIT for the terms)
 
+DESCRIPTION = "Linux Kernel with added drivers and board support for Vybrid-based platforms."
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 
 SRCBRANCH_pcl052 = "3.0-pcl052"
diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc
index 8a6e011..792e991 100644
--- a/recipes-kernel/linux/linux-wandboard.inc
+++ b/recipes-kernel/linux/linux-wandboard.inc
@@ -1,7 +1,7 @@
 # Adapted from linux-imx.inc, copyright (C) 2012, 2013 O.S. Systems Software LTDA
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Linux kernel for Wandboard"
+SUMMARY = "Linux kernel for Wandboard"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
-- 
1.8.3.2




More information about the meta-freescale mailing list