summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_git.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index d4f2ecee63..f54033d57f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -22,7 +22,7 @@ SRCREV_machine_qemux86-64 = "b906f358fd404a1e74a961f25079274e0d933ee1"
22SRCREV_machine = "b906f358fd404a1e74a961f25079274e0d933ee1" 22SRCREV_machine = "b906f358fd404a1e74a961f25079274e0d933ee1"
23SRCREV_meta = "ecab1e2bc12a8b0c4d064a00acc3260f6e8528c5" 23SRCREV_meta = "ecab1e2bc12a8b0c4d064a00acc3260f6e8528c5"
24 24
25PR = "r17" 25PR = "r18"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27SRCREV_FORMAT = "meta_machine" 27SRCREV_FORMAT = "meta_machine"
28 28
@@ -36,6 +36,8 @@ KERNEL_FEATURES="features/netfilter"
36KERNEL_FEATURES_append_qemux86=" cfg/sound" 36KERNEL_FEATURES_append_qemux86=" cfg/sound"
37KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 37KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
38 38
39YOCTO_KERNEL_META_DATA=t
40
39# extra tasks 41# extra tasks
40addtask kernel_link_vmlinux after do_compile before do_install 42addtask kernel_link_vmlinux after do_compile before do_install
41addtask validate_branches before do_patch after do_kernel_checkout 43addtask validate_branches before do_patch after do_kernel_checkout