[oe] [PATCH] Add the git branch to the name for endusers

Angus Ainslie nytowl at openmoko.org
Tue Feb 24 19:20:37 UTC 2009


---
 packages/linux/linux-openmoko-devel_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/linux/linux-openmoko-devel_git.bb b/packages/linux/linux-openmoko-devel_git.bb
index 4860cca..81bbd53 100644
--- a/packages/linux/linux-openmoko-devel_git.bb
+++ b/packages/linux/linux-openmoko-devel_git.bb
@@ -8,9 +8,9 @@ DEFAULT_PREFERENCE = "-1"
 KERNEL_RELEASE = "2.6.28"
 KERNEL_VERSION = "${KERNEL_RELEASE}"

-OEV = "oe1"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
-PR = "r2"
+OMV = "andy-tracking"
+PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"
+PR = "r3"

 SRC_URI = "\
   git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
--
1.5.6.5






More information about the Openembedded-devel mailing list