summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/hello-mod/hello-mod_0.1.bb2
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-tools.inc4
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb4
-rw-r--r--meta/recipes-kernel/linux/linux-yocto.inc6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_2.6.37.bb10
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb10
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb2
-rw-r--r--meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb2
12 files changed, 30 insertions, 30 deletions
diff --git a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb
index bbd4984cd6..64a6ddad4c 100644
--- a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb
+++ b/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
4 4
5inherit module 5inherit module
6 6
7PR = r0 7PR = "r0"
8PV = "0.1" 8PV = "0.1"
9 9
10SRC_URI = "file://Makefile \ 10SRC_URI = "file://Makefile \
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 14ec9e9333..b28402acfe 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d8
5DEPENDS = "git-native guilt-native" 5DEPENDS = "git-native guilt-native"
6 6
7SRCREV = "91c2b184be90d6654996887203efdd7f1727a19a" 7SRCREV = "91c2b184be90d6654996887203efdd7f1727a19a"
8PR = r12 8PR = "r12"
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10 10
11inherit native 11inherit native
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
index 1c709cbc23..734170f843 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout
17 17
18# force this to empty to prevent installation failures, we aren't 18# force this to empty to prevent installation failures, we aren't
19# building a device tree as part of kern headers 19# building a device tree as part of kern headers
20KERNEL_DEVICETREE= 20KERNEL_DEVICETREE = ""
21 21
22set_arch() { 22set_arch() {
23 case ${TARGET_ARCH} in 23 case ${TARGET_ARCH} in
diff --git a/meta/recipes-kernel/linux/linux-tools.inc b/meta/recipes-kernel/linux/linux-tools.inc
index b667421fb1..3b03c05167 100644
--- a/meta/recipes-kernel/linux/linux-tools.inc
+++ b/meta/recipes-kernel/linux/linux-tools.inc
@@ -29,8 +29,8 @@ fakeroot do_install_perf () {
29addtask compile_perf after do_compile before do_install 29addtask compile_perf after do_compile before do_install
30addtask install_perf after do_install before do_package 30addtask install_perf after do_install before do_package
31 31
32do_compile_perf[umask] = 022 32do_compile_perf[umask] = "022"
33do_install_perf[umask] = 022 33do_install_perf[umask] = "022"
34 34
35PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot ${MLPREFIX}binutils:do_populate_sysroot" 35PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot ${MLPREFIX}binutils:do_populate_sysroot"
36PERFDEPENDS_libc-uclibc = "" 36PERFDEPENDS_libc-uclibc = ""
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index b947a48fac..3d4a1d0264 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -29,9 +29,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0.git;protocol=git;nocheckou
29COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" 29COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)"
30 30
31# Functionality flags 31# Functionality flags
32KERNEL_FEATURES=features/netfilter 32KERNEL_FEATURES = "features/netfilter"
33KERNEL_FEATURES_append=" features/taskstats" 33KERNEL_FEATURES_append = " features/taskstats"
34KERNEL_FEATURES_append_qemux86=" cfg/sound" 34KERNEL_FEATURES_append_qemux86 = " cfg/sound"
35KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 35KERNEL_FEATURES_append_qemux86-64 = " cfg/sound"
36 36
37require recipes-kernel/linux/linux-tools.inc 37require recipes-kernel/linux/linux-tools.inc
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
index 9b0c1bf98e..329527fb50 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
@@ -29,9 +29,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2.git;protocol=git;nocheckou
29COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" 29COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)"
30 30
31# Functionality flags 31# Functionality flags
32KERNEL_FEATURES=features/netfilter 32KERNEL_FEATURES = "features/netfilter"
33KERNEL_FEATURES_append=" features/taskstats" 33KERNEL_FEATURES_append = " features/taskstats"
34KERNEL_FEATURES_append_qemux86=" cfg/sound" 34KERNEL_FEATURES_append_qemux86 = " cfg/sound"
35KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 35KERNEL_FEATURES_append_qemux86-64 = " cfg/sound"
36 36
37require recipes-kernel/linux/linux-tools.inc 37require recipes-kernel/linux/linux-tools.inc
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
index c5855a3576..061476c6e1 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
@@ -3,7 +3,7 @@ require recipes-kernel/linux/linux-yocto.inc
3 3
4#KMACHINE = "yocto/standard/tiny/base" 4#KMACHINE = "yocto/standard/tiny/base"
5KMACHINE = "yocto/standard/base" 5KMACHINE = "yocto/standard/base"
6KBRANCH = ${KMACHINE} 6KBRANCH = "${KMACHINE}"
7 7
8LINUX_VERSION ?= "3.0.12" 8LINUX_VERSION ?= "3.0.12"
9 9
@@ -33,4 +33,4 @@ SRC_URI_append_qemux86 = " file://defconfig file://ata.cfg file://e1000.cfg"
33COMPATIBLE_MACHINE = "(qemux86)" 33COMPATIBLE_MACHINE = "(qemux86)"
34 34
35# Functionality flags 35# Functionality flags
36KERNEL_FEATURES="" 36KERNEL_FEATURES = ""
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 09433fabe9..2b61b7e2cc 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -10,14 +10,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
10# KMACHINE = "UNDEFINED" 10# KMACHINE = "UNDEFINED"
11 11
12# Set this to 'preempt_rt' in the local.conf if you want a real time kernel 12# Set this to 'preempt_rt' in the local.conf if you want a real time kernel
13LINUX_KERNEL_TYPE ?= standard 13LINUX_KERNEL_TYPE ?= "standard"
14 14
15KMETA ?= meta 15KMETA ?= "meta"
16SRCREV_FORMAT ?= "meta_machine" 16SRCREV_FORMAT ?= "meta_machine"
17 17
18LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 18LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
19KERNEL_REVISION_CHECKING ?= "t" 19KERNEL_REVISION_CHECKING ?= "t"
20YOCTO_KERNEL_META_DATA ?= t 20YOCTO_KERNEL_META_DATA ?= "t"
21 21
22do_patch[depends] = "kern-tools-native:do_populate_sysroot" 22do_patch[depends] = "kern-tools-native:do_populate_sysroot"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
index ce7139352c..27c7558cb2 100644
--- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
@@ -8,7 +8,7 @@ KMACHINE_qemuppc = "yocto/standard/qemu-ppc32"
8KMACHINE_qemumips = "yocto/standard/mti-malta32-be" 8KMACHINE_qemumips = "yocto/standard/mti-malta32-be"
9KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" 9KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
10 10
11KBRANCH = ${KMACHINE} 11KBRANCH = "${KMACHINE}"
12 12
13LINUX_VERSION ?= "2.6.37" 13LINUX_VERSION ?= "2.6.37"
14 14
@@ -28,9 +28,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout
28COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" 28COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
29 29
30# Functionality flags 30# Functionality flags
31KERNEL_FEATURES="features/netfilter" 31KERNEL_FEATURES = "features/netfilter"
32KERNEL_FEATURES_append=" features/taskstats" 32KERNEL_FEATURES_append = " features/taskstats"
33KERNEL_FEATURES_append_qemux86=" cfg/sound" 33KERNEL_FEATURES_append_qemux86 = " cfg/sound"
34KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 34KERNEL_FEATURES_append_qemux86-64 = " cfg/sound"
35 35
36require linux-tools.inc 36require linux-tools.inc
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 44a9fe4402..d52e93adaa 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -8,7 +8,7 @@ KMACHINE_qemuppc = "yocto/standard/qemu-ppc32"
8KMACHINE_qemumips = "yocto/standard/mti-malta32-be" 8KMACHINE_qemumips = "yocto/standard/mti-malta32-be"
9KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" 9KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
10 10
11KBRANCH = ${KMACHINE} 11KBRANCH = "${KMACHINE}"
12 12
13LINUX_VERSION ?= "3.0.18" 13LINUX_VERSION ?= "3.0.18"
14 14
@@ -28,9 +28,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;
28COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" 28COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
29 29
30# Functionality flags 30# Functionality flags
31KERNEL_FEATURES="features/netfilter" 31KERNEL_FEATURES = "features/netfilter"
32KERNEL_FEATURES_append=" features/taskstats" 32KERNEL_FEATURES_append = " features/taskstats"
33KERNEL_FEATURES_append_qemux86=" cfg/sound" 33KERNEL_FEATURES_append_qemux86 = " cfg/sound"
34KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 34KERNEL_FEATURES_append_qemux86-64 = " cfg/sound"
35 35
36require linux-tools.inc 36require linux-tools.inc
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb
index 5d34c41a34..4d2f62be3d 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.pre11.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1eb086682a7c65a45acd9bcdf6877b3e \
6 file://gpl-2.0.txt;md5=751419260aa954499f7abaabaa882bbe \ 6 file://gpl-2.0.txt;md5=751419260aa954499f7abaabaa882bbe \
7 file://lgpl-2.1.txt;md5=243b725d71bb5df4a1e5920b344b86ad" 7 file://lgpl-2.1.txt;md5=243b725d71bb5df4a1e5920b344b86ad"
8 8
9DEPENDS = virtual/kernel 9DEPENDS = "virtual/kernel"
10 10
11inherit module 11inherit module
12 12
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
index 7fa674853b..b328e6bac8 100644
--- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "systemtap virtual/kernel"
7PR = "r0" 7PR = "r0"
8 8
9# On systems without CONFIG_UTRACE, this package is empty. 9# On systems without CONFIG_UTRACE, this package is empty.
10ALLOW_EMPTY_${PN} = 1 10ALLOW_EMPTY_${PN} = "1"
11 11
12inherit module-base gettext 12inherit module-base gettext
13 13