From 718f2bf395ab5d00b11b065edf944c00ecd8a28a Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Thu, 27 Mar 2014 14:19:22 -0300 Subject: [PATCH] linux: Add a long DESCRIPTION for some kernel recipes Change-Id: I24b1d2e13726907a112dc647f5d5701bc0eb6f72 Signed-off-by: Daiane Angolini Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc | 4 ++++ .../recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb | 3 ++- meta-fsl-arm/recipes-kernel/linux/linux-imx.inc | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc index 0bda8927..24a78864 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc @@ -2,6 +2,10 @@ # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" +DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ +provide support for some backported features and fixes, or because it was applied in linux-next \ +and takes some time to become part of a stable version, or because it is not applicable for \ +upstreaming." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" DEPENDS += "lzop-native bc-native" diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb index 5c30c481..b82a9d97 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb @@ -1,5 +1,6 @@ # Copyright (C) 2014 O.S. Systems Software LTDA. SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel" +DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \ +Manufacturing Tool compatible Linux Kernel to be used in updater environment" -require linux-imx_${PV}.bb require linux-mfgtool.inc diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc b/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc index f5db026b..f1f89b23 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc @@ -2,6 +2,8 @@ # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "Linux Kernel provided and supported by Freescale" +DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \ +i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -- 2.40.1