summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-29 11:14:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 14:52:04 +0000
commit5e427966756700e596740778f16b96d03e8568c8 (patch)
tree7c0edf57fd6fbed6a353efdef8dafe0a67ef0b84 /meta/recipes-kernel
parent4d3c79df13920b4f095ae12caf43e866318c3143 (diff)
downloadpoky-5e427966756700e596740778f16b96d03e8568c8.tar.gz
recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb1
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-dev.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index 305107865d..7d3aca2fbf 100644
--- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
+++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "Depmod wrapper script" 1DESCRIPTION = "Depmod wrapper script"
2LICENSE = "MIT" 2LICENSE = "MIT"
3PR = "r0"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 4
6INHIBIT_DEFAULT_DEPS = "1" 5INHIBIT_DEFAULT_DEPS = "1"
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index ccca2dfd17..e7b8d8b2a7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -35,7 +35,6 @@ python () {
35 35
36LINUX_VERSION ?= "3.10+" 36LINUX_VERSION ?= "3.10+"
37LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" 37LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
38PR = "r0"
39PV = "${LINUX_VERSION}+git${SRCPV}" 38PV = "${LINUX_VERSION}+git${SRCPV}"
40 39
41COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64)" 40COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64)"