oz-kernel-2.6: disable elpp in .config instead of just using the defaults :D
authorMichael Lauer <mickey@vanille-media.de>
Sat, 29 Jan 2005 22:56:03 +0000 (22:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 29 Jan 2005 22:56:03 +0000 (22:56 +0000)
BKrev: 41fc1483VCwHJE3dgxGXT9zOnPyY7w

packages/linux/openzaurus_2.6.11-rc2.bb

index 38df53d..44e617f 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>, Michael 'Mickey' Lauer <mickey
 LICENSE = "GPL"
 #KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
 KV = "${@bb.data.getVar('PV',d,True)}"
-PR = "r7"
+PR = "r8"
 
 # ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/linux-${KV}.tar.gz \
 # http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 \
@@ -123,6 +123,8 @@ do_configure() {
                 echo "CONFIG_FB_ELPP=y"                 >> ${S}/.config
                 echo "CONFIG_LOGO=y"                    >> ${S}/.config
                 echo "CONFIG_LOGO_LINUX_CLUT224=y"      >> ${S}/.config
+       else
+               echo "# CONFIG_FB_ELPP is not set"      >> ${S}/.config
        fi
 
        yes '' | oe_runmake oldconfig