From 87054357b1c6a8c2adbbf01fb037c5e90beb98df Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 21 Nov 2022 13:11:50 -0800 Subject: qemu-xilinx-helper-native: Remove, replace with standard upstream version qemu-system-helper contains support for general system items, there is no reason for us to provide our own version. We can then add a dependency for the specific xilinx multiarch component as needed to the system-native versions. Signed-off-by: Mark Hatle --- meta-xilinx-core/classes/qemuboot-xilinx.bbclass | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'meta-xilinx-core/classes') diff --git a/meta-xilinx-core/classes/qemuboot-xilinx.bbclass b/meta-xilinx-core/classes/qemuboot-xilinx.bbclass index 58ade1b9..3835591d 100644 --- a/meta-xilinx-core/classes/qemuboot-xilinx.bbclass +++ b/meta-xilinx-core/classes/qemuboot-xilinx.bbclass @@ -136,13 +136,3 @@ def qemu_zynqmp_unhalt(data, multiarch): if multiarch: return "-global xlnx,zynqmp-boot.cpu-num=0 -global xlnx,zynqmp-boot.use-pmufw=true" return "-device loader,addr=0xfd1a0104,data=0x8000000e,data-len=4 -device loader,addr=0xfd1a0104,data=0x8000000e,data-len=4" - -# rewrite the qemuboot with the custom sysroot bindir -python do_write_qemuboot_conf:append() { - val = os.path.join(d.getVar('BASE_WORKDIR'), d.getVar('BUILD_SYS'), 'qemu-xilinx-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/') - cf.set('config_bsp', 'STAGING_BINDIR_NATIVE', '%s' % val) - - # write out the updated version from this append - with open(qemuboot, 'w') as f: - cf.write(f) -} -- cgit v1.2.3-54-g00ecf