diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-06 17:52:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-06 17:52:09 +0000 |
commit | 7ecb2b242a6896d112f7744d2d1a0c6f0eaabaab (patch) | |
tree | c99d9660c38798aafc8c84a5dec349fd6e159620 | |
parent | a9ccb68c7bd8f37e020d9d799d6add18a643af11 (diff) | |
download | poky-7ecb2b242a6896d112f7744d2d1a0c6f0eaabaab.tar.gz |
linux-nokia800: Enable automatic screen updates, framebuffer console and make 2.6.21 the default for the nokia800
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3681 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig (renamed from meta/packages/linux/linux-nokia800-2.6.21-osso71/defconfig) | 10 | ||||
-rw-r--r-- | meta/packages/linux/linux-nokia800_2.6.21-osso71.bb | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-nokia800-2.6.21-osso71/defconfig b/meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig index 04d87a4aa5..4455697b39 100644 --- a/meta/packages/linux/linux-nokia800-2.6.21-osso71/defconfig +++ b/meta/packages/linux/linux-nokia800-2.6.21-osso71/nokia800/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.21-omap1 | 3 | # Linux kernel version: 2.6.21-omap1 |
4 | # Tue Nov 13 10:49:14 2007 | 4 | # Wed Feb 6 17:40:31 2008 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -1066,7 +1066,7 @@ CONFIG_FB_OMAP=y | |||
1066 | CONFIG_FB_OMAP_LCDC_EXTERNAL=y | 1066 | CONFIG_FB_OMAP_LCDC_EXTERNAL=y |
1067 | # CONFIG_FB_OMAP_LCDC_HWA742 is not set | 1067 | # CONFIG_FB_OMAP_LCDC_HWA742 is not set |
1068 | CONFIG_FB_OMAP_LCDC_BLIZZARD=y | 1068 | CONFIG_FB_OMAP_LCDC_BLIZZARD=y |
1069 | CONFIG_FB_OMAP_MANUAL_UPDATE=y | 1069 | # CONFIG_FB_OMAP_MANUAL_UPDATE is not set |
1070 | CONFIG_FB_OMAP_LCD_MIPID=y | 1070 | CONFIG_FB_OMAP_LCD_MIPID=y |
1071 | CONFIG_FB_OMAP_BOOTLOADER_INIT=y | 1071 | CONFIG_FB_OMAP_BOOTLOADER_INIT=y |
1072 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=4 | 1072 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=4 |
@@ -1078,7 +1078,11 @@ CONFIG_FB_OMAP_PAUSING=y | |||
1078 | # | 1078 | # |
1079 | # CONFIG_VGA_CONSOLE is not set | 1079 | # CONFIG_VGA_CONSOLE is not set |
1080 | CONFIG_DUMMY_CONSOLE=y | 1080 | CONFIG_DUMMY_CONSOLE=y |
1081 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | 1081 | CONFIG_FRAMEBUFFER_CONSOLE=y |
1082 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
1083 | # CONFIG_FONTS is not set | ||
1084 | CONFIG_FONT_8x8=y | ||
1085 | CONFIG_FONT_8x16=y | ||
1082 | 1086 | ||
1083 | # | 1087 | # |
1084 | # Logo configuration | 1088 | # Logo configuration |
diff --git a/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb b/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb index 9819720ae8..c6b52de7c7 100644 --- a/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb +++ b/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require linux-nokia800.inc | 1 | require linux-nokia800.inc |
2 | 2 | ||
3 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
4 | DEFAULT_PREFERENCE_nokia800 = "1" | ||
4 | 5 | ||
5 | SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \ | 6 | SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \ |
6 | http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1 \ | 7 | http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1 \ |