From: Marcin Juszkiewicz Date: Wed, 13 Feb 2008 13:17:16 +0000 (+0000) Subject: bootcdx86: reduce list of MACHINE_FEATURES to the one covered by kernel X-Git-Tag: 2011-1~9647 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=597d1fbf656acd134c960fbdbd9515bd6e18eeb5;p=openembedded-core.git bootcdx86: reduce list of MACHINE_FEATURES to the one covered by kernel git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3791 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/machine/bootcdx86.conf b/meta/conf/machine/bootcdx86.conf index dc0f53c2a5..ec0593adc3 100644 --- a/meta/conf/machine/bootcdx86.conf +++ b/meta/conf/machine/bootcdx86.conf @@ -4,5 +4,7 @@ require conf/machine/qemux86.conf +MACHINE_FEATURES = "kernel26 alsa screen" + EXTRA_IMAGE_FEATURES = "" IMAGE_ROOTFS_SIZE_ext2 = "70000"