diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-01 19:21:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-01 19:21:23 +0000 |
commit | 00b4052c0de0d3fd4df2e1fd59b0c98418254a4c (patch) | |
tree | 1614142dc0eb1bd3070075c4d9b3b9bd74188d9d /packages/linux/linux_2.6.25.bb | |
parent | 22b15c84b3bf5850c0ec574925a068a85da8db84 (diff) |
linux 2.6.25: add support for at32stk1000
Diffstat (limited to 'packages/linux/linux_2.6.25.bb')
-rw-r--r-- | packages/linux/linux_2.6.25.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.25.bb b/packages/linux/linux_2.6.25.bb index ca15db543f..309ce5a5f7 100644 --- a/packages/linux/linux_2.6.25.bb +++ b/packages/linux/linux_2.6.25.bb @@ -1,5 +1,7 @@ require linux.inc +PR = "r1" + # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" @@ -7,6 +9,7 @@ DEFAULT_PREFERENCE_kilauea = "1" DEFAULT_PREFERENCE_sequoia = "1" DEFAULT_PREFERENCE_cm-x270 = "1" DEFAULT_PREFERENCE_alix = "1" +DEFAULT_PREFERENCE_at32stk1000 = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \ file://defconfig" @@ -25,6 +28,10 @@ SRC_URI_append_cm-x270 = " \ file://0005-add-display-set-default-16bpp.patch;patch=1 \ " +SRC_URI_append_at32stk1000 = " \ + http://avr32linux.org/twiki/pub/Main/LinuxPatches/linux-2.6.25.6.atmel.1.patch.bz2;patch=1 \ +" + 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_cm-x270 = "" |