git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a77f2a
)
Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"
author
Marcin Juszkiewicz
<marcin@buglabs.net>
Mon, 4 May 2009 18:47:52 +0000
(20:47 +0200)
committer
Marcin 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
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
e7ac03e
..
95ee9c6
100644
(file)
--- 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"