diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 09:32:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 09:32:35 +0000 |
commit | fe5eb63adf6840230c07ae127c51ad2896282339 (patch) | |
tree | b37d9a6f3aa23e39719708cda6803b800a01cb78 | |
parent | e582fb34d7b4606282163bf11b863e04c4046920 (diff) | |
download | openembedded-core-fe5eb63adf6840230c07ae127c51ad2896282339.tar.gz openembedded-core-fe5eb63adf6840230c07ae127c51ad2896282339.tar.bz2 openembedded-core-fe5eb63adf6840230c07ae127c51ad2896282339.zip |
bootcdx86: X86 machine used for bootable CD
It is for normal PC with keyboard and without touchscreen.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1907 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/bootcdx86.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/machine/bootcdx86.conf b/meta/conf/machine/bootcdx86.conf new file mode 100644 index 0000000000..8b59fa2969 --- /dev/null +++ b/meta/conf/machine/bootcdx86.conf @@ -0,0 +1,5 @@ +#@TYPE: Machine +#@NAME: Bootable CD x86 setup +#@DESCRIPTION: Machine configuration for running an x86 system from bootable CD + +require conf/machine/qemux86.conf |