diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-04-21 16:15:19 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-04-21 16:15:19 -0700 |
commit | 83020b56b6820e0aca63c485bb1bdb0acd5697b0 (patch) | |
tree | 73a6312c0b2ee23e2ae0ed9135c7b49c2c71cbd6 | |
parent | 36950408e6d5fa62da0204ef8db569dd039e7068 (diff) | |
download | meta-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.conf | 4 |
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 | ||
19 | HDF_MACHINE = "zc702-zynq7" | 19 | HDF_MACHINE = "zc702-zynq7" |
20 | 20 | ||
21 | # Use the networking setup from qemuarm | ||
22 | MACHINEOVERRIDES_prepend_pn-init-ifupdown = "qemuall:" | ||
23 | FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm" | ||
24 | |||
25 | QB_MEM = "-m 1024" | 21 | QB_MEM = "-m 1024" |
26 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic" | 22 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic" |
27 | QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage" | 23 | QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage" |