summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc
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>
* rfdc-examples.inc: Update rfdc with librfdcSandeep Gundlupet Raju2024-10-091-2/+2
| | | | | | | | As rfdc recipes are renamed to librfdc update the DEPENDS and RDEPENDS with new recipe name. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* rfdc-examples: Move from recipes-bsp to recipes-appsSandeep Gundlupet Raju2024-10-091-0/+25
Move rfdc-examples recipes from recipes-bsp to recipes-apps as these are linux applications. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>