diff options
| author | Daiane Angolini <daiane.angolini@freescale.com> | 2014-03-27 14:19:21 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-27 15:01:35 -0300 |
| commit | bf1f6232bea1ef42ff4fdf4fbcdebec6019a36c6 (patch) | |
| tree | 7835b9e5fbece0e3012fcd31b498d9d68dbe7418 | |
| parent | 3956e61d7cb80e40e33917839abc7230f7129b89 (diff) | |
| download | meta-freescale-bf1f6232bea1ef42ff4fdf4fbcdebec6019a36c6.tar.gz | |
linux: Use SUMMARY to describe the linux provider
Replace DESCRIPTION to SUMMARY on linux recipes.
The SUMMARY content may be used in Release Notes to
describe the each kernel provider.
Change-Id: I4cb505fd0260278df1e598cb0e7e123a37d83aa2
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb | 1 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-imx.inc | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc index 19acec1a6..0bda89271 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. |
| 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 | ||
| 4 | DESCRIPTION = "Freescale Community mainline based Linux kernel" | 4 | SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" |
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
| 7 | DEPENDS += "lzop-native bc-native" | 7 | 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 ac49b7a26..5c30c481f 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,4 +1,5 @@ | |||
| 1 | # Copyright (C) 2014 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2014 O.S. Systems Software LTDA. |
| 2 | SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel" | ||
| 2 | 3 | ||
| 3 | require linux-imx_${PV}.bb | 4 | require linux-imx_${PV}.bb |
| 4 | require linux-mfgtool.inc | 5 | 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 b4f9ffd35..f5db026bf 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Copyright (C) 2012, 2013 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012, 2014 O.S. Systems Software LTDA. |
| 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 | ||
| 4 | DESCRIPTION = "Linux kernel for imx platforms" | 4 | SUMMARY = "Linux Kernel provided and supported by Freescale" |
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
| 7 | 7 | ||
