summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* Branch to 2023.1Mark Hatle2023-03-052-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Remove obsolete 2022 versionsMark Hatle2023-03-0510-130/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: For alternative provider, add rdependsMark Hatle2023-02-201-3/+4
| | | | | | | | | We want to be able to install qemu-xilinx-dev package, if the user requests qemu-dev. We can't just hard code a list, as the virtualization layer can modify the packages produced based on the existence of Xen or not. So dynamically compute the variable append. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: May end up depending on libmali, set PACKAGE_ARCHMark Hatle2023-02-102-0/+10
| | | | | | | 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>
* Updated SRCREV for 2023.1_3015Sivaprasad Addepalli2023-02-061-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_9323Sivaprasad Addepalli2023-01-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_7999Sivaprasad Addepalli2023-01-262-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu-xilinx: Add Yocto Project upstream patchesMark Hatle2023-01-252-1/+19
| | | | | | | Yocto Project upstream patches resolve integration issues, and resolve various CVEs. Include these into the qemu-xilinx recipe. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_7383Sivaprasad Addepalli2023-01-252-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* python3-anytree: Set branch to resolve fetch warningMark Hatle2023-01-161-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx-system-native: Move pmu-rom enablement to recipeMark Hatle2023-01-161-0/+2
| | | | | | | | | | | | Setting the pmu-rom being required by QEMU within the machine.conf will cause the recipe's hash to change, which can cause a ripple effect causing other things to rebuild. Moving this to the recipe, and switching it on based on what licenses the user allows will avoid this conflict. Additionally add a warning message to the xilinx-vars.bbclass if the user has not enabled the license. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_7643Sivaprasad Addepalli2023-01-162-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_3343Sivaprasad Addepalli2023-01-141-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu: Fix nativesdk-qemu disablingMark Hatle2023-01-111-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_6919Sivaprasad Addepalli2023-01-102-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu-xilinx: Refactor to enable qemu 2023.1 ver 7.1Mark Hatle2023-01-069-9/+81
| | | | | | Refactor QEMU integration as the versions now match the Langdale core version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_5475Sivaprasad Addepalli2023-01-031-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_5327Sivaprasad Addepalli2023-01-022-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_3131Sivaprasad Addepalli2022-11-251-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* qemu-xilinx: Enable ptests, based on YP configMark Hatle2022-11-241-2/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu/qemu-native/qemu-system-native: Allow preferred provider to select XilinxMark Hatle2022-11-2414-5/+58
| | | | | | | | 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-helper-native: Remove, replace with standard upstream versionMark Hatle2022-11-244-13/+3
| | | | | | | | | qemu-system-helper contains support for general system items, there is no reason for us to provide our own version. We can then add a dependency for the specific xilinx multiarch component as needed to the system-native versions. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx-system-native: Add qmp python support to match oe-coreMark Hatle2022-11-243-2/+13
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_2491Sivaprasad Addepalli2022-11-241-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_3603Sivaprasad Addepalli2022-11-231-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_9747Sivaprasad Addepalli2022-11-221-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Merge remote-tracking branch 'langdale' into 2023Mark Hatle2022-11-151-0/+1
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu-xilinx: No support for jack disable PACKAGECONFIGMark Hatle2022-11-101-0/+1
| | | | | | | | | | | | | | The 'jack' PACKAGECONFIG is inherited from oe-core, disable this, as it is not supported. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu-xilinx: Split to allow for version specific BRANCH/SRCREVMark Hatle2022-11-109-4/+14
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Updated SRCREV for 2023.1Sivaprasad Addepalli2022-11-101-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | Updated SRCREV for 2023.1Sivaprasad Addepalli2022-11-071-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | qemu-xilinx: Add initial 2023.1 branchMark Hatle2022-11-024-0/+51
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | qemu-xilinx: Split to allow for version specific BRANCH/SRCREVMark Hatle2022-11-029-4/+14
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | qemu-devicetrees: Add initial 2023.1 branchMark Hatle2022-11-021-0/+6
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | mali400: mali400 is now a MACHINE_FEATURE, set package arch to MACHINE_ARCHMark Hatle2022-10-251-1/+1
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge branch 'honister' into kirkstone-nextMark Hatle2022-09-202-4/+4
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-09-202-4/+4
| |\ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * various: Move to 2022.2 release branchMark Hatle2022-09-202-2/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-202-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-131-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* | | qemu-xilinx-helper-native: Base off core qemu-helper-nativeMark Hatle2022-09-131-27/+4
| | | | | | | | | | | | | | | | | | | | | | | | Simplify the recipe, as the purpose of the change isn't to adjust the contents, but to change the name, depends and rdepends. (Can't use a bbappend as the changes need to be contingent on qemu-xilinx being built.) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Transition LICENSE values to supported valuesMark Hatle2022-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | GPLv2+ to GPL-2.0-or-later GPLv2 to GPL-2.0-only Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | qemu: Specifically enable SLIRP supportMark Hatle2022-09-133-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with kirkstone, SLIRP support must now be explicitly enabled in the qemu build. The default implementation supports the Qemu 6.2 configure arguments, but in qemu-xilinx 6.1, the corresponding configuration is slightly different. --enable-slirp=internal (6.2+) vs --enable-slirp=git (6.1) When qemu-xilinx is updated to the newer version, the PACKAGECONFIG[slirp] should revert back to the system default. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge branch 'honister' into kirkstone-nextMark Hatle2022-09-127-7/+57
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | qemu-*: Use recipe version in the extended PVMark Hatle2022-09-123-2/+39
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | qemu-devicetrees: Restore 2022.1 versionMark Hatle2022-09-121-0/+3
| | | | | | | | | | | | | | | | | | This was accidently broken as part of the 2022.2 merge, restore original behavior Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-09-122-2/+2
| |\| | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * Updated SRCREV for 2022.2Siva Addepalli2022-09-072-2/+2
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-09-061-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-09-017-42/+52
| |\|