diff options
| author | Daiane Angolini <daiane.angolini@freescale.com> | 2014-03-27 14:19:22 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-27 15:01:35 -0300 |
| commit | 718f2bf395ab5d00b11b065edf944c00ecd8a28a (patch) | |
| tree | bfb7911f92a20417a29c634ff7f56ea440163e3c /meta-fsl-arm | |
| parent | bf1f6232bea1ef42ff4fdf4fbcdebec6019a36c6 (diff) | |
| download | meta-freescale-718f2bf395ab5d00b11b065edf944c00ecd8a28a.tar.gz | |
linux: Add a long DESCRIPTION for some kernel recipes
Change-Id: I24b1d2e13726907a112dc647f5d5701bc0eb6f72
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc | 4 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb | 3 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-imx.inc | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc index 0bda89271..24a788645 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 @@ | |||
| 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 | SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" | 4 | SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" |
| 5 | DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ | ||
| 6 | provide support for some backported features and fixes, or because it was applied in linux-next \ | ||
| 7 | and takes some time to become part of a stable version, or because it is not applicable for \ | ||
| 8 | upstreaming." | ||
| 5 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
| 7 | DEPENDS += "lzop-native bc-native" | 11 | 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 5c30c481f..b82a9d97b 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 @@ | |||
| 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 | SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel" |
| 3 | DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \ | ||
| 4 | Manufacturing Tool compatible Linux Kernel to be used in updater environment" | ||
| 3 | 5 | ||
| 4 | require linux-imx_${PV}.bb | ||
| 5 | require linux-mfgtool.inc | 6 | 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 f5db026bf..f1f89b238 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 @@ | |||
| 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 | SUMMARY = "Linux Kernel provided and supported by Freescale" | 4 | SUMMARY = "Linux Kernel provided and supported by Freescale" |
| 5 | DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \ | ||
| 6 | i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU." | ||
| 5 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
| 7 | 9 | ||
