[oe-commits] Marcin Juszkiewicz : Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"

GIT User account git at amethyst.openembedded.net
Mon May 4 18:53:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a15c4725b2cf600dbff111f775cc308f9119af5c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a15c4725b2cf600dbff111f775cc308f9119af5c

Author: Marcin Juszkiewicz <marcin at buglabs.net>
Date:   Mon May  4 20:47:52 2009 +0200

Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"

This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f.

It was pushed by mistake, sorry.

---

 conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index e7ac03e..95ee9c6 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"





More information about the Openembedded-commits mailing list