diff options
33 files changed, 83 insertions, 83 deletions
diff --git a/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc b/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc index f3ae4975..51b97c0f 100644 --- a/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc +++ b/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc | |||
| @@ -15,6 +15,6 @@ SRC_URI:append:microblaze = " \ | |||
| 15 | file://0012-libc-machine-microblaze-strcmp.c-Fix-missing-end-of-.patch \ | 15 | file://0012-libc-machine-microblaze-strcmp.c-Fix-missing-end-of-.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | EXTRA_OECONF:append_xilinx-standalone:microblaze = " \ | 18 | EXTRA_OECONF:append:xilinx-standalone:microblaze = " \ |
| 19 | --disable-newlib-reent-check-verify \ | 19 | --disable-newlib-reent-check-verify \ |
| 20 | " | 20 | " |
diff --git a/meta-microblaze/recipes-devtools/gdb/gdb-common.inc b/meta-microblaze/recipes-devtools/gdb/gdb-common.inc index 72ede01e..d2bcf726 100644 --- a/meta-microblaze/recipes-devtools/gdb/gdb-common.inc +++ b/meta-microblaze/recipes-devtools/gdb/gdb-common.inc | |||
| @@ -56,7 +56,7 @@ do_install:append() { | |||
| 56 | rm -f ${D}${infodir}/bfd.info | 56 | rm -f ${D}${infodir}/bfd.info |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | RRECOMMENDS:gdb:append_linux = " glibc-thread-db " | 59 | RRECOMMENDS:gdb:append:linux = " glibc-thread-db " |
| 60 | RRECOMMENDS:gdb:append:linux-gnueabi = " glibc-thread-db " | 60 | RRECOMMENDS:gdb:append:linux-gnueabi = " glibc-thread-db " |
| 61 | RRECOMMENDS:gdbserver:append_linux = " glibc-thread-db " | 61 | RRECOMMENDS:gdbserver:append:linux = " glibc-thread-db " |
| 62 | RRECOMMENDS:gdbserver:append:linux-gnueabi = " glibc-thread-db " | 62 | RRECOMMENDS:gdbserver:append:linux-gnueabi = " glibc-thread-db " |
diff --git a/meta-xilinx-bsp/conf/local.conf.sample b/meta-xilinx-bsp/conf/local.conf.sample index caaa2083..4b129e42 100644 --- a/meta-xilinx-bsp/conf/local.conf.sample +++ b/meta-xilinx-bsp/conf/local.conf.sample | |||
| @@ -196,7 +196,7 @@ BB_DISKMON_DIRS = "\ | |||
| 196 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 196 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
| 197 | #file://.* file:///some/local/dir/sstate/PATH" | 197 | #file://.* file:///some/local/dir/sstate/PATH" |
| 198 | 198 | ||
| 199 | XILINX_VER_MAIN = "2021.2" | 199 | XILINX_VER_MAIN = "2022.1" |
| 200 | 200 | ||
| 201 | # Uncomment below lines to provide path for custom xsct trim | 201 | # Uncomment below lines to provide path for custom xsct trim |
| 202 | # This is required for building Versal based devices, please fetch the | 202 | # This is required for building Versal based devices, please fetch the |
diff --git a/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf b/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf index 5f25600f..8697293d 100644 --- a/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf +++ b/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf | |||
| @@ -20,12 +20,12 @@ FILESOVERRIDES:append:pn-init-ifupdown = ":qemuarm" | |||
| 20 | 20 | ||
| 21 | QB_MEM = "-m 1024" | 21 | QB_MEM = "-m 1024" |
| 22 | 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" |
| 23 | QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage" | 23 | QB_DEFAULT_KERNEL:qemuboot-xilinx = "zImage" |
| 24 | 24 | ||
| 25 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" | 25 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" |
| 26 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" | 26 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" |
| 27 | QB_DTB = "system.dtb" | 27 | QB_DTB = "system.dtb" |
| 28 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 28 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 29 | 29 | ||
| 30 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 30 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 31 | QB_OPT_APPEND = " \ | 31 | QB_OPT_APPEND = " \ |
diff --git a/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf b/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf index 558cc85e..8603098e 100644 --- a/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf +++ b/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf | |||
| @@ -43,14 +43,14 @@ QB_NETWORK_DEVICE = "" | |||
| 43 | QB_KERNEL_CMDLINE_APPEND ?= "" | 43 | QB_KERNEL_CMDLINE_APPEND ?= "" |
| 44 | QB_NET = "none" | 44 | QB_NET = "none" |
| 45 | 45 | ||
| 46 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" | 46 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "wic.qemu-sd" |
| 47 | QB_OPT_APPEND:append_qemuboot-xilinx = " -boot mode=5" | 47 | QB_OPT_APPEND:append:qemuboot-xilinx = " -boot mode=5" |
| 48 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 48 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 49 | 49 | ||
| 50 | # Use booti 80000 6000000 4000000 to launch | 50 | # Use booti 80000 6000000 4000000 to launch |
| 51 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" | 51 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" |
| 52 | 52 | ||
| 53 | QB_OPT_APPEND:append_qemuboot-xilinx = " \ | 53 | QB_OPT_APPEND:append:qemuboot-xilinx = " \ |
| 54 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ | 54 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ |
| 55 | -display none \ | 55 | -display none \ |
| 56 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ | 56 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ |
| @@ -68,5 +68,5 @@ QB_PLM_OPT = " \ | |||
| 68 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-pmc-vc-p-a2197-00.dtb \ | 68 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-pmc-vc-p-a2197-00.dtb \ |
| 69 | -display none \ | 69 | -display none \ |
| 70 | " | 70 | " |
| 71 | QB_OPT_APPEND:append_qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" | 71 | QB_OPT_APPEND:append:qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" |
| 72 | 72 | ||
diff --git a/meta-xilinx-bsp/conf/machine/vck190-versal.conf b/meta-xilinx-bsp/conf/machine/vck190-versal.conf index 62c9bc04..054bff88 100644 --- a/meta-xilinx-bsp/conf/machine/vck190-versal.conf +++ b/meta-xilinx-bsp/conf/machine/vck190-versal.conf | |||
| @@ -44,14 +44,14 @@ QB_NETWORK_DEVICE = "" | |||
| 44 | QB_KERNEL_CMDLINE_APPEND ?= "" | 44 | QB_KERNEL_CMDLINE_APPEND ?= "" |
| 45 | QB_NET = "none" | 45 | QB_NET = "none" |
| 46 | 46 | ||
| 47 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" | 47 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "wic.qemu-sd" |
| 48 | QB_OPT_APPEND:append_qemuboot-xilinx = " -boot mode=5" | 48 | QB_OPT_APPEND:append:qemuboot-xilinx = " -boot mode=5" |
| 49 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 49 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 50 | 50 | ||
| 51 | # Use booti 80000 6000000 4000000 to launch | 51 | # Use booti 80000 6000000 4000000 to launch |
| 52 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" | 52 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" |
| 53 | 53 | ||
| 54 | QB_OPT_APPEND:append_qemuboot-xilinx = " \ | 54 | QB_OPT_APPEND:append:qemuboot-xilinx = " \ |
| 55 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ | 55 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ |
| 56 | -display none \ | 56 | -display none \ |
| 57 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ | 57 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ |
| @@ -70,4 +70,4 @@ QB_PLM_OPT = " \ | |||
| 70 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-pmc-vc-p-a2197-00.dtb \ | 70 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-pmc-vc-p-a2197-00.dtb \ |
| 71 | -display none \ | 71 | -display none \ |
| 72 | " | 72 | " |
| 73 | QB_OPT_APPEND:append_qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" | 73 | QB_OPT_APPEND:append:qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" |
diff --git a/meta-xilinx-bsp/conf/machine/versal-generic.conf b/meta-xilinx-bsp/conf/machine/versal-generic.conf index 99dc140d..2b0cd495 100644 --- a/meta-xilinx-bsp/conf/machine/versal-generic.conf +++ b/meta-xilinx-bsp/conf/machine/versal-generic.conf | |||
| @@ -50,9 +50,9 @@ QB_NETWORK_DEVICE = "" | |||
| 50 | QB_KERNEL_CMDLINE_APPEND ?= "" | 50 | QB_KERNEL_CMDLINE_APPEND ?= "" |
| 51 | QB_NET = "none" | 51 | QB_NET = "none" |
| 52 | 52 | ||
| 53 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" | 53 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "wic.qemu-sd" |
| 54 | QB_OPT_APPEND:append_qemuboot-xilinx = " -boot mode=5" | 54 | QB_OPT_APPEND:append:qemuboot-xilinx = " -boot mode=5" |
| 55 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 55 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 56 | 56 | ||
| 57 | # Use booti 80000 6000000 4000000 to launch | 57 | # Use booti 80000 6000000 4000000 to launch |
| 58 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" | 58 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" |
| @@ -64,7 +64,7 @@ QEMU_HW_DTB_PMC ?="${QEMU_HW_DTB_PATH}/board-versal-pmc-vc-p-a2197-00.dtb" | |||
| 64 | QEMU_HW_DTB_PS_vp1202-versal = "${QEMU_HW_DTB_PATH}/board-versal-vp1202-ps-virt.dtb" | 64 | QEMU_HW_DTB_PS_vp1202-versal = "${QEMU_HW_DTB_PATH}/board-versal-vp1202-ps-virt.dtb" |
| 65 | QEMU_HW_DTB_PMC_vp1202-versal = "${QEMU_HW_DTB_PATH}/board-versal-vp1202-pmc-virt.dtb" | 65 | QEMU_HW_DTB_PMC_vp1202-versal = "${QEMU_HW_DTB_PATH}/board-versal-vp1202-pmc-virt.dtb" |
| 66 | 66 | ||
| 67 | QB_OPT_APPEND:append_qemuboot-xilinx = " \ | 67 | QB_OPT_APPEND:append:qemuboot-xilinx = " \ |
| 68 | -hw-dtb ${QEMU_HW_DTB_PS} \ | 68 | -hw-dtb ${QEMU_HW_DTB_PS} \ |
| 69 | -display none \ | 69 | -display none \ |
| 70 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ | 70 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ |
| @@ -83,4 +83,4 @@ QB_PLM_OPT = " \ | |||
| 83 | -hw-dtb ${QEMU_HW_DTB_PMC} \ | 83 | -hw-dtb ${QEMU_HW_DTB_PMC} \ |
| 84 | -display none \ | 84 | -display none \ |
| 85 | " | 85 | " |
| 86 | QB_OPT_APPEND:append_qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" | 86 | QB_OPT_APPEND:append:qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" |
diff --git a/meta-xilinx-bsp/conf/machine/vmk180-versal.conf b/meta-xilinx-bsp/conf/machine/vmk180-versal.conf index 39801e22..1996a36e 100644 --- a/meta-xilinx-bsp/conf/machine/vmk180-versal.conf +++ b/meta-xilinx-bsp/conf/machine/vmk180-versal.conf | |||
| @@ -41,14 +41,14 @@ QB_NETWORK_DEVICE = "" | |||
| 41 | QB_KERNEL_CMDLINE_APPEND ?= "" | 41 | QB_KERNEL_CMDLINE_APPEND ?= "" |
| 42 | QB_NET = "none" | 42 | QB_NET = "none" |
| 43 | 43 | ||
| 44 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" | 44 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "wic.qemu-sd" |
| 45 | QB_OPT_APPEND:append_qemuboot-xilinx = " -boot mode=5" | 45 | QB_OPT_APPEND:append:qemuboot-xilinx = " -boot mode=5" |
| 46 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 46 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 47 | 47 | ||
| 48 | # Use booti 80000 6000000 4000000 to launch | 48 | # Use booti 80000 6000000 4000000 to launch |
| 49 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" | 49 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" |
| 50 | 50 | ||
| 51 | QB_OPT_APPEND:append_qemuboot-xilinx = " \ | 51 | QB_OPT_APPEND:append:qemuboot-xilinx = " \ |
| 52 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ | 52 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ |
| 53 | -display none \ | 53 | -display none \ |
| 54 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ | 54 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ |
| @@ -67,4 +67,4 @@ QB_PLM_OPT = " \ | |||
| 67 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-pmc-vc-p-a2197-00.dtb \ | 67 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-pmc-vc-p-a2197-00.dtb \ |
| 68 | -display none \ | 68 | -display none \ |
| 69 | " | 69 | " |
| 70 | QB_OPT_APPEND:append_qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" | 70 | QB_OPT_APPEND:append:qemuboot-xilinx = " -plm-args '${QB_PLM_OPT}'" |
diff --git a/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf b/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf index 82d47cb4..224365fa 100644 --- a/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf +++ b/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf | |||
| @@ -38,12 +38,12 @@ IMAGE_BOOT_FILES += " \ | |||
| 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=/tftpboot -net nic" | 40 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic" |
| 41 | QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage" | 41 | QB_DEFAULT_KERNEL:qemuboot-xilinx = "zImage" |
| 42 | 42 | ||
| 43 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" | 43 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" |
| 44 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" | 44 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" |
| 45 | QB_DTB = "system.dtb" | 45 | QB_DTB = "system.dtb" |
| 46 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 46 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 47 | 47 | ||
| 48 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 48 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 49 | QB_OPT_APPEND = " \ | 49 | QB_OPT_APPEND = " \ |
diff --git a/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf index b5268689..3a182217 100644 --- a/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf +++ b/meta-xilinx-bsp/conf/machine/zc706-zynq7.conf | |||
| @@ -38,12 +38,12 @@ IMAGE_BOOT_FILES += " \ | |||
| 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=/tftpboot -net nic" | 40 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic" |
| 41 | QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage" | 41 | QB_DEFAULT_KERNEL:qemuboot-xilinx = "zImage" |
| 42 | 42 | ||
| 43 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" | 43 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" |
| 44 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" | 44 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" |
| 45 | QB_DTB = "system.dtb" | 45 | QB_DTB = "system.dtb" |
| 46 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 46 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 47 | 47 | ||
| 48 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 48 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 49 | QB_OPT_APPEND = " \ | 49 | QB_OPT_APPEND = " \ |
diff --git a/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf b/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf index 57570531..89c997f1 100644 --- a/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf +++ b/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf | |||
| @@ -42,7 +42,7 @@ QB_OPT_APPEND ?= "-nographic -serial mon:stdio -serial null" | |||
| 42 | QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@" | 42 | QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@" |
| 43 | 43 | ||
| 44 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 44 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 45 | QB_OPT_APPEND:append_qemuboot-xilinx = " \ | 45 | QB_OPT_APPEND:append:qemuboot-xilinx = " \ |
| 46 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/zcu102-arm.dtb \ | 46 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/zcu102-arm.dtb \ |
| 47 | ${@qemu_zynqmp_unhalt(d, True)} \ | 47 | ${@qemu_zynqmp_unhalt(d, True)} \ |
| 48 | -device loader,file=${DEPLOY_DIR_IMAGE}/arm-trusted-firmware.elf,cpu-num=0 \ | 48 | -device loader,file=${DEPLOY_DIR_IMAGE}/arm-trusted-firmware.elf,cpu-num=0 \ |
| @@ -51,9 +51,9 @@ QB_OPT_APPEND:append_qemuboot-xilinx = " \ | |||
| 51 | " | 51 | " |
| 52 | 52 | ||
| 53 | # Attach the rootfs disk image to the second SD interface of QEMU (which is SD0) | 53 | # Attach the rootfs disk image to the second SD interface of QEMU (which is SD0) |
| 54 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" | 54 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "wic.qemu-sd" |
| 55 | QB_OPT_APPEND:append_qemuboot-xilinx = " -boot mode=5" | 55 | QB_OPT_APPEND:append:qemuboot-xilinx = " -boot mode=5" |
| 56 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 56 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 57 | 57 | ||
| 58 | QB_PMU_OPT = " \ | 58 | QB_PMU_OPT = " \ |
| 59 | -M microblaze-fdt \ | 59 | -M microblaze-fdt \ |
| @@ -64,6 +64,6 @@ QB_PMU_OPT = " \ | |||
| 64 | -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 \ | 64 | -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 \ |
| 65 | -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 \ | 65 | -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 \ |
| 66 | " | 66 | " |
| 67 | QB_OPT_APPEND:append_qemuboot-xilinx = " -pmu-args '${QB_PMU_OPT}'" | 67 | QB_OPT_APPEND:append:qemuboot-xilinx = " -pmu-args '${QB_PMU_OPT}'" |
| 68 | 68 | ||
| 69 | do_write_qemuboot_conf[depends] += "u-boot-zynq-uenv:do_deploy" | 69 | do_write_qemuboot_conf[depends] += "u-boot-zynq-uenv:do_deploy" |
diff --git a/meta-xilinx-bsp/conf/machine/zynq-generic.conf b/meta-xilinx-bsp/conf/machine/zynq-generic.conf index 8a8d8f24..b585b7bf 100644 --- a/meta-xilinx-bsp/conf/machine/zynq-generic.conf +++ b/meta-xilinx-bsp/conf/machine/zynq-generic.conf | |||
| @@ -21,12 +21,12 @@ HDF_MACHINE = "zc702-zynq7" | |||
| 21 | 21 | ||
| 22 | QB_MEM = "-m 1024" | 22 | QB_MEM = "-m 1024" |
| 23 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic" | 23 | QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic" |
| 24 | QB_DEFAULT_KERNEL_qemuboot-xilinx = "zImage" | 24 | QB_DEFAULT_KERNEL:qemuboot-xilinx = "zImage" |
| 25 | 25 | ||
| 26 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" | 26 | QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}" |
| 27 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" | 27 | QB_DEFAULT_FSTYPE = "cpio.gz.u-boot" |
| 28 | QB_DTB = "system.dtb" | 28 | QB_DTB = "system.dtb" |
| 29 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 29 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 30 | 30 | ||
| 31 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 31 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 32 | QB_OPT_APPEND = " \ | 32 | QB_OPT_APPEND = " \ |
diff --git a/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf index 6f33c199..581d190a 100644 --- a/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf +++ b/meta-xilinx-bsp/conf/machine/zynqmp-generic.conf | |||
| @@ -56,7 +56,7 @@ QB_OPT_APPEND ?= "-nographic -serial mon:stdio -serial null" | |||
| 56 | QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@" | 56 | QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@" |
| 57 | 57 | ||
| 58 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) | 58 | # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) |
| 59 | QB_OPT_APPEND:append_qemuboot-xilinx = " \ | 59 | QB_OPT_APPEND:append:qemuboot-xilinx = " \ |
| 60 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/zcu102-arm.dtb \ | 60 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/zcu102-arm.dtb \ |
| 61 | ${@qemu_zynqmp_unhalt(d, True)} \ | 61 | ${@qemu_zynqmp_unhalt(d, True)} \ |
| 62 | -device loader,file=${DEPLOY_DIR_IMAGE}/arm-trusted-firmware.elf,cpu-num=0 \ | 62 | -device loader,file=${DEPLOY_DIR_IMAGE}/arm-trusted-firmware.elf,cpu-num=0 \ |
| @@ -65,9 +65,9 @@ QB_OPT_APPEND:append_qemuboot-xilinx = " \ | |||
| 65 | " | 65 | " |
| 66 | 66 | ||
| 67 | # Attach the rootfs disk image to the second SD interface of QEMU (which is SD0) | 67 | # Attach the rootfs disk image to the second SD interface of QEMU (which is SD0) |
| 68 | QB_DEFAULT_FSTYPE_qemuboot-xilinx = "wic.qemu-sd" | 68 | QB_DEFAULT_FSTYPE:qemuboot-xilinx = "wic.qemu-sd" |
| 69 | QB_OPT_APPEND:append_qemuboot-xilinx = " -boot mode=5" | 69 | QB_OPT_APPEND:append:qemuboot-xilinx = " -boot mode=5" |
| 70 | QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | 70 | QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" |
| 71 | 71 | ||
| 72 | QB_PMU_OPT = " \ | 72 | QB_PMU_OPT = " \ |
| 73 | -M microblaze-fdt \ | 73 | -M microblaze-fdt \ |
| @@ -78,7 +78,7 @@ QB_PMU_OPT = " \ | |||
| 78 | -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 \ | 78 | -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 \ |
| 79 | -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 \ | 79 | -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 \ |
| 80 | " | 80 | " |
| 81 | QB_OPT_APPEND:append_qemuboot-xilinx = " -pmu-args '${QB_PMU_OPT}'" | 81 | QB_OPT_APPEND:append:qemuboot-xilinx = " -pmu-args '${QB_PMU_OPT}'" |
| 82 | 82 | ||
| 83 | do_write_qemuboot_conf[depends] += "u-boot-zynq-uenv:do_deploy" | 83 | do_write_qemuboot_conf[depends] += "u-boot-zynq-uenv:do_deploy" |
| 84 | 84 | ||
diff --git a/meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend b/meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend index c3f773d6..bb792de2 100644 --- a/meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend +++ b/meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | # Has a dependency on libmali | 1 | # Has a dependency on libmali |
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 2 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
diff --git a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc index 4f7e99f4..8f15a485 100644 --- a/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc +++ b/meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc | |||
| @@ -71,7 +71,7 @@ EXTRA_OEMAKE:zynqmp:append = "${@' ZYNQMP_ATF_MEM_SIZE=${ATF_MEM_SIZE}' if d.get | |||
| 71 | 71 | ||
| 72 | EXTRA_OEMAKE:append:versal = "${@' VERSAL_ATF_MEM_BASE=${ATF_MEM_BASE}' if d.getVar('ATF_MEM_BASE', True) != '' else ''}" | 72 | EXTRA_OEMAKE:append:versal = "${@' VERSAL_ATF_MEM_BASE=${ATF_MEM_BASE}' if d.getVar('ATF_MEM_BASE', True) != '' else ''}" |
| 73 | EXTRA_OEMAKE:append:versal = "${@' VERSAL_ATF_MEM_SIZE=${ATF_MEM_SIZE}' if d.getVar('ATF_MEM_SIZE', True) != '' else ''}" | 73 | EXTRA_OEMAKE:append:versal = "${@' VERSAL_ATF_MEM_SIZE=${ATF_MEM_SIZE}' if d.getVar('ATF_MEM_SIZE', True) != '' else ''}" |
| 74 | EXTRA_OEMAKE:append_vc-p-a2197-00-versal =" VERSAL_PLATFORM=silicon" | 74 | EXTRA_OEMAKE:append:vc-p-a2197-00-versal =" VERSAL_PLATFORM=silicon" |
| 75 | 75 | ||
| 76 | do_configure() { | 76 | do_configure() { |
| 77 | oe_runmake clean -C ${S} BUILD_BASE=${B} PLAT=${PLATFORM} | 77 | oe_runmake clean -C ${S} BUILD_BASE=${B} PLAT=${PLATFORM} |
diff --git a/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-mcs_1.0.bb b/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-mcs_1.0.bb index a729c07b..bcfe900d 100644 --- a/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-mcs_1.0.bb +++ b/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-mcs_1.0.bb | |||
| @@ -19,7 +19,7 @@ do_unpack[noexec] = "1" | |||
| 19 | do_patch[noexec] = "1" | 19 | do_patch[noexec] = "1" |
| 20 | 20 | ||
| 21 | PROC ??= "kc705_i/microblaze_0" | 21 | PROC ??= "kc705_i/microblaze_0" |
| 22 | PROC_kc705 = "kc705_i/microblaze_0" | 22 | PROC:kc705 = "kc705_i/microblaze_0" |
| 23 | 23 | ||
| 24 | FLASH_SIZE ??= "0x80" | 24 | FLASH_SIZE ??= "0x80" |
| 25 | FLASH_INTERFACE ??= "BPIx16" | 25 | FLASH_INTERFACE ??= "BPIx16" |
diff --git a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb index c73e5fb1..3e71eeaf 100644 --- a/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb +++ b/meta-xilinx-bsp/recipes-bsp/device-tree/device-tree.bb | |||
| @@ -32,21 +32,21 @@ PROVIDES = "virtual/dtb" | |||
| 32 | SRC_URI:append:zynq = " file://zynq-7000-qspi-dummy.dtsi" | 32 | SRC_URI:append:zynq = " file://zynq-7000-qspi-dummy.dtsi" |
| 33 | 33 | ||
| 34 | # device tree sources for the various machines | 34 | # device tree sources for the various machines |
| 35 | COMPATIBLE_MACHINE_picozed-zynq7 = ".*" | 35 | COMPATIBLE_MACHINE:picozed-zynq7 = ".*" |
| 36 | SRC_URI:append_picozed-zynq7 = " file://picozed-zynq7.dts" | 36 | SRC_URI:append:picozed-zynq7 = " file://picozed-zynq7.dts" |
| 37 | 37 | ||
| 38 | COMPATIBLE_MACHINE_qemu-zynq7 = ".*" | 38 | COMPATIBLE_MACHINE:qemu-zynq7 = ".*" |
| 39 | SRC_URI:append_qemu-zynq7 = " file://qemu-zynq7.dts" | 39 | SRC_URI:append:qemu-zynq7 = " file://qemu-zynq7.dts" |
| 40 | 40 | ||
| 41 | COMPATIBLE_MACHINE_zybo-linux-bd-zynq7 = ".*" | 41 | COMPATIBLE_MACHINE:zybo-linux-bd-zynq7 = ".*" |
| 42 | SRC_URI:append_zybo-linux-bd-zynq7 = " \ | 42 | SRC_URI:append:zybo-linux-bd-zynq7 = " \ |
| 43 | file://zybo-linux-bd-zynq7.dts \ | 43 | file://zybo-linux-bd-zynq7.dts \ |
| 44 | file://pcw.dtsi \ | 44 | file://pcw.dtsi \ |
| 45 | file://pl.dtsi \ | 45 | file://pl.dtsi \ |
| 46 | " | 46 | " |
| 47 | 47 | ||
| 48 | COMPATIBLE_MACHINE_kc705-microblazeel = ".*" | 48 | COMPATIBLE_MACHINE:kc705-microblazeel = ".*" |
| 49 | SRC_URI:append_kc705-microblazeel = " \ | 49 | SRC_URI:append:kc705-microblazeel = " \ |
| 50 | file://kc705-microblazeel.dts \ | 50 | file://kc705-microblazeel.dts \ |
| 51 | file://pl.dtsi \ | 51 | file://pl.dtsi \ |
| 52 | file://system-conf.dtsi \ | 52 | file://system-conf.dtsi \ |
diff --git a/meta-xilinx-bsp/recipes-bsp/platform-init/platform-init.bb b/meta-xilinx-bsp/recipes-bsp/platform-init/platform-init.bb index cac8bbfc..7e7d2de3 100644 --- a/meta-xilinx-bsp/recipes-bsp/platform-init/platform-init.bb +++ b/meta-xilinx-bsp/recipes-bsp/platform-init/platform-init.bb | |||
| @@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 10 | inherit xilinx-platform-init | 10 | inherit xilinx-platform-init |
| 11 | 11 | ||
| 12 | COMPATIBLE_MACHINE = "$^" | 12 | COMPATIBLE_MACHINE = "$^" |
| 13 | COMPATIBLE_MACHINE_picozed-zynq7 = "picozed-zynq7" | 13 | COMPATIBLE_MACHINE:picozed-zynq7 = "picozed-zynq7" |
| 14 | 14 | ||
| 15 | LICENSE = "GPLv2+" | 15 | LICENSE = "GPLv2+" |
| 16 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 16 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu_%.bbappend b/meta-xilinx-bsp/recipes-devtools/qemu/qemu_%.bbappend index c3f773d6..bb792de2 100644 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu_%.bbappend +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu_%.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | # Has a dependency on libmali | 1 | # Has a dependency on libmali |
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 2 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
diff --git a/meta-xilinx-bsp/recipes-gnome/gtk+/gtk+3_%.bbappend b/meta-xilinx-bsp/recipes-gnome/gtk+/gtk+3_%.bbappend index c3f773d6..bb792de2 100644 --- a/meta-xilinx-bsp/recipes-gnome/gtk+/gtk+3_%.bbappend +++ b/meta-xilinx-bsp/recipes-gnome/gtk+/gtk+3_%.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | # Has a dependency on libmali | 1 | # Has a dependency on libmali |
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 2 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
diff --git a/meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend b/meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend index 6343c38f..68805315 100644 --- a/meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | PACKAGECONFIG_mali400 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ | 1 | PACKAGECONFIG:mali400 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ |
| 2 | egl glesv2" | 2 | egl glesv2" |
| 3 | 3 | ||
| 4 | # OpenGL comes from libmali | 4 | # OpenGL comes from libmali |
| 5 | DEPENDS:append_mali400 = " libmali-xlnx" | 5 | DEPENDS:append:mali400 = " libmali-xlnx" |
| 6 | 6 | ||
| 7 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 7 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
diff --git a/meta-xilinx-bsp/recipes-graphics/libepoxy/libepoxy_%.bbappend b/meta-xilinx-bsp/recipes-graphics/libepoxy/libepoxy_%.bbappend index c3f773d6..bb792de2 100644 --- a/meta-xilinx-bsp/recipes-graphics/libepoxy/libepoxy_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/libepoxy/libepoxy_%.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | # Has a dependency on libmali | 1 | # Has a dependency on libmali |
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 2 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
diff --git a/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend b/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend index 47cefc74..54fb4298 100644 --- a/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/libglu/libglu_%.bbappend | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | # OpenGL comes from libmali, adjust parameters | 1 | # OpenGL comes from libmali, adjust parameters |
| 2 | DEPENDS:append_mali400 = " virtual/libgles2" | 2 | DEPENDS:append:mali400 = " virtual/libgles2" |
| 3 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 3 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
diff --git a/meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend b/meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend index fd8a07e2..c3b20716 100644 --- a/meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/libsdl2/libsdl2_%.bbappend | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | # Has a dependency on libmali | 1 | # Has a dependency on libmali |
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 2 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
| 3 | 3 | ||
diff --git a/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend b/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend index af5dec9e..ca910830 100644 --- a/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/mesa/mesa-demos_%.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # OpenGL comes from libmali on ev/eg, when egl is enabled | 1 | # OpenGL comes from libmali on ev/eg, when egl is enabled |
| 2 | DEPENDS:append_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' libmali-xlnx', '', d)}" | 2 | DEPENDS:append:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' libmali-xlnx', '', d)}" |
| 3 | 3 | ||
| 4 | PACKAGE_ARCH_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${TUNE_PKGARCH}', d)}" | 4 | PACKAGE_ARCH:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${TUNE_PKGARCH}', d)}" |
diff --git a/meta-xilinx-bsp/recipes-graphics/virglrenderer/virglrenderer_%.bbappend b/meta-xilinx-bsp/recipes-graphics/virglrenderer/virglrenderer_%.bbappend index c3f773d6..bb792de2 100644 --- a/meta-xilinx-bsp/recipes-graphics/virglrenderer/virglrenderer_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/virglrenderer/virglrenderer_%.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | # Has a dependency on libmali | 1 | # Has a dependency on libmali |
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | 2 | PACKAGE_ARCH:mali400 = "${SOC_VARIANT_ARCH}" |
diff --git a/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend b/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend index 26b3d389..caa49063 100644 --- a/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-xilinx-bsp/recipes-graphics/wayland/weston_%.bbappend | |||
| @@ -3,12 +3,12 @@ FILESEXTRAPATHS:prepend:zynqmp := "${THISDIR}/files:" | |||
| 3 | SRC_URI:append:zynqmp = " file://0001-libweston-Remove-substitute-format-for-ARGB8888.patch" | 3 | SRC_URI:append:zynqmp = " file://0001-libweston-Remove-substitute-format-for-ARGB8888.patch" |
| 4 | 4 | ||
| 5 | # OpenGL comes from libmali on ev/eg, when egl is enabled | 5 | # OpenGL comes from libmali on ev/eg, when egl is enabled |
| 6 | DEPENDS:append_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' libmali-xlnx', '', d)}" | 6 | DEPENDS:append:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' libmali-xlnx', '', d)}" |
| 7 | 7 | ||
| 8 | # Due to the SRC_URI zynqmp specific change, this needs to be SOC_FAMILY_ARCH specific | 8 | # Due to the SRC_URI zynqmp specific change, this needs to be SOC_FAMILY_ARCH specific |
| 9 | SOC_FAMILY_ARCH ??= "${TUNE_PKGARCH}" | 9 | SOC_FAMILY_ARCH ??= "${TUNE_PKGARCH}" |
| 10 | ZYNQMP_PKGARCH = "${SOC_FAMILY_ARCH}" | 10 | ZYNQMP_PKGARCH = "${SOC_FAMILY_ARCH}" |
| 11 | # But if egl is enabled, we also need to be SOC_VARIANT_ARCH specific due to libmali | 11 | # But if egl is enabled, we also need to be SOC_VARIANT_ARCH specific due to libmali |
| 12 | ZYNQMP_PKGARCH_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${SOC_FAMILY_ARCH}', d)}" | 12 | ZYNQMP_PKGARCH:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${SOC_FAMILY_ARCH}', d)}" |
| 13 | 13 | ||
| 14 | PACKAGE_ARCH:zynqmp = "${ZYNQMP_PKGARCH}" | 14 | PACKAGE_ARCH:zynqmp = "${ZYNQMP_PKGARCH}" |
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc index 53fe83b0..31cde189 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -54,7 +54,7 @@ KBUILD_DEFCONFIG:versal ?= "xilinx_defconfig" | |||
| 54 | KERNEL_MODULE_AUTOLOAD:k26 += "usb5744" | 54 | KERNEL_MODULE_AUTOLOAD:k26 += "usb5744" |
| 55 | 55 | ||
| 56 | # MicroBlaze BSP fragments | 56 | # MicroBlaze BSP fragments |
| 57 | KERNEL_FEATURES:append_kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" | 57 | KERNEL_FEATURES:append:kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" |
| 58 | 58 | ||
| 59 | KERNEL_FEATURES:append:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' features/xen/xen.scc', '', d)}" | 59 | KERNEL_FEATURES:append:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' features/xen/xen.scc', '', d)}" |
| 60 | 60 | ||
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-xilinx.inc b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-xilinx.inc index 51eab948..708c99f0 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-xilinx.inc +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-yocto-xilinx.inc | |||
| @@ -11,13 +11,13 @@ COMPATIBLE_MACHINE:zynqmp = "zynqmp" | |||
| 11 | KMACHINE:zynqmp = "zynqmp" | 11 | KMACHINE:zynqmp = "zynqmp" |
| 12 | 12 | ||
| 13 | # MicroBlaze KMACHINEs | 13 | # MicroBlaze KMACHINEs |
| 14 | KMACHINE_ml605-qemu-microblazeel = "qemumicroblazeel" | 14 | KMACHINE:ml605-qemu-microblazeel = "qemumicroblazeel" |
| 15 | KMACHINE_s3adsp1800-qemu-microblazeeb = "qemumicroblazeeb" | 15 | KMACHINE:s3adsp1800-qemu-microblazeeb = "qemumicroblazeeb" |
| 16 | 16 | ||
| 17 | # MicroBlaze default generic KMACHINE | 17 | # MicroBlaze default generic KMACHINE |
| 18 | KMACHINE:microblaze = "microblaze" | 18 | KMACHINE:microblaze = "microblaze" |
| 19 | COMPATIBLE_MACHINE:microblaze = "microblaze" | 19 | COMPATIBLE_MACHINE:microblaze = "microblaze" |
| 20 | 20 | ||
| 21 | # Default kernel config fragements for specific machines | 21 | # Default kernel config fragements for specific machines |
| 22 | KERNEL_FEATURES:append_kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" | 22 | KERNEL_FEATURES:append:kc705-microblazeel = " bsp/xilinx/kc705-microblazeel-features/kc705-microblazeel-features.scc" |
| 23 | 23 | ||
diff --git a/meta-xilinx-bsp/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/meta-xilinx-bsp/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index af5dec9e..ca910830 100644 --- a/meta-xilinx-bsp/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/meta-xilinx-bsp/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # OpenGL comes from libmali on ev/eg, when egl is enabled | 1 | # OpenGL comes from libmali on ev/eg, when egl is enabled |
| 2 | DEPENDS:append_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' libmali-xlnx', '', d)}" | 2 | DEPENDS:append:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', ' libmali-xlnx', '', d)}" |
| 3 | 3 | ||
| 4 | PACKAGE_ARCH_mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${TUNE_PKGARCH}', d)}" | 4 | PACKAGE_ARCH:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${TUNE_PKGARCH}', d)}" |
diff --git a/meta-xilinx-contrib/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-contrib/recipes-bsp/device-tree/device-tree.bbappend index 330548a8..57c08620 100644 --- a/meta-xilinx-contrib/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-contrib/recipes-bsp/device-tree/device-tree.bbappend | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 2 | 2 | ||
| 3 | # device tree sources for MiniZed | 3 | # device tree sources for MiniZed |
| 4 | COMPATIBLE_MACHINE_minized-zynq7 = ".*" | 4 | COMPATIBLE_MACHINE:minized-zynq7 = ".*" |
| 5 | SRC_URI:append_minized-zynq7 = " file://minized-zynq7.dts" | 5 | SRC_URI:append:minized-zynq7 = " file://minized-zynq7.dts" |
| 6 | 6 | ||
diff --git a/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend index b205d00d..e3072cbc 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend +++ b/meta-xilinx-contrib/recipes-kernel/linux-firmware/linux-firmware_%.bbappend | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | 1 | ||
| 2 | SRC_URI:append_minized-zynq7 = " \ | 2 | SRC_URI:append:minized-zynq7 = " \ |
| 3 | git://github.com/murata-wireless/cyw-fmac-nvram;protocol=git;branch=orga;destsuffix=cyw-fmac-nvram;name=cyw-fmac-nvram \ | 3 | git://github.com/murata-wireless/cyw-fmac-nvram;protocol=git;branch=orga;destsuffix=cyw-fmac-nvram;name=cyw-fmac-nvram \ |
| 4 | git://github.com/murata-wireless/cyw-bt-patch;protocol=git;branch=morty-orga;destsuffix=cyw-bt-patch;name=cyw-bt-patch \ | 4 | git://github.com/murata-wireless/cyw-bt-patch;protocol=git;branch=morty-orga;destsuffix=cyw-bt-patch;name=cyw-bt-patch \ |
| 5 | git://github.com/murata-wireless/cyw-fmac-utils-imx32;protocol=git;branch=orga;destsuffix=cyw-fmac-utils-imx32;name=cyw-fmac-utils-imx32 \ | 5 | git://github.com/murata-wireless/cyw-fmac-utils-imx32;protocol=git;branch=orga;destsuffix=cyw-fmac-utils-imx32;name=cyw-fmac-utils-imx32 \ |
| @@ -10,7 +10,7 @@ SRCREV_cyw-bt-patch = "9216e0d9f778009b5667d032886dfd49174c4b3a" | |||
| 10 | SRCREV_cyw-fmac-utils-imx32 = "060688dfe76df98751207c8146268ce7fd80b6ab" | 10 | SRCREV_cyw-fmac-utils-imx32 = "060688dfe76df98751207c8146268ce7fd80b6ab" |
| 11 | SRCREV_FORMAT = "default+cyw-fmac-nvram+cyw-bt-patch+cyw-fmac-utils-imx32" | 11 | SRCREV_FORMAT = "default+cyw-fmac-nvram+cyw-bt-patch+cyw-fmac-utils-imx32" |
| 12 | 12 | ||
| 13 | do_install:append_minized-zynq7() { | 13 | do_install:append:minized-zynq7() { |
| 14 | 14 | ||
| 15 | install -d ${D}${bindir} | 15 | install -d ${D}${bindir} |
| 16 | 16 | ||
| @@ -19,16 +19,16 @@ do_install:append_minized-zynq7() { | |||
| 19 | install -m 0644 ${WORKDIR}/cyw-fmac-utils-imx32/wl ${D}${bindir} | 19 | install -m 0644 ${WORKDIR}/cyw-fmac-utils-imx32/wl ${D}${bindir} |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | PACKAGES:prepend_minized-zynq7 = "\ | 22 | PACKAGES:prepend:minized-zynq7 = "\ |
| 23 | ${PN}-bcm43430a1-hcd \ | 23 | ${PN}-bcm43430a1-hcd \ |
| 24 | ${PN}-mfgtest \ | 24 | ${PN}-mfgtest \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | FILES:${PN}-mfgtest_minized-zynq7 = " \ | 27 | FILES:${PN}-mfgtest:minized-zynq7 = " \ |
| 28 | ${bindir}/wl \ | 28 | ${bindir}/wl \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | FILES:${PN}-bcm43430:append_minized-zynq7 = " \ | 31 | FILES:${PN}-bcm43430:append:minized-zynq7 = " \ |
| 32 | ${nonarch_base_libdir}/firmware/brcm/ brcmfmac43430-sdio.txt \ | 32 | ${nonarch_base_libdir}/firmware/brcm/ brcmfmac43430-sdio.txt \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
diff --git a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2021.2.bbappend b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2021.2.bbappend index 6cba54df..2ce919ac 100644 --- a/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2021.2.bbappend +++ b/meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2021.2.bbappend | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/linux-xlnx:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/linux-xlnx:" |
| 2 | 2 | ||
| 3 | SRC_URI:append_zybo-linux-bd-zynq7 = " \ | 3 | SRC_URI:append:zybo-linux-bd-zynq7 = " \ |
| 4 | file://0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch \ | 4 | file://0001-drm-xilinx-Add-encoder-for-Digilent-boards.patch \ |
| 5 | file://0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch \ | 5 | file://0002-clk-Add-driver-for-axi_dynclk-IP-Core.patch \ |
| 6 | file://0003-drm-xilinx-Fix-DPMS-transition-to-on.patch \ | 6 | file://0003-drm-xilinx-Fix-DPMS-transition-to-on.patch \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI:append_minized-zynq7 = " file://0004-minized-wifi-bluetooth.cfg" | 9 | SRC_URI:append:minized-zynq7 = " file://0004-minized-wifi-bluetooth.cfg" |
