summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-bsp/embeddedsw/psm-firmware_git.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-standalone-experimental: Rename _git to _2024.1Mark Hatle2023-10-311-28/+0
| | | | | | | | The xlnx-embeddedsw class chooses the correct source based on the PV. Update the PV, as the code is now integrated. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: Copy UserConfig.cmake file to ↵Appana Durga Kedareswara rao2023-03-031-0/+7
| | | | | | | | | | | application source directory With the latest changes in the application CMakeLists.txt it's expecting the UserConfig.cmake file to be present at application source folder, update recipes for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-281-1/+1
| | | | | | | | | | 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>
* psm/pmu/plm-firmware: Fix .bin generationMark Hatle2021-09-271-1/+1
| | | | | | The .bin name should follow the same format as the regular component name. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Embeddedsw: Make git versions defaultMark Hatle2021-09-271-0/+3
| | | | | | User can still override using PREFERRED_VERSION. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Move from plm/pmu/psm .bb to .bbappend filesMark Hatle2021-09-271-0/+18
Use the mechanisms already in place from meta-xilinx-standalone to config and build the three core firmware pieces. This unifies the standalone, xsct, and experimental versions. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>