diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-25 10:27:57 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-25 10:27:57 +0100 |
commit | 24c8c7b88f2271a95289fdf3e9b0c61a3e254ca9 (patch) | |
tree | c6d5dcf6b2dcea0f397a826d811ecd0d9ca7e4bf /recipes/linux/linux_2.6.24.bb | |
parent | 46a3e348d56cb51ba75c291613e535510203225e (diff) |
linux-omap 2.6.29: add smsc patches and update overo defconfig
Diffstat (limited to 'recipes/linux/linux_2.6.24.bb')
-rw-r--r-- | recipes/linux/linux_2.6.24.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb index bfcfb89f7e..7df18dad9c 100644 --- a/recipes/linux/linux_2.6.24.bb +++ b/recipes/linux/linux_2.6.24.bb @@ -11,6 +11,7 @@ DEFAULT_PREFERENCE_ts72xx = "1" DEFAULT_PREFERENCE_oxnas = "1" DEFAULT_PREFERENCE_hipox = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" +DEFAULT_PREFERENCE_smartq5 = "1" PR = "r33" @@ -105,6 +106,17 @@ SRC_URI_append_hipox = " \ file://hipox-sata-module.patch;patch=1 \ " + +SRC_URI_smartq5 = " ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ + http://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.24.7.bz2;patch=1 \ + file://smartq-gitupdate.diff;patch=1 \ + file://base/0001-Apply-samsung-kernel-patch.patch;patch=1 \ + file://base/0002-Apply-smartq-patch.patch;patch=1 \ + file://base/0003-Apply-cpufreq-patch-from-gqwang.patch;patch=1 \ + file://base/0004-Better-compatibility-with-some-memory-chips.patch;patch=1 \ + file://defconfig \ +" + CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=1 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd3 rootfstype=jffs2" FILES_kernel-image_gesbc-9302 = "" |