diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-10-09 03:01:37 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-10-09 03:01:37 +0000 |
commit | 614c4b2307240f0c7467e69d97a80472942e5902 (patch) | |
tree | e721df5f19b227eed0a1c43344e696bb6f5f3ad5 /packages/linux/linux-openmoko-devel_git.bb | |
parent | bd9b29dbdf3b871551494857a121bec5009d0a4f (diff) |
ane-srcrevs.inc: bump openmoko kernels and move linux-openmoko-devel to stable-tracking branch (warning, may be broken)
Diffstat (limited to 'packages/linux/linux-openmoko-devel_git.bb')
-rw-r--r-- | packages/linux/linux-openmoko-devel_git.bb | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/packages/linux/linux-openmoko-devel_git.bb b/packages/linux/linux-openmoko-devel_git.bb index c68b5c2e69..dac670abf9 100644 --- a/packages/linux/linux-openmoko-devel_git.bb +++ b/packages/linux/linux-openmoko-devel_git.bb @@ -5,21 +5,14 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for the Openmoko Neo Smartphones DEFAULT_PREFERENCE = "-1" -KERNEL_RELEASE = "2.6.24" +KERNEL_RELEASE = "2.6.26" KERNEL_VERSION = "${KERNEL_RELEASE}" -PV = "${KERNEL_RELEASE}+gitr${SRCREV}" -PR = "r4" +PV = "${KERNEL_RELEASE}+${PR}-gitr${SRCREV}" +PR = "r0" SRC_URI = "\ - git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy \ - \ - file://0001-squashfs-with-lzma.patch;patch=1 \ - file://0002-squashfs-initrd.patch;patch=1 \ - file://0003-squashfs-force-O2.patch;patch=1 \ - file://0004-squashfs-Kconfig.patch;patch=1 \ - file://0005-squashfs-Makefile.patch;patch=1 \ - \ + git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable-tracking \ file://defconfig-oe \ " S = "${WORKDIR}/git" |