aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@buglabs.net>2009-04-29 13:01:13 +0200
committerMarcin Juszkiewicz <marcin@buglabs.net>2009-04-29 13:01:18 +0200
commit85f0c2d5e5646795506e5966a9c95c7dfa685d8f (patch)
treedfe195ad625c73036d1c16530654aa3178d3ca00 /conf/bitbake.conf
parentb4e0df20e3724251ae39945a0aa91e6d00078b29 (diff)
downloadopenembedded-85f0c2d5e5646795506e5966a9c95c7dfa685d8f.tar.gz
bitbake.conf: make MACHINE_KERNEL_PR defaults to PR
By default MACHINE_KERNEL_PR defaults to 'r0' which makes build of kernel for machines which not use MACHINE_KERNEL_PR harder (kernel.bbclass uses M_K_P instead of PR).
Diffstat (limited to 'conf/bitbake.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 9e026e44c4..fd84ea205a 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"