WindRiver-Labs / wrlinux-x

setup tool for Wind River Linux (10.x) - start HERE!
GNU General Public License v2.0
162 stars 67 forks source link

MACHINE=intel-corei7-64 is invalid. #3

Open dsouzan opened 6 years ago

dsouzan commented 6 years ago

yocto@yocto-PowerEdge-T130:~/dev/windriver10/my-project/build$ bitbake wrlinux-image-glibc-std-sato ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories:

MACHINE=intel-corei7-64 is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

bitbake does not like the MACHINE=intel-corei7-64 target. But ./wrlinux-x/ says it supports it.

yocto@yocto-PowerEdge-T130:~/dev/windriver10/my-project$ ./wrlinux-x/setup.sh --list-machines Loading the mirror index from /home/yocto/dev/windriver10/my-mirror/mirror-index (WRLINUX_10_17_BASE)... Using index Wind River Developer Layer Index from the mirror index... Index: Wind River Developer Layer Index machine description layer

qemuarm arm_versatile_926ejs openembedded-core qemuppc PPC system under qemu emulation openembedded-core qemumips64 mti-malta64-be openembedded-core qemumips mti_malta32_be openembedded-core qemux86-64 a common x86 openembedded-core qemuarm64 a generic armv8 openembedded-core qemux86 a common x86 openembedded-core intel-quark Quark systems meta-intel intel-core2-32 32 bit Intel Core 2 CPU (and later meta-intel intel-corei7-64 64 bit Intel Core i7 CPU (and late meta-intel mpc8315e-rdb mpc8315e-rdb meta-yocto-bsp beaglebone Reference machine configuration fo meta-yocto-bsp genericx86 generic X86 (32-bit) PCs. Supports meta-yocto-bsp edgerouter Edgerouter meta-yocto-bsp genericx86-64 generic X86_64 (64-bit) PCs and se meta-yocto-bsp qemuarma9 a9 vexpress meta-qemuarma9

mhatle commented 6 years ago

BSPs from meta-intel do not necessarily use the linux-yocto kernel. We've only tested integration with the linux-yocto kernel and the various qemu and Yocto Project BSPs (meta-yocto-bsp).

I would recommend you try 'genericx86' instead, or you may need to modify/customize your configuration when using intel-core* BSPs to use the linux-yocto BSP.