[oe-commits] org.oe.dev Add qemux86.conf from Poky (and update qemu rootfs sizes)

rpurdie commit openembedded-commits at lists.openembedded.org
Tue Jan 2 11:58:18 UTC 2007


Add qemux86.conf from Poky (and update qemu rootfs sizes)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: b154b78e1f7cc8264c8ac83c6ab8ca0df375e0bb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b154b78e1f7cc8264c8ac83c6ab8ca0df375e0bb
Files:
1
conf/machine/qemux86.conf
conf/machine/include/qemu.conf
conf/machine/qemuarm.conf
Diffs:

#
# mt diff -r9f89b3c950ae5870659f0168482c65395e60fe6f -rb154b78e1f7cc8264c8ac83c6ab8ca0df375e0bb
#
# 
# 
# add_file "conf/machine/qemux86.conf"
#  content [42df8c7362d5ed158c2b6d7859b90861158ef782]
# 
# patch "conf/machine/include/qemu.conf"
#  from [3e1d9e227c028c99012032433de79e2424d9c089]
#    to [822cfa4ccc59e353b0a4c3b38015b20e6135aa0b]
# 
# patch "conf/machine/qemuarm.conf"
#  from [1ea8c0e8aedb5efb19297536c40895eda7be5ed8]
#    to [78d5a393e9a84341c7ccc0b697f79bc38e8ae166]
# 
============================================================
--- conf/machine/qemux86.conf	42df8c7362d5ed158c2b6d7859b90861158ef782
+++ conf/machine/qemux86.conf	42df8c7362d5ed158c2b6d7859b90861158ef782
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@NAME: qemu x86 Emulator setup
+#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
+
+TARGET_ARCH = "i586"
+PACKAGE_EXTRA_ARCHS = "x86"
+
+require conf/machine/include/qemu.conf
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+MACHINE_TASK_PROVIDER = "task-base"
============================================================
--- conf/machine/include/qemu.conf	3e1d9e227c028c99012032433de79e2424d9c089
+++ conf/machine/include/qemu.conf	822cfa4ccc59e353b0a4c3b38015b20e6135aa0b
@@ -7,4 +7,5 @@ IMAGE_FSTYPES ?= "tar.bz2 ext2"
 
 IMAGE_FSTYPES ?= "tar.bz2 ext2"
 
+ROOT_FLASH_SIZE = "200"
+IMAGE_ROOTFS_SIZE_ext2 = "200000"
-ROOT_FLASH_SIZE = "100"
============================================================
--- conf/machine/qemuarm.conf	1ea8c0e8aedb5efb19297536c40895eda7be5ed8
+++ conf/machine/qemuarm.conf	78d5a393e9a84341c7ccc0b697f79bc38e8ae166






More information about the Openembedded-commits mailing list