summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-apps
Commit message (Collapse)AuthorAgeFilesLines
* various: Fix variable usageMark Hatle2024-11-212-5/+5
| | | | | | | | | | Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* raft: Update rfdc with librfdcSandeep Gundlupet Raju2024-10-091-9/+8
| | | | | | | | As rfdc recipes are renamed to librfdc update the DEPENDS and RDEPENDS with new recipe name and also fix indentation. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* linux-image_update: Update SRCREVDasari Sharath Kumar2024-10-051-1/+1
| | | | | | | | Update SRCREV to pull-in latest changes and bump version to 1.3 Signed-off-by: Dasari Sharath Kumar <sharath.kumar.dasari@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* linux-image_update: Update xlnx_rel_v2024.1 branch to masterDasari Sharath Kumar2024-08-081-2/+2
| | | | | | | | Updated branch and srcrev to pull-in the latest code changes and updated image update app version to 1.2 Signed-off-by: Dasari Sharath Kumar <sharath.kumar.dasari@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* raft: Rename dependency on jupyter packagegroupMark Hatle2024-07-281-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* raft: Move recipes to meta-xilinx-coreJohn Toomey2024-07-283-0/+82
| | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: Remove SOC_VARIANT, split versal and versal-net, add machine_featuresMark Hatle2024-06-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | SOC_VARIANT has been remove, we are now only using the YP standard SOC_FAMILY configuration. The defined families are: zynq, zynqmp, versal and versal-net. Our decision of breaking up versal-net from versal, is based on the SoC CPU changes from cortexa72/r5 to cortexa78/r52, thus we're treating it as a different SoC family. In order to capture the individual capabilities that we used to handle via SOC_VARIANT, we have defined the following features (some may have been previously defined): - mali400 (zynqmp eg and ev) - vcu (zynqmp ev) - rfsoc (zynqmp dr RF capabiltiies) - aie - (versal ai & premium) - vdu - (versal ai) SOC_VARIANT_ARCH and SOC_FAMILY_ARCH are now obsolete and replaced by MACHINE_ARCH. This is based on the guideline that any recipes that use MACHINE_FEATURES should be MACHINE_ARCH specific. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'xilinx/master' into master_2024.1Mark Hatle2024-04-241-28/+0
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-image_update: Update xlnx_rel_v2023.2 branch to masterSharath Kumar Dasari2024-02-141-2/+2
| | | | | | | | | | | | | | | | Updated branch to master which has changes to support both boards SC/Kria-SOM Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: semantic version updateSharath Kumar Dasari2024-01-291-0/+0
| | | | | | | | | | | | | | | | Last SRCREV update added support for kv260 rev2 which we are now tagging, releasing for canonical, hence incrementing the version to 1.1 Signed-off-by: Sharath Kumar Dasari <sharathk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-04-161-1/+1
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Switch from master to xlnx_rel_v2024.1 branchMark Hatle2024-04-101-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-03-261-0/+29
|\| | | |/ |/| | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-image_update: Update xlnx_rel_v2023.2 branch to masterSharath Kumar Dasari2024-02-151-2/+2
| | | | | | | | | | | | | | | | | | | | Updated branch to master which has changes to support both boards SC/Kria-SOM Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 83a5f29420bf7c2cf627ebfdd39b17aa73c8548d) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: semantic version updateSharath Kumar Dasari2024-01-311-0/+0
| | | | | | | | | | | | | | | | | | | | Last SRCREV update added support for kv260 rev2 which we are now tagging, releasing for canonical, hence incrementing the version to 1.1 Signed-off-by: Sharath Kumar Dasari <sharathk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 57b22cc33a24b32c4f3cef364378c5216d2fda87) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: Added compatible versal machine to the recipeSharath Kumar Dasari2024-01-031-0/+1
| | | | | | | | | | Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
| * image-update: updated source revision to latestSharath Kumar Dasari2023-11-141-1/+1
| | | | | | | | | | | | | | Adds support for Rev2 boards Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: Update description/summary to remove SOMMark Hatle2023-09-191-2/+2
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: Move recipe from meta-petalinuxJohn Toomey2023-09-191-0/+28
| | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* image-update: updated source revision to latestSharath Kumar Dasari2023-11-081-1/+1
| | | | | | | Adds support for Rev2 boards Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* image-update: Update description/summary to remove SOMMark Hatle2023-10-271-2/+2
| | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit e986c685c60fcb8ab56f30b1324a6e9e0b2a4a1d) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* image-update: Move recipe from meta-petalinuxJohn Toomey2023-10-271-0/+28
Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 65baacbc74e5805667c52e193bd72d9d9e4c4720) Signed-off-by: Mark Hatle <mark.hatle@amd.com>