From 45b048283ce2157d6c17d30a7c21d785bd1c6540 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 18 Aug 2006 09:31:38 +0000 Subject: x86: * Add qemux86 machine. * Glibc 2.4 updates from upstream OE. * Add linux-x86 kernel to satisfy the deps. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@616 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/qemux86.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/conf/machine/qemux86.conf (limited to 'meta/conf/machine/qemux86.conf') diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf new file mode 100644 index 0000000000..340ad812c7 --- /dev/null +++ b/meta/conf/machine/qemux86.conf @@ -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" +TARGET_VENDOR = "-oe" +IPKG_EXTRA_ARCHS = "x86" + +require conf/machine/include/qemu.conf +# require conf/machine/include/tune-arm926ejs.conf + +SERIAL_CONSOLE = "115200 ttyS0" + +PREFERRED_PROVIDER_virtual/kernel = "linux-x86" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" -- cgit v1.2.3-54-g00ecf