diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-21 23:54:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-21 23:54:15 +0000 |
commit | 98cbb1de7c19b9822b091cd6f675950bdbb0ecea (patch) | |
tree | ed146a214ac4292ee687dec6749a6f4113d29995 /packages/linux/linux-openmoko_2.6.24.bb | |
parent | 01009eb33cd0518969760724f08dd9b3400c748e (diff) | |
parent | 507f5c47f31dc102d925959788af4ae8ddb5f6c9 (diff) |
merge of '048900e1dc1296a50f90bf6b77b7be816922e4ac'
and '8f046513c054e5ae4400145d7f5e0288953f7fab'
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.24.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24.bb b/packages/linux/linux-openmoko_2.6.24.bb index b316f4ae4e..0a7b34ba30 100644 --- a/packages/linux/linux-openmoko_2.6.24.bb +++ b/packages/linux/linux-openmoko_2.6.24.bb @@ -8,8 +8,13 @@ KERNEL_RELEASE = "2.6.24" # 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" +SRCREV_FORMAT = "patches" +CONFIG_REV = "4165" + +PV = "${VANILLA_VERSION}+svnr${SRCREV}-r${CONFIG_REV}" +PR = "r4" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "30008000" @@ -17,11 +22,10 @@ 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}" |