summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/libdfeofdm/libdfeofdm_2024.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* embeddedsw: Replace 'cp' with 'install' to avoid damaged shared sourceMark Hatle2025-03-301-1/+1
| | | | | | | | | | | | | | | | | 'cp' is not always replacing an existing file, but appears to sometimes change the file. This is not normally an issues but when using shared-source and files that are hardlinks, we need to do a Copy-on-Write style operation which install does by default. Adjust all instances of: cp Makefile.Linux Makefile with: install Makefile.Linux Makefile Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* recipes-bsp: Add lib prefix for rf and dfe recipesSandeep Gundlupet Raju2024-10-091-0/+37
Add lib prefix for rf and dfe recipes as these recipes names conflicts with multiconfig rf and dfe baremetal drive recipes. Since these are linux libraries add lib prefix to recipes. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>