[oe-commits] org.oe.dev linux-openmoko_2.6.24.bb : turn off SRCREV_FORMAT until I get time to

xora commit oe at amethyst.openembedded.net
Fri Mar 21 03:23:32 UTC 2008


linux-openmoko_2.6.24.bb : turn off SRCREV_FORMAT until I get time to
implement both way transfer of SRCREV_FORMAT to/from svn fetchers.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 74199c2d2bc857f687c68cb3d66f26658e9f8d5d
ViewMTN: http://monotone.openembedded.org/revision/info/74199c2d2bc857f687c68cb3d66f26658e9f8d5d
Files:
1
conf/distro/include/sane-srcrevs.inc
packages/linux/linux-openmoko_2.6.24.bb
Diffs:

#
# mt diff -r6d7f57cebf23082acdc2118b79c2d778f4a80084 -r74199c2d2bc857f687c68cb3d66f26658e9f8d5d
#
#
#
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [55633da67c926669fe7beb444ae99d39d9af5462]
#    to [0269a178e7edbe8ac9c17cef3cc5878aa563ee30]
# 
# patch "packages/linux/linux-openmoko_2.6.24.bb"
#  from [0f56c43fad11545eef657d0595fe6049fec5a575]
#    to [bb54941e8eb21a1af8484d556f6bb01027adbb80]
#
============================================================
--- conf/distro/include/sane-srcrevs.inc	55633da67c926669fe7beb444ae99d39d9af5462
+++ conf/distro/include/sane-srcrevs.inc	0269a178e7edbe8ac9c17cef3cc5878aa563ee30
@@ -57,7 +57,7 @@ SRCREV_pn-linux-ixp4xx ?= "1039"
 SRCREV_pn-linux-bfin ?= "3758"
 SRCREV_pn-linux-hackndev-2.6 ?= "1308"
 SRCREV_pn-linux-ixp4xx ?= "1039"
-SRCREV_pn-linux-openmoko ?= "4194-r4165"
+SRCREV_pn-linux-openmoko ?= "4194"
 SRCREV_pn-llvm-gcc4 ?= "374"
 SRCREV_pn-llvm-gcc4-cross ?= "374"
 SRCREV_pn-maemo-mapper ?= "118"
============================================================
--- packages/linux/linux-openmoko_2.6.24.bb	0f56c43fad11545eef657d0595fe6049fec5a575
+++ packages/linux/linux-openmoko_2.6.24.bb	bb54941e8eb21a1af8484d556f6bb01027adbb80
@@ -8,20 +8,23 @@ KERNEL_VERSION = "${KERNEL_RELEASE}"
 # need to synchronize with LOCALVERSION, if set
 KERNEL_VERSION = "${KERNEL_RELEASE}"
 
-PV = "${VANILLA_VERSION}+svnr${SRCREV}"
-PR = "r3"
+# re-enabled this when feature is fully implemented in OE
+#SRCREV_FORMAT = "patches-rconfig"
+CONFIG_REV = "4165"
 
+PV = "${VANILLA_VERSION}+svnr${SRCREV}-r${CONFIG_REV}"
+PR = "r4"
+
 KERNEL_IMAGETYPE = "uImage"
 UBOOT_ENTRYPOINT = "30008000"
 
 ##############################################################
 # source and patches
 #
-SRCREV_FORMAT = "patches-rconfig"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \
            svn://svn.openmoko.org/branches/src/target/kernel/2.6.24.x;module=patches;proto=http;name=patches \
-           svn://svn.openmoko.org/branches/src/target/kernel/2.6.24.x;module=config;proto=http;name=config "
+           svn://svn.openmoko.org/branches/src/target/kernel/2.6.24.x;module=config;proto=http;rev=${CONFIG_REV};name=config "
 
 S = "${WORKDIR}/linux-${VANILLA_VERSION}"
 






More information about the Openembedded-commits mailing list