summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-04-21 16:15:19 -0700
committerMark Hatle <mark.hatle@xilinx.com>2020-04-21 16:15:19 -0700
commit83020b56b6820e0aca63c485bb1bdb0acd5697b0 (patch)
tree73a6312c0b2ee23e2ae0ed9135c7b49c2c71cbd6
parent36950408e6d5fa62da0204ef8db569dd039e7068 (diff)
downloadmeta-xilinx-83020b56b6820e0aca63c485bb1bdb0acd5697b0.tar.gz
zynq-generic.conf: Remove the qemu overrides, not needed
Issue: CR-1061420 Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-bsp/conf/machine/zynq-generic.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zynq-generic.conf b/meta-xilinx-bsp/conf/machine/zynq-generic.conf
index 75336e98..0f38e32b 100644
--- a/meta-xilinx-bsp/conf/machine/zynq-generic.conf
+++ b/meta-xilinx-bsp/conf/machine/zynq-generic.conf
@@ -18,10 +18,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
18 18
19HDF_MACHINE = "zc702-zynq7" 19HDF_MACHINE = "zc702-zynq7"
20 20
21# Use the networking setup from qemuarm
22MACHINEOVERRIDES_prepend_pn-init-ifupdown = "qemuall:"
23FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm"
24
25QB_MEM = "-m 1024" 21QB_MEM = "-m 1024"
26QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic" 22QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic"
27QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage" 23QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage"