aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-06 08:56:14 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-06 08:56:14 +0200
commit389043beaee17cd6bc90e5c8e7140fdab51c9ae8 (patch)
tree54476b6b419a180dd0a7166fdbb9117b874b679d /conf/bitbake.conf
parent45c1142d3e0fc422277cf4671613aa9b61bf010f (diff)
downloadopenembedded-389043beaee17cd6bc90e5c8e7140fdab51c9ae8.tar.gz
kernel,module-base class, bitbake.conf: introduce MACHINE_KERNEL_PR
* bandaid till we have a better way to track ABI changes
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index a0d652a26d..136f01c228 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -162,6 +162,10 @@ EXTENDPEVER = "${@['','${PE\x7d:'][bb.data.getVar('PE',d,1) > 0]}"
EXTENDPV = "${EXTENDPEVER}${PV}-${PR}${DISTRO_PR}"
P = "${PN}-${PV}"
+# Define a PR for kernels that machines can override so things like
+# modules get rebuilt
+MACHINE_KERNEL_PR ?= "r0"
+
# Base package name
# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"
# otherwise it is the same as PN and P