[yocto] [meta-gplv2]grub-0.97 configure failed in x86

2021-09-29 Thread zangrc
Hello! When I compiled grub-0.97 of meta-gplv2 on X86, I failed in the do_configure phase. Can you help me solve this problem? Thank you. Cheers, Zang Ruochen | checking whether i686-poky-linux-objcopy works for absolute addresses... configure: error: i686-poky-linux-gcc -m32 -march=core2 -mtun

Re: [yocto] [ptest-runner] Added output processing to pytest

2020-05-24 Thread zangrc
Is it possible to continue to add ptest for python-XX in the old way at present, and wait for the new recipe to be integrated (uncertain time), and then uniformly process the output? Or suspend the work of appending ptest and wait for the solution. -- Zang Ruochen -Original Message- Fr

[yocto] [ptest-runner] Added output processing to pytest

2020-05-21 Thread zangrc
Because there are quite a few OSS that use pytest for testing, and the test output of pytest is not consistent with the output format of automake, so the output of pytest needs to be processed. The following is the solution given by Richard Purdie: teaching ptest runner how to handle the alternate