Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"
authorMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 4 May 2009 18:47:52 +0000 (20:47 +0200)
committerMarcin Juszkiewicz <marcin@buglabs.net>
Mon, 4 May 2009 18:47:52 +0000 (20:47 +0200)
This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f.

It was pushed by mistake, sorry.

conf/bitbake.conf

index e7ac03e..95ee9c6 100644 (file)
@@ -164,7 +164,7 @@ P = "${PN}-${PV}"
 
 # Define a PR for kernels that machines can override so things like
 # modules get rebuilt
-MACHINE_KERNEL_PR ?= "${PR}"
+MACHINE_KERNEL_PR ?= "r0"
 
 # Base package name
 # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"