Dnia piątek, 22 stycznia 2010 o 07:41:30 Guo Hongruan napisał(a): > Hi guys, > I tried to build an openembedded project with the following setting: > MACHINE=sun4cdm DISTRO=micro LIBC=eglibc > But I noticed the following warning message after parsing the bb files: > > NOTE: multiple providers are available for virtual/kernel (linux-palmpre, > linux-rt, gumstix-kernel, linux); > NOTE: consider defining PREFERRED_PROVIDER_virtual/kernel
> My question is: > In the conf/machine/sun4cdm.conf, there is the defination of > PREFFERRED_PROVIDER_virtual/kernel, see the following line: > REFERRED_PROVIDER_virtual/kernel = "linux-sun4cdm" > Why did it not work at all? > > Anyone can give me some hints? edit recipes/linux/linux-sun4cdm_2.6.8.1.bb and remove COMPATIBLE_HOST line. Due to changes it is no longer sparc-linux when you do build for sparc arch. This line can be exchanged with (more proper one): COMPATIBLE_MACHINE = "sun4cdm" Regards, -- JID: [email protected] Website: http://marcin.juszkiewicz.com.pl/ LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
