[oe] vmware.conf problem

Sledz, Steffen sledz at DResearch.DE
Mon Oct 20 09:27:01 UTC 2008


> For rapid prototyping purposes we want to build Angstrom 
> distro for a VMware machine. This fails because 
> conf/machine/vmware.conf requires 
> conf/machine/include/pentiumpro.inc which does not exist in 
> the OE tree. :(

This patch seems to fix this problem:

diff --git a/conf/machine/vmware.conf b/conf/machine/vmware.conf
index 4822c38..d318bb7 100644
--- a/conf/machine/vmware.conf
+++ b/conf/machine/vmware.conf
@@ -22,4 +22,4 @@ OLDEST_KERNEL = "2.6.17"
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
 
-require conf/machine/include/pentiumpro.inc
+require conf/machine/include/tune-pentiumpro.inc





More information about the Openembedded-devel mailing list