diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-09 12:58:46 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-09 12:58:46 +0100 |
commit | f38160b36756dc2833da65802b24a47a631b7f71 (patch) | |
tree | 8a53ac5004b21e87c7ebee96f5e923453be9bfe5 /meta/conf/machine | |
parent | 9b60f0d0b75d56876990efada0d354304780ab43 (diff) | |
download | poky-f38160b36756dc2833da65802b24a47a631b7f71.tar.gz |
bootcdx86: This is dropped in favour of netbook iso images
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/bootcdx86.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/conf/machine/bootcdx86.conf b/meta/conf/machine/bootcdx86.conf deleted file mode 100644 index ec0593adc3..0000000000 --- a/meta/conf/machine/bootcdx86.conf +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Bootable CD x86 setup | ||
3 | #@DESCRIPTION: Machine configuration for running an x86 system from bootable CD | ||
4 | |||
5 | require conf/machine/qemux86.conf | ||
6 | |||
7 | MACHINE_FEATURES = "kernel26 alsa screen" | ||
8 | |||
9 | EXTRA_IMAGE_FEATURES = "" | ||
10 | IMAGE_ROOTFS_SIZE_ext2 = "70000" | ||