Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | embeddedsw: Replace 'cp' with 'install' to avoid damaged shared source | Mark Hatle | 2025-03-30 | 1 | -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 librfdc | Sandeep Gundlupet Raju | 2024-10-09 | 1 | -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-apps | Sandeep Gundlupet Raju | 2024-10-09 | 1 | -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> |