aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@buglabs.net>2009-05-04 20:47:52 +0200
committerMarcin Juszkiewicz <marcin@buglabs.net>2009-05-04 20:47:52 +0200
commita15c4725b2cf600dbff111f775cc308f9119af5c (patch)
treed31b94fccb336e10fd007325501a21cf1e99dab5 /conf
parent1a77f2ae75c78fb2caded79e115578c91e2c8d67 (diff)
downloadopenembedded-a15c4725b2cf600dbff111f775cc308f9119af5c.tar.gz
Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"
This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f. It was pushed by mistake, sorry.
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index e7ac03e34c..95ee9c6136 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -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"