diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-11-10 15:55:53 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-11-10 15:55:53 +0000 |
commit | f46445137b031f605491b39cbb43a7716a11ab30 (patch) | |
tree | 42f44f560998d0c68b90c08b6b19477ebfc7c639 /packages/linux/linux-openmoko_2.6.22.5.bb | |
parent | 601498dea4d09a88926c3f6200e7618b4f4fdfef (diff) |
linux-openmoko_2.6.22.5.bb : update for kernel, gta02 sound support,
fixed suspend/resume while playing sound. fixed suspend/resume for
vibrator. Moved SCRREV onwards.
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.22.5.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.22.5.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/linux/linux-openmoko_2.6.22.5.bb b/packages/linux/linux-openmoko_2.6.22.5.bb index 348537e4d2..121d79b0a8 100644 --- a/packages/linux/linux-openmoko_2.6.22.5.bb +++ b/packages/linux/linux-openmoko_2.6.22.5.bb @@ -9,7 +9,7 @@ KERNEL_RELEASE = "2.6.22.5" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}-moko11+svnr${SRCREV}" PV = "${KERNEL_RELEASE}-moko11+svnr${SRCREV}" -PR = "r6" +PR = "r7" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "30008000" @@ -24,6 +24,11 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.ta svn://svn.openmoko.org/trunk/src/target/kernel;module=patches;proto=http \ file://fix-EVIOCGRAB-semantics-2.6.22.5.patch;patch=1 \ file://fix-gta01-flowcontrol2-2.6.22.5.patch;patch=1 \ + file://gta02-sound.patch;patch=1 \ + file://soc-core-suspend.patch;patch=1 \ + file://iis-suspend.patch;patch=1 \ + file://s3c24xx-pcm-suspend.patch;patch=1 \ + file://gta-vibro-pwm-suspend.patch;patch=1 \ file://defconfig-${KERNEL_RELEASE}" S = "${WORKDIR}/linux-${VANILLA_VERSION}" @@ -49,6 +54,10 @@ module_autoload_hci_usb = "hci_usb" module_autoload_g_ether = "g_ether" # audio module_autoload_snd-soc-neo1973-wm8753 = "snd-soc-neo1973-wm8753" +module_autoload_snd-soc-neo1973-gta02-wm8753 = "snd-soc-neo1973-gta02-wm8753" +module_autoload_snd-pcm-oss = "snd-pcm-oss" +module_autoload_snd-mixer-oss = "snd-mixer-oss" + # sd/mmc module_autoload_s3cmci = "s3cmci" |