diff options
| -rw-r--r-- | meta-xilinx-core/conf/machine/microblaze-generic.conf | 3 | ||||
| -rw-r--r-- | meta-xilinx-core/conf/machine/zynq-generic.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf index 6611d529..3fcc453d 100644 --- a/meta-xilinx-core/conf/machine/microblaze-generic.conf +++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf | |||
| @@ -55,7 +55,8 @@ QB_KERNEL_CMDLINE = "none" | |||
| 55 | 55 | ||
| 56 | QB_OPT_APPEND ?= "" | 56 | QB_OPT_APPEND ?= "" |
| 57 | 57 | ||
| 58 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=${DEPLOY_DIR_IMAGE}" | 58 | QB_NETWORK_DEVICE = "-net nic,netdev=net0,macaddr=@MAC@" |
| 59 | |||
| 59 | #### No additional settings should be after the Postamble | 60 | #### No additional settings should be after the Postamble |
| 60 | #### Postamble | 61 | #### Postamble |
| 61 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}" | 62 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}" |
diff --git a/meta-xilinx-core/conf/machine/zynq-generic.conf b/meta-xilinx-core/conf/machine/zynq-generic.conf index 1a7425e6..71bfda61 100644 --- a/meta-xilinx-core/conf/machine/zynq-generic.conf +++ b/meta-xilinx-core/conf/machine/zynq-generic.conf | |||
| @@ -37,7 +37,8 @@ IMAGE_FSTYPES += "${@'wic.qemu-sd' if (d.getVar('INITRAMFS_IMAGE') or '') == '' | |||
| 37 | WKS_FILES ?= "sdimage-bootpart.wks" | 37 | WKS_FILES ?= "sdimage-bootpart.wks" |
| 38 | 38 | ||
| 39 | QB_MEM = "-m 1024" | 39 | QB_MEM = "-m 1024" |
| 40 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=${DEPLOY_DIR_IMAGE} -net nic" | 40 | QB_NETWORK_DEVICE = "-net nic,netdev=net0,macaddr=@MAC@" |
| 41 | |||
| 41 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" | 42 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" |
| 42 | QB_ROOTFS:qemuboot-xilinx = "${@qemu_rootfs_params(d,'rootfs')}" | 43 | QB_ROOTFS:qemuboot-xilinx = "${@qemu_rootfs_params(d,'rootfs')}" |
| 43 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "${@qemu_rootfs_params(d,'fstype')}" | 44 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "${@qemu_rootfs_params(d,'fstype')}" |
