[meta-freescale] [meta-fsl-demos][PATCH] packagegroup-fsl: Add DESCRIPTION for several packagegroups

Daiane Angolini daiane.list at gmail.com
Thu Jun 19 09:02:13 PDT 2014


Replace DESCRIPTION with SUMMARY.
Add a proper DESCRIPTION for each packagegroup.

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
---
 recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb     | 5 ++++-
 recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb          | 4 +++-
 recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb    | 3 ++-
 recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb | 6 ++++--
 recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb          | 3 ++-
 recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb     | 4 +++-
 6 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb
index 1f05e89..842332d 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb
@@ -1,7 +1,10 @@
 # Copyright (C) 2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale package group - gstreamer full"
+DESCRIPTION = "Freescale's package group which provides audio, video, and debug \
+gstreamer's plugins (including good and bad ones) with the required hardware \
+acceleration (if supported by the SoC)."
+SUMMARY = "Freescale package group - gstreamer full"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb
index 17f2f6e..59d9c4e 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb
@@ -1,7 +1,9 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale package group - gstreamer"
+DESCRIPTION = "Freescale's package group which provides audio, video, and debug\
+gstreamer's plugins with the required hardware acceleration (if supported by the SoC)."
+SUMMARY = "Freescale package group - gstreamer"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
index dad4a74..f6cf5c9 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
@@ -1,7 +1,8 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale package group - tools/benchmark"
+DESCRIPTION = "Freescale's package group which provides a set of benchmark applications."
+SUMMARY = "Freescale package group - tools/benchmark"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
index a30d5e0..66ac303 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
@@ -1,7 +1,9 @@
 # Copyright (C) 2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
-
-DESCRIPTION = "Freescale package group - tools/gpu/external"
+DESCRIPTION = "Freescale's package group which provides graphic packages used \
+to test the several hardware accelerated graphics APIs including packages not \
+provided by Freescale."
+SUMMARY = "Freescale package group - tools/gpu/external"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
index fc8ee7a..5298f45 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
@@ -1,7 +1,8 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale package group - tools/gpu"
+DESCRIPTION = "Freescale's package group used to add the packages which provides GPU support."
+SUMMARY = "Freescale package group - tools/gpu"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
index f2d4bdf..c50ee9f 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
@@ -1,7 +1,9 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale package group - tools/testapps"
+DESCRIPTION = "Freescale's package group provides a set of packages and utilities \
+for hardware test."
+SUMMARY = "Freescale package group - tools/testapps"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-- 
1.9.1



More information about the meta-freescale mailing list