summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto.inc')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 91df9c1cd5..2978c2fb90 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -1,6 +1,7 @@
1SUMMARY = "Linux kernel" 1SUMMARY = "Linux kernel"
2SECTION = "kernel" 2SECTION = "kernel"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4HOMEPAGE = "https://www.yoctoproject.org/"
4 5
5LIC_FILES_CHKSUM ?= "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 6LIC_FILES_CHKSUM ?= "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
6 7
@@ -55,3 +56,6 @@ do_install_append(){
55 56
56# enable kernel-sample for oeqa/runtime/cases's ksample.py test 57# enable kernel-sample for oeqa/runtime/cases's ksample.py test
57KERNEL_FEATURES_append_qemuall=" features/kernel-sample/kernel-sample.scc" 58KERNEL_FEATURES_append_qemuall=" features/kernel-sample/kernel-sample.scc"
59
60# CVE exclusion
61include recipes-kernel/linux/cve-exclusion.inc