summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-contrib
Commit message (Collapse)AuthorAgeFilesLines
* linux-xlnx: Branch to 2024.1Mark Hatle2023-08-295-0/+1011
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* bitstream-extraction: Move to xilinx-tools dynamic layersSandeep Gundlupet Raju2023-06-291-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bitstream-extraction recipe warnings are observed in SDT builds. WARNING: No recipes in default available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-0-zynqmp-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-0-zynqmp-freertos available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-0-zynqmp-fsbl-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-1-zynqmp-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-1-zynqmp-freertos available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-2-zynqmp-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-2-zynqmp-freertos available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-3-zynqmp-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexa53-3-zynqmp-freertos available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexr5-0-zynqmp-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexr5-0-zynqmp-freertos available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexr5-0-zynqmp-fsbl-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexr5-1-zynqmp-baremetal available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in cortexr5-1-zynqmp-freertos available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend No recipes in microblaze-0-pmu available for: /scratch1/sandeepg/yocto/2023.2/yp-dev/sources/poky/../meta-xilinx/meta-xilinx-contrib/recipes-bsp/bitstream/bitstream-extraction_%.bbappend Hence move these recipe bbappends to meta-xilinx-tools dynamic layers to fix warnings in SDT builds. 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-06-291-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>
* meta-xilinx-contrib: linux-firmware: Update protocol to httpsMark Hatle2023-04-111-3/+3
| | | | | | github.com no longer supports git protocol, enable https protocol Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-contrib: Update zybo-linux-bd integrationsMark Hatle2023-04-112-8/+15
| | | | | | | | | | Disable standard bitstream-extraction, the zybo-linux-bd recipe handles this task. Zybo-linux-bd is used to provide the reference files, but needs to provide the files in the matching locations to other components. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'xilinx/2023.1' into 2023Mark Hatle2023-03-151-18/+21
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * README: Update contrib layer langdale release infoSandeep Gundlupet Raju2023-03-151-18/+21
| | | | | | | | | | | | | | | | 1. Update meta-xilinx contrib README with langdale release info. 2. Update README with QEMU and HW testing details. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Start 2023.2 developmentMark Hatle2023-03-085-0/+1011
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Remove obsolete 2022 versionsMark Hatle2023-03-0510-2022/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-contrib: linux-xlnx: Add 2023.1 version of bbappendMark Hatle2023-03-055-0/+1011
| | | | | | Copy referenced patches from 2022.2 version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-contrib: linux-xlnx: Fix filesextrapaths calculationMark Hatle2023-03-052-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Move remaining layers to langdaleMark Hatle2022-09-131-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge branch 'honister' into kirkstone-nextMark Hatle2022-09-126-2/+1011
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * User can now set XILINX_RELEASE_VERSION to either 'v2022.1' or 'v2022.2'Mark Hatle2022-09-121-2/+0
| | | | | | | | | | | | | | | | | | | | | | This will in-turn select the preferred version for various components to match a given release. It is advise that the user use the latest version whenever possible, but if they are stuck on an older version of Vivado they may need to select the older release. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-09-016-1/+1012
| |\
| | * meta-xilinx: Clean up vendor specific machine configuration filesSandeep Gundlupet Raju2022-05-104-59/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add new metal-xilinx-vendor layer which supports vendor specific machine configuration files, device-tree, kernel, platform-init etc. 2. Moved below vendor machine conf files, dt and related configs from meta-xilinx-bsp and meta-xilinx-contrib to meta-xilinx-vendor layer. - microzed-zynq7.conf - minized-zynq7.conf - picozed-zynq7.conf - zedboard-zynq7.conf - zybo-zynq7.conf - zybo-linux-bd-zynq7.conf - ultra96-zynqmp.conf 3. Obsolete qemu-zynq7, s3adsp1800-qemu-microblazeeb, v350-versal and vc-p-a2197-00-versal from meta-xilinx-bsp layer. Users should use zynq-generic.conf for zynq7000 qemu boot should be functionally equivalent to qemu-zynq7. 4. Add new MAINTAINERS.md file and move maintainers, Mailing list and Patches content from meta-xilinx-* README.md to MAINTAINERS.md file. 5. Updated README.md file for supported board machines files in meta-xilinx-bsp, meta-xilinx-contrib and meta-xilinx-vendor layers. 6. Disabled old drm kernel patches for zybo-linux-bd-zynq mahcine in meta-xilinx-contrib layer as these patches doesn't apply on 5.x kernel, if we don't hear from patch submitter we will remove these patches from meta-xilinx-contrib layer. 7. Removed drm kernel cache metadate for zybo-linux-bd-zynq7 machine as these configs are already available in xilinx_zynq_defconfig. 8. Fixed build issue for u-boot by changing PREFERRED_PROVIDER_virtual/bootloader from u-boot to u-boot-xlnx. 9. Add meta-xilinx-vendor to bblayers.conf.sample Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
| | * various: Move from 2022.1 to 2022.2Mark Hatle2022-02-056-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | * Remove hardknott from LAYERSERIES_COMPATJohn Toomey2022-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | We do not maintain support for hardknott so it is being removed Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | * Remove gatesgarth from LAYERSERIES_COMPATJohn Toomey2022-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | We do not build, test or support gatesgarth in any of our layers so it makes sense to remove this for the various layer.conf files Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | * Move from 2021.2 to 2022.1Mark Hatle2021-11-155-0/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit eef9f49887e2471768b649450a0769859fd63ba5) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | * move layer.conf defaults to 2022.1Mark Hatle2021-11-151-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> (cherry picked from commit 77aea7992df133d04a5cef4d40878fbe372bfaa3) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | * Convert to new override syntaxMark Hatle2021-11-153-9/+9
| | | | | | | | | | | | | | | | | | Fix various overrides that have been missed in previous conversion. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | | various: Switch remaining layers to kirkstoneMark Hatle2022-08-311-1/+1
|/ / | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | meta-xilinx: Clean up vendor specific machine configuration filesSandeep Gundlupet Raju2022-07-284-59/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add new metal-xilinx-vendor layer which supports vendor specific machine configuration files, device-tree, kernel, platform-init etc. 2. Moved below vendor machine conf files, dt and related configs from meta-xilinx-bsp and meta-xilinx-contrib to meta-xilinx-vendor layer. - microzed-zynq7.conf - minized-zynq7.conf - picozed-zynq7.conf - zedboard-zynq7.conf - zybo-zynq7.conf - zybo-linux-bd-zynq7.conf - ultra96-zynqmp.conf 3. Obsolete qemu-zynq7, s3adsp1800-qemu-microblazeeb, v350-versal and vc-p-a2197-00-versal from meta-xilinx-bsp layer. Users should use zynq-generic.conf for zynq7000 qemu boot should be functionally equivalent to qemu-zynq7. 4. Add new MAINTAINERS.md file and move maintainers, Mailing list and Patches content from meta-xilinx-* README.md to MAINTAINERS.md file. 5. Updated README.md file for supported board machines files in meta-xilinx-bsp, meta-xilinx-contrib and meta-xilinx-vendor layers. 6. Disabled old drm kernel patches for zybo-linux-bd-zynq mahcine in meta-xilinx-contrib layer as these patches doesn't apply on 5.x kernel, if we don't hear from patch submitter we will remove these patches from meta-xilinx-contrib layer. 7. Removed drm kernel cache metadate for zybo-linux-bd-zynq7 machine as these configs are already available in xilinx_zynq_defconfig. 8. Fixed build issue for u-boot by changing PREFERRED_PROVIDER_virtual/bootloader from u-boot to u-boot-xlnx. 9. Add meta-xilinx-vendor to bblayers.conf.sample Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
* | Move from 2021.2 to 2022.1Mark Hatle2022-05-026-1/+1
| | | | | | | | | | | | | | | | | | | | Rename recipes from 2021.2 to 2022.1 as necessary. Move internal references to 2022.1 (layer.conf and local.conf.sample) Move kernel to 2022.1 branch, as well as various kernel modules. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | Remove hardknott from LAYERSERIES_COMPATJohn Toomey2022-02-041-1/+1
| | | | | | | | | | | | | | We do not maintain support for hardknott so it is being removed Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | Remove gatesgarth from LAYERSERIES_COMPATJohn Toomey2022-02-041-1/+1
| | | | | | | | | | | | | | | | We do not build, test or support gatesgarth in any of our layers so it makes sense to remove this for the various layer.conf files Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-143-9/+9
|/ | | | | | | | | | Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-284-15/+15
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update XILINX_VER_MAIN to 2021.2Sai Hari Chandana Kalluri2021-09-271-1/+1
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update recipe names to 2012.2 from 2021.1Sai Hari Chandana Kalluri2021-09-275-0/+0
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: Add honister hardknott LAYER COMPATSai Hari Chandana Kalluri2021-07-151-1/+1
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* *.conf: set XILINX_VER to 2021.1Sai Hari Chandana Kalluri2021-07-141-1/+1
| | | | | | Set XIlINX_VER to 2021.1 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update recipe names from 2020.2 to 2021.1Sai Hari Chandana Kalluri2021-07-144-0/+0
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* *.conf: use weaker assignment for UBOOT_MACHINERaju Kumar Pothuraju2021-07-141-1/+1
| | | | | | | | Using weaker assingnment for UBOOT_MACHINE to update this value in petalinux without _forcevariable. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: compatible with gatesgarth onlyMark Hatle2021-07-141-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Rename linux-xlnx to 2021.1 versionRaju Kumar Pothuraju2021-07-141-0/+0
| | | | | | | Rename linux-xlnx bbappend to 2021.1 version. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* update XILINX_VER_MAIN to 2020.2Sai Hari Chandana Kalluri2020-11-171-1/+1
| | | | | git cherry-pick b80c6d4 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update commit id and branch for components for 2020.2 releaseSai Hari Chandana Kalluri2020-11-175-0/+0
| | | | | | | | Update commitid and branch for the following components: arm-trusted-firmware, vcu, linux-xlnx, qemu, u-boot-xlnx,xrt,zocl,bootgen git cherry-pick 9f8d8d7 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* README.md: Update maintainers listSai Hari Chandana Kalluri2020-08-111-1/+0
| | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* layer.conf: Set layer compat to dunfell & gatesgarthSai Hari Chandana Kalluri2020-08-111-1/+1
| | | | | | Set layer compat to dunfell and gatesgarth Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* machines: Allow user to override SERIAL_CONSOLEMark Hatle2020-04-031-2/+1
| | | | | | Also remove the default SERIAL_CONSOLE_CHECK. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* machines: Move from SERIAL_CONSOLE (deprecated) to SERIAL_CONSOLESMark Hatle2020-04-031-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* layer.conf: Update XILINX_RELEASE_VERSION to v2020.1Manjukumar Matha2020-01-061-1/+1
| | | | | | Update XILINX_RELEASE_VERSION to v2020.1 Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* Upgrade recipes to 2020.1Sai Hari Chandana Kalluri2019-12-095-0/+0
| | | | | | Upgrade u-boot, qemu, linux, atf to 2020.1 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* Update recipes for 2019.2 releaseJaewon Lee2019-12-096-1/+2
| | | | | | | | | | | Update u-boot, kernel, ATF, QEMU, pmu-firmware, multimedia recipes for 2019.2 release. The patch also upgrades gcc microblaze, newlib and libgloss versions. Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* Add me to the maintainers listSai Hari Chandana Kalluri2019-11-191-0/+1
| | | | | Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Add me to the maintainers listMark Hatle2019-11-181-0/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-contrib: Fix drm patch for v4.19 kernelwarriorManjukumar Matha2019-09-031-10/+13
| | | | | | | | | | Fix drm patch for v4.19 kernel, seems like the api drm_mode_connector_update_edid_property to drm_connector_update_edid_property in v4.19 Update the patch to make sure there are no build errors Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
* meta-xilinx-contrib: Update layer compatibility to warrior releaseAlejandro Enedino Hernandez Samaniego2019-08-161-1/+1
| | | | | Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>