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 | b4f13fc2bfd0dc951bf16e22e8bb32256cede050 (patch) | |
tree | e27f83fef7e87473021fd4b21500fa3b081d75c0 | |
parent | 17ac780ec1adcd82a0b18ff004096f30a792fde7 (diff) | |
download | meta-fsl-arm-b4f13fc2bfd0dc951bf16e22e8bb32256cede050.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>
-rw-r--r-- | recipes-kernel/linux/linux-fslc.inc | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx.inc | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc index 0bda892..24a7886 100644 --- a/recipes-kernel/linux/linux-fslc.inc +++ b/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/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb b/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb index 5c30c48..b82a9d9 100644 --- a/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb +++ b/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/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index f5db026..f1f89b2 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/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 | ||