Closed offa closed 2 years ago
Strange, neither BB_ENV_EXTRAWHITE
nor YOCTO_TARGET_ARCH
affect them.
x86_64 builds use the wrong architecture and tune:
NOTE: Setting MACHINE to genericx86 NOTE: Setting DEFAULTTUNE to i586
Is this a recent issue?
Otoh, dev/bootstrap.sh pushes --env "BB_ENV_EXTRAWHITE=YOCTO_TARGET_ARCH"
I've noted it on the CI builds today. The info message isn't available in early builds unfortunately.
CI builds don't use the bootstrap script.
I've noted it on the CI builds today. The info message isn't available in early builds unfortunately.
CI builds don't use the bootstrap script. Of course not but it is capable of passing the ARCH/tune correctly. Therefore, it seems to be limited to CI environment only.
That's right.
YOCTO_TARGET_ARCH
is None
for both arch settings!? 😕
github actions seem to be pretty picky when it comes to environment passing. So, we need to figure out how to pass YOCTO_TARGET_ARCH correctly.
Yes, but I guess I have have a solution ... stay tuned ...
x86_64 builds use the wrong architecture and tune: