summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx_2023.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* qemu: Remove versions older then 8.1, no longer compatibleMark Hatle2024-03-271-38/+0
| | | | | | Versions older then 8.1 are no longer compatible with the runqemu. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: Resync to latest poky masterMark Hatle2024-02-271-0/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx: Fix arguments that are not supportedMark Hatle2023-09-221-0/+11
| | | | | | --disable-download and --disable-docs does not yet exist in qemu 7.x. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Various: Update mali support to ignore recipe hash changesMark Hatle2023-08-241-0/+2
| | | | | | | | | | | | | MALI_PACKAGE_ARCH depends MACHINE_ARCH depends on MACHINE We can ignore MACHINE_ARCH, as only the resulting value matters, otherwise the package now depends on MACHINE PACKAGE_ARCH can ignore MALI_PACKAGE_ARCH, again only the resulting value of PACKAGE_ARCH matters. Otherwise the value of MALI_PACKAGE_ARCH will be used in the hash, even if the condition is not true. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: May end up depending on libmali, set PACKAGE_ARCHMark Hatle2023-02-101-0/+5
| | | | | | | If qemu ends up depending on libmali, we want to set the PACKAGE_ARCH to machine value as this version is now machine specific. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx: Refactor to enable qemu 2023.1 ver 7.1Mark Hatle2023-01-061-1/+1
| | | | | | Refactor QEMU integration as the versions now match the Langdale core version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu/qemu-native/qemu-system-native: Allow preferred provider to select XilinxMark Hatle2022-11-241-0/+1
| | | | | | | | Implement Xilinux versions to work with the PREFERRED_PROVIDER syntax. This will prevent the non-preferred version of being used with the anonymous python in the 'alt.inc' files. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx: Add initial 2023.1 branchMark Hatle2022-11-021-0/+18
Signed-off-by: Mark Hatle <mark.hatle@amd.com>