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> | ||||
* | recipes-bsp: Add lib prefix for rf and dfe recipes | Sandeep Gundlupet Raju | 2024-10-09 | 1 | -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> |