You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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
The text was updated successfully, but these errors were encountered: