summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-*: Move packagegroups from meta-petalinuxJohn Toomey2024-06-2716-3/+449
| | | | | | | | | | Move and rename a subset of the packagegroups from meta-petalinux to meta-xilinx-core/recipes-core/packagegroups/ Add new meta-xilinx-demos layer Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* gstreamer-xilinx: Update commit idAshish Kumar Vishwakarma2024-06-271-1/+1
| | | | | | | | Changelog: h265parse: Revert patch "videoparsers: h265: Be less restrictive between PPS and SPS parsing order" Signed-off-by: Ashish Kumar Vishwakarma <ashishkumar.vishwakarma@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-sdt: Added recipes for aienginev2 & aiefalJaydip Patel2024-06-253-1/+75
| | | | | | | | | | | Added aienginev2 and aiefal recipes to support AIENGINE in baremtal decoupling flow. AIENGINE v2 is not dependent on ESW repo. It fetches aie-rt repo & compile yocto baremtal driver. Updated latest SRCREV of main-aie branch as there is dependency on CMake APIs to build AIENGINE driver. Signed-off-by: Jaydip Patel <jaydip.patel@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Update kernel-module-vcu2 recipe to commit id with fixes for new kernel versionArno Glim2024-06-251-2/+2
| | | | | | | | | | | Signed-off-by : Arno Glim <arno.glim@amd.com> Changed recipe version from 2024.1 to 2024.2 Changelog: Support VCU2 kernel driver for 6.6 kernel version Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'xilinx/2024.1_2024.2' into 2024.2Mark Hatle2024-06-255-5/+5
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_9895Sivaprasad Addepalli2024-06-251-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_2355Sivaprasad Addepalli2024-06-241-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_4839Sivaprasad Addepalli2024-06-211-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu : Updated SRCREV for 2024.1_2024.2_3123Sivaprasad Addepalli2024-06-211-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_5479Sivaprasad Addepalli2024-06-201-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_3035Sivaprasad Addepalli2024-06-191-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_4627Sivaprasad Addepalli2024-06-181-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * linux-xlnx : Updated SRCREV for 2024.1_2024.2_1535Sivaprasad Addepalli2024-06-171-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu : Updated SRCREV for 2024.1_2024.2_7503Sivaprasad Addepalli2024-06-161-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * dts : Updated SRCREV for 2024.1_2024.2_6071Sivaprasad Addepalli2024-06-151-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_2435Sivaprasad Addepalli2024-06-141-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * xen : Updated SRCREV for 2024.1_2024.2_6839Sivaprasad Addepalli2024-06-141-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu : Updated SRCREV for 2024.1_2024.2_2891Sivaprasad Addepalli2024-06-141-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_3543Sivaprasad Addepalli2024-06-121-1/+1
| | | | | | | | Updated commit ID to latest HEAD
* | Revert "binutils: Temporary fix for binutils crash parsing fsbl"Mark Hatle2024-06-207-390/+0
| | | | | | | | | | | | | | | | This reverts commit 6b2646cf71284be46431cc86a699f031c79a5d26. Code is now in Poky. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | sanity-meta-xilinx-standalone-sdt.bbclass: Fix sanity checkMark Hatle2024-06-201-4/+4
| | | | | | | | | | | | | | | | The sanity check was based on the example from meta-security. However, the function was not renamed. This could have caused the meta-security version to be run instead. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Remove firmware deps from generic machine configsJohn Toomey2024-06-209-31/+0
| | | | | | | | | | | | | | | | | | | | | | The generic machine configurations should not have a direct dependency on specific firmware components as these dependencies should be associated with boot.bin (or similar). This change also removes WIC_DEPENDS as it is no longer required Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | boot-jtag.py: Remove stale importsAlain Péteut2024-06-201-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on github Pull Request #61. 1. `yaml` is imported but not used. This may cause issues as `yaml` is not a standard library module. 2. Remove trailing newlines. Signed-off-by: Alain Péteut <alain.peteut@spacetek.ch> Update commit message and added PR number in commit message. Also update import list order. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-xilinx-core: ai-engine: Update recipes for 24.2Gregory Williams2024-06-203-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates source branch for 24.2, updates aiefal and ai-engine-driver versions. Changelog: driver: Version bump fal: Version bump driver: src: Implemented APIs for list exsiting partitions to facilitating debugging Signed-off-by: Gregory Williams <gregory.williams@amd.com> Leave the '2024' version to be 3.5/2024.1 based. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Added bb files for 2024.2 and updated SRCREVHibitha B Raj2024-06-204-0/+181
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | xf86-video-armsoc: Enable basic RandR supportAnatoliy Klymenko2024-06-202-0/+142
| | | | | | | | | | | | | | | | | | Add shadow buffer management callbacks to support screen mirroring and rotation via RandR extension. Signed-off-by: Anatoliy Klymenko <anatoliy.klymenko@amd.com> Reviewed-by: Sai Hari Chandana Kalluri <chandana.kalluri@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | layer.conf:xrt_202410.2.17.319.bb: Fix for conflicting issue in zoclAshwini Lomate2024-06-182-1/+2
| | | | | | | | | | | | | | Update preferred version for xrt,zocl to pick latest bb file. And add compatible string for versal-net in xrt*.bb file. Signed-off-by: Ashwini Lomate <ashwini.lomate@amd.com>
* | meta-xilinx-standalone-sdt: Fix warning disableMark Hatle2024-06-171-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | gstreamer-xilinx: Update commit idMark Hatle2024-06-172-2/+2
| | | | | | | | | | | | | | Changelog: mediasrcbin: Updated v4l2-subdev APIs as per v4l-utils v1.26 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Tweaks to enable version string format changeJohn Toomey2024-06-173-12/+18
| | | | | | | | | | | | | | | | | | | | | | Minor updates to the amd_spi_image bbclass and bootbin version files to support updated version strin format for Kria, SC and emb-plus Also fix an issue with IMAGE_NAME_SUFFIX being set to ".rootfs" by default Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | arm-trusted-firmware: Verify ATF_CONSOLEMark Hatle2024-06-121-0/+16
| | | | | | | | | | | | | | | | | | Verify the ATF_CONSOLE value is valid during parse time. This should save us from trying to interpret confusing error messages if the console is not set to one of the valid values. If the valid entries change over time we will need to update the integration. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | bitstream-extraction: finish the move processTrevor Woerner2024-06-121-2/+0
| | | | | | | | | | | | | | | | | | Remove leftover recipe from a previous move attempt. Fixes: 6e0a892c8695 ("bitstream-extraction: Move to xilinx-tools dynamic layers") Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | xrt, zocl: Update commit idMark Hatle2024-06-124-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move back to gitsm, this should now work properly Changelog: Petalinux: moving to latest petalinux for 2024.1 (#8232) CR-1199344: boot scr offset made to 0x0 (#8172) (#8227) Fix PCI Link down issue during EEMI PMC reset (#8208) (#8222) libqdma: Updating QDMA to its latest commit (#8197) (#8221) Minor changes in boost.sh script (#8202) (#8212) Fixed an issue for single slot case where multiple IPs are opened. (#8177) (#8220) Fixed a issue which is causing lsf. This is related to CR-1177852 (#8188) (#8219) Fix boost library link issue when using static boost (#8193) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | xrt: Update version to match release tagMark Hatle2024-06-113-0/+0
| | | | | | | | | | | | commit a75e9843c875bac0f52d34a1763e39e16fb3c9a7 is tag 202410.2.17.319 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'xilinx/2024.1_2024.2' into base-changesMark Hatle2024-06-116-3/+45
|\| | | | | | | | | | | Renamed u-boot-xlnx to make it clear this is 2024.2 work. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_3647Sivaprasad Addepalli2024-06-101-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu : Updated SRCREV for 2024.1_2024.2_8699Sivaprasad Addepalli2024-06-101-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * u-boot-xlnx : Updated SRCREV for 2024.1_2024.2_2043Sivaprasad Addepalli2024-06-101-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * layer.conf: Fix ATF branched for 2024.2Mark Hatle2024-06-072-1/+2
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_6643Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * Revert "dfx-mgr : Updated SRCREV for 2024.1_2024.2_6875"Manikanta Sreeram2024-06-061-1/+1
| | | | | | | | This reverts commit f0d2cd26290fed99997e0dcda8b0e658edb9664a.
| * Revert "open-amp : Updated SRCREV for 2024.1_2024.2_3051"Manikanta Sreeram2024-06-061-1/+1
| | | | | | | | This reverts commit a720c9d04669e110dbd732e5145c50bfa726cf02.
| * linux-xlnx : Updated SRCREV for 2024.1_2024.2_3315Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * conf/layer.conf: Fix for linux-xlnx do_deploy failedJohn Vicky Vykuntapu2024-06-061-0/+1
| | | | | | | | | | | | | | | | | | Preferred version is undefined for xen 2024.2 and linux-xlnx do_deploy task got failed due to no xen binary in build artifacts. To fix this added 2024.2 PREFERRED_VERSION for xen. Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * dfx-mgr : Updated SRCREV for 2024.1_2024.2_6875Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * open-amp : Updated SRCREV for 2024.1_2024.2_3051Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * embeddedsw : Updated SRCREV for 2024.1_2024.2_1587Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * u-boot-xlnx : Updated SRCREV for 2024.1_2024.2_9731Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * conf/layer.conf: Add 2024.2 PREFERRED_VERSIONMark Hatle2024-05-311-4/+8
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 73c1f158c3c6d8fabc242fbd42a4bdfecb466a8b) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-standalone-experimental: Create 2024.2 recipesMark Hatle2024-05-31239-5/+3482
| | | | | | | | | | | | | | | | | | Create 2024.2 versions of recipes, and add preferred_version support to select the version that matches what the user wants. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit d17e2e5d39762e98c097c328360393ec8b133682) Signed-off-by: Mark Hatle <mark.hatle@amd.com>