diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 17:52:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 17:52:42 +0000 |
commit | ca4b408094a86f515db26040060e8a17a38d9ae7 (patch) | |
tree | bff90f4ad4ecf8307698d8ec7a668f70386cae6a | |
parent | 7ecb2b242a6896d112f7744d2d1a0c6f0eaabaab (diff) | |
download | openembedded-core-ca4b408094a86f515db26040060e8a17a38d9ae7.tar.gz openembedded-core-ca4b408094a86f515db26040060e8a17a38d9ae7.tar.bz2 openembedded-core-ca4b408094a86f515db26040060e8a17a38d9ae7.zip |
linux-rp: disable VGA framebuffer for bootcdx86
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3682 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 | 2 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.23.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 b/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 index d45dba1b2f..c2ad511fce 100644 --- a/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 +++ b/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 @@ -985,7 +985,7 @@ CONFIG_FB_TILEBLITTING=y # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set -CONFIG_FB_VGA16=y +# CONFIG_FB_VGA16 is not set CONFIG_FB_UVESA=m # CONFIG_FB_VESA is not set # CONFIG_FB_HECUBA is not set diff --git a/meta/packages/linux/linux-rp_2.6.23.bb b/meta/packages/linux/linux-rp_2.6.23.bb index 303243b0c7..6c6c229f09 100644 --- a/meta/packages/linux/linux-rp_2.6.23.bb +++ b/meta/packages/linux/linux-rp_2.6.23.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r28" +PR = "r29" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |