summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-openmoko_2.6.22.5.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-20 12:23:38 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-20 12:23:38 +0000
commit210c9450c17721fea5855aad45be875cbf18e8fa (patch)
tree9b41abc6bc624be901b4408f22488e3c5c9ddfca /meta/packages/linux/linux-openmoko_2.6.22.5.bb
parent7fdad729b213c2da4299aa2c03d4b677bf244a9b (diff)
downloadopenembedded-core-210c9450c17721fea5855aad45be875cbf18e8fa.tar.gz
openembedded-core-210c9450c17721fea5855aad45be875cbf18e8fa.tar.bz2
openembedded-core-210c9450c17721fea5855aad45be875cbf18e8fa.tar.xz
openembedded-core-210c9450c17721fea5855aad45be875cbf18e8fa.zip
linux-openmoko: Add input subsys -> APM bridge and tweak power driver key events
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3831 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-openmoko_2.6.22.5.bb')
-rw-r--r--meta/packages/linux/linux-openmoko_2.6.22.5.bb15
1 files changed, 13 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-openmoko_2.6.22.5.bb b/meta/packages/linux/linux-openmoko_2.6.22.5.bb
index a7f78fc97..65e8d459c 100644
--- a/meta/packages/linux/linux-openmoko_2.6.22.5.bb
+++ b/meta/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 = "r7"
+PR = "r14"
KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "30008000"
@@ -24,14 +24,21 @@ 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://gta-vibro-pwm-suspend.patch;patch=1 \
+ file://tweak_power_button.patch;patch=1 \
+ http://www.rpsys.net/openzaurus/patches/archive/input_power-r9.patch;patch=1 \
file://defconfig-${KERNEL_RELEASE}"
+# 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 \
+
S = "${WORKDIR}/linux-${VANILLA_VERSION}"
##############################################################
# kernel image resides on a seperate flash partition (for now)
#
-FILES_kernel-image = ""
ALLOW_EMPTY = "1"
COMPATIBLE_HOST = "arm.*-linux"
@@ -49,6 +56,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"