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.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index 75c6fb1653..9a3c666ae8 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -17,7 +17,7 @@ KMETA = meta
17 17
18LINUX_VERSION ?= "2.6.37" 18LINUX_VERSION ?= "2.6.37"
19LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 19LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
20PR = "r15" 20PR = "r16"
21PV = "${LINUX_VERSION}+git${SRCPV}" 21PV = "${LINUX_VERSION}+git${SRCPV}"
22SRCREV_FORMAT = "meta_machine" 22SRCREV_FORMAT = "meta_machine"
23 23
@@ -28,7 +28,9 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|
28 28
29# Functionality flags 29# Functionality flags
30KERNEL_REVISION_CHECKING ?= "t" 30KERNEL_REVISION_CHECKING ?= "t"
31KERNEL_FEATURES=features/netfilter 31KERNEL_FEATURES="features/netfilter"
32KERNEL_FEATURES_append_qemux86=" cfg/sound"
33KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
32 34
33# extra tasks 35# extra tasks
34addtask kernel_link_vmlinux after do_compile before do_install 36addtask kernel_link_vmlinux after do_compile before do_install