diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-09 13:57:44 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-09 13:57:44 +0000 |
commit | 09858a04b00382d8932c45c48f086eb5610df069 (patch) | |
tree | 7a862a80d093eabe5d82ccd4bb58abc5f8a42d5d /packages/linux/linux-openmoko.inc | |
parent | 994fd624f57b3ddfb910535da69e845151312b27 (diff) |
linux-openmoko: indivate SRCREV in kernel binary version, add dedicated recipe for development kernel (floating SRCREV)
Diffstat (limited to 'packages/linux/linux-openmoko.inc')
-rw-r--r-- | packages/linux/linux-openmoko.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-openmoko.inc b/packages/linux/linux-openmoko.inc index ab2f2959d2..d6b464c301 100644 --- a/packages/linux/linux-openmoko.inc +++ b/packages/linux/linux-openmoko.inc @@ -1,4 +1,3 @@ -DESCRIPTION = "2.6 Linux Development Kernel for FIC SmartPhones shipping w/ OpenMoko" SECTION = "kernel" AUTHOR = "Harald Welte <laforge@openmoko.org>" HOMEPAGE = "http://www.openmoko.org" @@ -13,6 +12,8 @@ DEFCONFIG = "defconfig-${VANILLA_VERSION}-${MACHINE}" ############################################################## # source and patches # +SRCREV_FORMAT = "patches" + SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ file://${DEFCONFIG} \ file://logo_linux_clut224.ppm" |