]> code.ossystems Code Review - meta-freescale.git/commit
qemu-qoriq: copy a qemu.inc to not break build for 4.1.0
authorTing Liu <ting.liu@nxp.com>
Thu, 15 Apr 2021 10:16:44 +0000 (15:46 +0530)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Apr 2021 14:17:39 +0000 (11:17 -0300)
commitca079524add69fb4c395e9983a158455178986d5
tree75453192d7cf0e17b0a6a13eea84c6f0a64553e5
parente2017737e246f9ca1f05b471463fb6dff2b2cb98
qemu-qoriq: copy a qemu.inc to not break build for 4.1.0

qemu-qoriq resues qemu.inc from oe-core. As oe-core had upgraded to 5.2.0 which
switched to meson+ninja, build error appear as qemu-qoriq version is 4.1.0.

Copy a working qemu.inc from gatesgarth branch to not break the build.

Some errors:
| stdout: Applying patch cross.patch
| patching file configure
| Hunk #1 FAILED at 6973.
| Hunk #2 FAILED at 6999.
| 2 out of 2 hunks FAILED -- rejects in file configure
| Patch cross.patch does not apply (enforce with -f)
...
| DEBUG: Executing shell function do_configure
| ERROR: unknown option --with-suffix=qemu-qoriq

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-devtools/qemu/qemu-qoriq_4.1.0.bb
recipes-devtools/qemu/qemu-targets.inc [new file with mode: 0644]
recipes-devtools/qemu/qemu.inc [new file with mode: 0644]