aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-05-04 12:22:58 -0400
committerTom Rini <trini@embeddedalley.com>2009-05-04 12:22:58 -0400
commit47a04595e621f84c35daba835fbb6f1e11787983 (patch)
tree9a52f7e51ce4d5ed6a5a06d8f39a0d31fb0845a0 /conf
parentd59fc6ce4782b882620fbaa60d682d29e63d0731 (diff)
parent13f97da771882f6951c44346844e28c6bfd91d5d (diff)
downloadopenembedded-47a04595e621f84c35daba835fbb6f1e11787983.tar.gz
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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 95ee9c6136..e7ac03e34c 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 ?= "r0"
+MACHINE_KERNEL_PR ?= "${PR}"
# Base package name
# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"