diff options
Diffstat (limited to 'meta/recipes-kernel')
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 | ||
| 5 | inherit module | 5 | inherit module |
| 6 | 6 | ||
| 7 | PR = r0 | 7 | PR = "r0" |
| 8 | PV = "0.1" | 8 | PV = "0.1" |
| 9 | 9 | ||
| 10 | SRC_URI = "file://Makefile \ | 10 | SRC_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 | |||
| 5 | DEPENDS = "git-native guilt-native" | 5 | DEPENDS = "git-native guilt-native" |
| 6 | 6 | ||
| 7 | SRCREV = "91c2b184be90d6654996887203efdd7f1727a19a" | 7 | SRCREV = "91c2b184be90d6654996887203efdd7f1727a19a" |
| 8 | PR = r12 | 8 | PR = "r12" |
| 9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
| 10 | 10 | ||
| 11 | inherit native | 11 | inherit 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 |
| 20 | KERNEL_DEVICETREE= | 20 | KERNEL_DEVICETREE = "" |
| 21 | 21 | ||
| 22 | set_arch() { | 22 | set_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 () { | |||
| 29 | addtask compile_perf after do_compile before do_install | 29 | addtask compile_perf after do_compile before do_install |
| 30 | addtask install_perf after do_install before do_package | 30 | addtask install_perf after do_install before do_package |
| 31 | 31 | ||
| 32 | do_compile_perf[umask] = 022 | 32 | do_compile_perf[umask] = "022" |
| 33 | do_install_perf[umask] = 022 | 33 | do_install_perf[umask] = "022" |
| 34 | 34 | ||
| 35 | PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot ${MLPREFIX}binutils:do_populate_sysroot" | 35 | PERFDEPENDS = "virtual/${MLPREFIX}libc:do_populate_sysroot ${MLPREFIX}elfutils:do_populate_sysroot ${MLPREFIX}binutils:do_populate_sysroot" |
| 36 | PERFDEPENDS_libc-uclibc = "" | 36 | PERFDEPENDS_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 | |||
| 29 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" | 29 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" |
| 30 | 30 | ||
| 31 | # Functionality flags | 31 | # Functionality flags |
| 32 | KERNEL_FEATURES=features/netfilter | 32 | KERNEL_FEATURES = "features/netfilter" |
| 33 | KERNEL_FEATURES_append=" features/taskstats" | 33 | KERNEL_FEATURES_append = " features/taskstats" |
| 34 | KERNEL_FEATURES_append_qemux86=" cfg/sound" | 34 | KERNEL_FEATURES_append_qemux86 = " cfg/sound" |
| 35 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" | 35 | KERNEL_FEATURES_append_qemux86-64 = " cfg/sound" |
| 36 | 36 | ||
| 37 | require recipes-kernel/linux/linux-tools.inc | 37 | require 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 | |||
| 29 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" | 29 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" |
| 30 | 30 | ||
| 31 | # Functionality flags | 31 | # Functionality flags |
| 32 | KERNEL_FEATURES=features/netfilter | 32 | KERNEL_FEATURES = "features/netfilter" |
| 33 | KERNEL_FEATURES_append=" features/taskstats" | 33 | KERNEL_FEATURES_append = " features/taskstats" |
| 34 | KERNEL_FEATURES_append_qemux86=" cfg/sound" | 34 | KERNEL_FEATURES_append_qemux86 = " cfg/sound" |
| 35 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" | 35 | KERNEL_FEATURES_append_qemux86-64 = " cfg/sound" |
| 36 | 36 | ||
| 37 | require recipes-kernel/linux/linux-tools.inc | 37 | require 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" |
| 5 | KMACHINE = "yocto/standard/base" | 5 | KMACHINE = "yocto/standard/base" |
| 6 | KBRANCH = ${KMACHINE} | 6 | KBRANCH = "${KMACHINE}" |
| 7 | 7 | ||
| 8 | LINUX_VERSION ?= "3.0.12" | 8 | LINUX_VERSION ?= "3.0.12" |
| 9 | 9 | ||
| @@ -33,4 +33,4 @@ SRC_URI_append_qemux86 = " file://defconfig file://ata.cfg file://e1000.cfg" | |||
| 33 | COMPATIBLE_MACHINE = "(qemux86)" | 33 | COMPATIBLE_MACHINE = "(qemux86)" |
| 34 | 34 | ||
| 35 | # Functionality flags | 35 | # Functionality flags |
| 36 | KERNEL_FEATURES="" | 36 | KERNEL_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 |
| 13 | LINUX_KERNEL_TYPE ?= standard | 13 | LINUX_KERNEL_TYPE ?= "standard" |
| 14 | 14 | ||
| 15 | KMETA ?= meta | 15 | KMETA ?= "meta" |
| 16 | SRCREV_FORMAT ?= "meta_machine" | 16 | SRCREV_FORMAT ?= "meta_machine" |
| 17 | 17 | ||
| 18 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 18 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
| 19 | KERNEL_REVISION_CHECKING ?= "t" | 19 | KERNEL_REVISION_CHECKING ?= "t" |
| 20 | YOCTO_KERNEL_META_DATA ?= t | 20 | YOCTO_KERNEL_META_DATA ?= "t" |
| 21 | 21 | ||
| 22 | do_patch[depends] = "kern-tools-native:do_populate_sysroot" | 22 | do_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" | |||
| 8 | KMACHINE_qemumips = "yocto/standard/mti-malta32-be" | 8 | KMACHINE_qemumips = "yocto/standard/mti-malta32-be" |
| 9 | KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" | 9 | KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" |
| 10 | 10 | ||
| 11 | KBRANCH = ${KMACHINE} | 11 | KBRANCH = "${KMACHINE}" |
| 12 | 12 | ||
| 13 | LINUX_VERSION ?= "2.6.37" | 13 | LINUX_VERSION ?= "2.6.37" |
| 14 | 14 | ||
| @@ -28,9 +28,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout | |||
| 28 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" | 28 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" |
| 29 | 29 | ||
| 30 | # Functionality flags | 30 | # Functionality flags |
| 31 | KERNEL_FEATURES="features/netfilter" | 31 | KERNEL_FEATURES = "features/netfilter" |
| 32 | KERNEL_FEATURES_append=" features/taskstats" | 32 | KERNEL_FEATURES_append = " features/taskstats" |
| 33 | KERNEL_FEATURES_append_qemux86=" cfg/sound" | 33 | KERNEL_FEATURES_append_qemux86 = " cfg/sound" |
| 34 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" | 34 | KERNEL_FEATURES_append_qemux86-64 = " cfg/sound" |
| 35 | 35 | ||
| 36 | require linux-tools.inc | 36 | require 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" | |||
| 8 | KMACHINE_qemumips = "yocto/standard/mti-malta32-be" | 8 | KMACHINE_qemumips = "yocto/standard/mti-malta32-be" |
| 9 | KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" | 9 | KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" |
| 10 | 10 | ||
| 11 | KBRANCH = ${KMACHINE} | 11 | KBRANCH = "${KMACHINE}" |
| 12 | 12 | ||
| 13 | LINUX_VERSION ?= "3.0.18" | 13 | LINUX_VERSION ?= "3.0.18" |
| 14 | 14 | ||
| @@ -28,9 +28,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1; | |||
| 28 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" | 28 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" |
| 29 | 29 | ||
| 30 | # Functionality flags | 30 | # Functionality flags |
| 31 | KERNEL_FEATURES="features/netfilter" | 31 | KERNEL_FEATURES = "features/netfilter" |
| 32 | KERNEL_FEATURES_append=" features/taskstats" | 32 | KERNEL_FEATURES_append = " features/taskstats" |
| 33 | KERNEL_FEATURES_append_qemux86=" cfg/sound" | 33 | KERNEL_FEATURES_append_qemux86 = " cfg/sound" |
| 34 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" | 34 | KERNEL_FEATURES_append_qemux86-64 = " cfg/sound" |
| 35 | 35 | ||
| 36 | require linux-tools.inc | 36 | require 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 | ||
| 9 | DEPENDS = virtual/kernel | 9 | DEPENDS = "virtual/kernel" |
| 10 | 10 | ||
| 11 | inherit module | 11 | inherit 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" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | 8 | ||
| 9 | # On systems without CONFIG_UTRACE, this package is empty. | 9 | # On systems without CONFIG_UTRACE, this package is empty. |
| 10 | ALLOW_EMPTY_${PN} = 1 | 10 | ALLOW_EMPTY_${PN} = "1" |
| 11 | 11 | ||
| 12 | inherit module-base gettext | 12 | inherit module-base gettext |
| 13 | 13 | ||
