summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meta-microblaze: util-linux.bbappend: Audit support needs to know about the ↵Mark Hatle2023-08-242-0/+19
| | | | | | microblaze architecture Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: Move gcc 13.1 to 13.%Mark Hatle2023-08-239-0/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx-scr: Add variables for xen bootSandeep Gundlupet Raju2023-07-281-0/+16
| | | | | | | | | | Add variables for xen u-boot script and define in meta-virtualization dynamic layer bbapends. Variables are set wtih weak default assignment. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx-scr: Set weak assignment for variablesSandeep Gundlupet Raju2023-07-281-95/+97
| | | | | | | | | | | | | | Variables set from dynamic layer bbappends will not take effect due softer assignment defined in u-boot-xlnx-scr.bb. Hence weak assignment should be set for variables in u-boot-xlnx-scr.bb file so that pre-expansion values are properly handled. This way variable value can be changed from dynamic layer bbapends or local.conf. Also fix indentation. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx-scr: Add PRE_BOOTENV variable for boot cmd filesSandeep Gundlupet Raju2023-07-274-0/+8
| | | | | | | | | | Based on github Pull Request #34. While that pull request is no longer valid with other changes, the actual bug still exists. Originally reported by Felix S(ubfx). Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: qemu: Add additional RPROVIDES for alternative QEMUsMark Hatle2023-07-211-0/+33
| | | | | | | | | | | | | | | | The alternative QEMU needs a way to provide compatible package names for dynamic packages, as well as the static ones it was already supporting. Do this by copying the package split routine and adjusting it to add these additional rprovides as necessary. Additionally, we need to tell the system any dynamic packages will be available so that dependencies can be correctly specified. The code change above happens well after parse, so there is no direct way for it to work. We fix this by duplicating the wild carding that is already in the PACKAGES_DYNAMIC. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* weston: Update to 12.xMark Hatle2023-07-215-4/+42
| | | | | | | 9.0.0 and 12.x no longer can use the same ARG8888 patch, break this up by version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* weston: Add Weston 9.0.0 for libmali, disable Weston 10.0.2 with libmaliMark Hatle2023-07-2114-123/+530
| | | | | | | | | | | | | | libmali only provides GL ES 2 interfaces, but Weston 10.0.2 requires GL ES 3 interfaces. Disble 10.0.2 version in this case, and fall back to 9.0.0. The 9.0.0 version is based on the last 9.0.0 supported Yocto Project version. One minor change was required, in order to support on-target upgrade from the unmodified 10.0.2 to the libmali 9.0.0 requires a way to enabel PE set to 1. However if the 9.0.0 version doesn't use libmali, we don't want the PE set so that 10.0.2 remains the superior version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* mesa-demos: YP now requires Upstream-Status in patchesMark Hatle2023-07-213-2/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: YP now requires Upstream-Status in patchesMark Hatle2023-07-21100-0/+336
| | | | | | Signed-off-By line is also required and added where missing. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xserver-xorg: Move monitor hotplug rules from meta-petalinuxSandeep Gundlupet Raju2023-07-193-0/+68
| | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* layer.conf: Add xilinx-tools as dynamic layersSandeep Gundlupet Raju2023-07-191-4/+13
| | | | | | | Add meta-xilinx-tools as dynamic-layers. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* tcf-agent: Move build fix from meta-petalinuxMark Hatle2023-07-191-0/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine: Remove ultra96 inclusion fileSandeep Gundlupet Raju2023-07-191-12/+0
| | | | | | | ultra96.inc file not used anymore hence remove it. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: Fix READEME references to LICENSE_FLAGS_ACCEPTEDMark Hatle2023-07-192-4/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* image-types-xilinx-qemu.bbclass: Sync with rootfs naming of pokyMark Hatle2023-07-191-3/+3
| | | | | | | | In addition to the name change, poky examples include direct reference to the IMGDEPLOYDIR. Add this to ensure we're working off the correct files. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Yocto Project now requires patches to have Upstream-StatusMark Hatle2023-07-191-0/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: Import last version of gcc 12.2Mark Hatle2023-06-0868-0/+5113
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone: gcc-source: Move to non-versioned bbappendMark Hatle2023-06-081-0/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: Fix qemu integration with masterMark Hatle2023-06-083-0/+6
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* gdb-cross-canadian: Sync dependency with current pokyMark Hatle2023-05-221-1/+1
| | | | | | | Poky commit 768c89e306d0486acf8bc76cecef90436f6551b3 changes the default depends, we match this behavior to resolve a dependency issue. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Remove vck500, vhk158 and zcu670, these are not publicly available BSPs.Mark Hatle2023-05-224-154/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'origin/rel-v2023.1'Mark Hatle2023-05-18266-775/+3670
|\ | | | | | | | | | | | | Resolved conflicts Preserved 2022* versions Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_5339Sivaprasad Addepalli2023-05-011-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * .gitmodules: Update gen-machine-conf to githubRaju Kumar Pothuraju2023-05-011-1/+1
| | | | | | | | | | | | Update gen-machine-conf URL to github. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com>
| * xlnx-embeddedsw: Move to release branch and commitMark Hatle2023-04-271-3/+3
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_5363Sivaprasad Addepalli2023-04-261-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_7943Sivaprasad Addepalli2023-04-261-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-core: Update aiefal versionGregory Williams2023-04-241-0/+0
| | | | | | | | | | | | | | | | | | Update aiefal version to match what is present in Vitis tools. Signed-off-by: Gregory Williams <gregory.williams@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit dde668d8e29155c8d4b09a1fc6a03508f2837ece) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_6875Sivaprasad Addepalli2023-04-251-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_6227Sivaprasad Addepalli2023-04-211-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Update xrt, zocl commit idrbramand2023-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | changelog : CR-1150767 Fix for clock throttling documentation. (#7502) (#7505) reporting 1 or 2 MEM tile channels (#7497) Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 08a707e456c8bbf1f428a5607e673204cfbc7daa) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_5299Sivaprasad Addepalli2023-04-202-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_1847Sivaprasad Addepalli2023-04-181-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Update xrt, zocl commit idrbramand2023-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | changelog : fix for channel numbers in MEM tiles (#7496) CR-1159385: Finished BD event is missing for memtile trace for AIE-ML designs for input_channels (#7495) Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 6053d9dd24cd202420cce4f8de0e2711487c5a8b) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_4563Sivaprasad Addepalli2023-04-142-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-core: Version bump ai-engine-driver and aiefal for 2023.1 releaseGregory Williams2023-04-132-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add version bump for 2023.1 release to ai-engine-driver and aiefal Changelog: driver: src: Update minor version for 2023.1 Signed-off-by: Gregory Williams <gregory.williams@amd.com> Added SRCREV update Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 1b71f4b7059c98a172d1e814cb78afaeb86ed0e2) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_6331Sivaprasad Addepalli2023-04-131-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * README.md: Fix Board Device tree for vpk180Sandeep Gundlupet Raju2023-04-121-1/+1
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_9027Sivaprasad Addepalli2023-04-121-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV of bootgen for 2023.1_7143Siva Addepalli2023-04-101-1/+1
| | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit c8af6489ea2783f56a62412fed20508fcf44ce19) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Update xrt and zocl commit idrbramand2023-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | Memory manger issue fixed for xbtest (#7492) (#7494) Fixed CU context related issue. (#7487) (#7493) 2023.1 : Use correct BO handle to export and use the exported bo handle for AIE APIs for GMIO AIE Trace offload (#7491) Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit b2419f1ee12e8ed3c4e0ebfce95c288068ee49ef) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * README.building.md: Update instructions on adding layersSandeep Gundlupet Raju2023-04-101-3/+20
| | | | | | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit a233d2448afe7683980e0547691b8f317a9fc498) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_5883Sivaprasad Addepalli2023-04-091-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_4191Sivaprasad Addepalli2023-04-072-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * xrt and zocl commitidrbramand2023-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs : Move to 2023.1 branch Fix for CR-1150166 & CR-1150159: add checks to handle out of bound heap access (#7479) CR-1150547: Disable events are missing for AIE tile trace in runtime mode for AIE-ML (#7476) Revert back vck5000's aie-pl test xclbin name (#7482) CR-1158565 update_access_mode: Operation not supported (#7484) Update dynamic regions to better display PL and PS kernels (#7477) set aie clock rate correctly (#7481) Fix for CR-1124404 Remove ctypes bindings from python tests (#7480) Update codeql-analysis.yml moving petalinux to 0329 (#7483) Fixed aie metadat sysfs and reset DFX platform (#7474) Add changes to support xbutil reset on Edge Platforms (#7472) CR 1139245: Flush trace when windowing on PCIe devices (#7473) Update CHANGELOG.rst VITIS-6990: xrt::xclbin API to obtain interface_uuid (#7403) CR-1158428 xbmgmt examine -r cmc has misleading output (#7468) Added PL Reset support from ZOCL driver (#7455) Fixed ps kernel load issue (#7469) CR-1153585 - Fix Mpd msd binaries seg faults with latest XRT (#7463) CR-1158312 XRT regression : xclRegRW: can't map CU (#7470) fixing aie only check (#7467) Modified AIE status to report relative row numbers (#7466) flush trace when windowing in AIE1 (#7465) CR-1144075 Compile time warnings read_register/write_register for xrt::kernel (#7461) Move to latest petalinux build for Edge platforms (#7462) Remove http references per Palamida request (#7364) Update CHANGELOG.rst Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit c208cebfb7c0401e87532896db87a247ae97abe8) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_9027Sivaprasad Addepalli2023-04-041-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-standalone-experimental: conf: dtb-embeddedsw.inc: Update srcrev ↵Appana Durga Kedareswara rao2023-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for 2023.1 Below are the updates: cmake: UserConfig.cmake: Add extra space before unsetting __clang__ option lib: sw_services: xilplmi: Add cmake config parameter ssit_plm_to_plm_comm_en lib: xilmailbox: example: Fix the address truncation ttcps: Update ttcps examples cmakelists to use ttc from index1 create_app: Improvements to avoid the errors during code Intellisense Merge pull request #10 from onkarh/xlnx_rel_v2023.1_sdt sample_sdt: Pushing update sample system device trees config_bsp : Fix to retain the old library configuration while changing the version scripts: rigel_scripts: library_utils: Fix race condition in add_lib scripts: rigel_scripts: create_app: Add check for copying compile_commands.json file cmake: UserConfig.cmake: Undefine __clang__ by default inorder to make IntelliSense work Revert "regression testing" Delete mipicsiss and v_hdmitxss1 examples folders Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_7339Sivaprasad Addepalli2023-04-041-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.1_9395Sivaprasad Addepalli2023-03-311-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>