summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-applications/empty-application/empty-application_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-standalone-experimental: Copy UserConfig.cmake file to ↵Appana Durga Kedareswara rao2023-03-031-0/+1
| | | | | | | | | | | 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>
* meta-xilinx-standalone-experimental: recipes-applications: Update executable ↵Appana Durga Kedareswara rao2023-01-111-3/+3
| | | | | | | | | | | name as per latest changes Peripheral test and empty application CMakeLists.txt updated the binary name from executable.elf to app_name.elf update the 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>
* meta-xilinx-standalone-experimental: Update recipes as per latest lopper updatesAppana Durga Kedareswara rao2023-01-061-1/+0
| | | | | | | | With the latest lopper changes memory.ld file is no longer getting generated update the 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>
* meta-xilinx-standalone-experimental: update recipes as per 2023.1 embeddedsw ↵Appana Durga Kedareswara rao2022-12-051-0/+1
| | | | | | | | | | repo changes Update recipes and readme as per 2023.1 embeddedsw repo and as per latest lopper changes. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: Wrap do_configure:prependMark Hatle2022-07-231-0/+2
| | | | | | | | | | The do_configure prepend steps need to run in the 'S' directory, so wrap the operations to prevent them from changing the working directory for the rest of the do_configure operations. Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 7c5519b8b1dc782fd0fa50ac426094f9225de80a) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
* meta-xilinx-standalone-experimental: Change from lopper.py to lopperMark Hatle2022-03-281-1/+1
| | | | | | | Upgrade of lopper changed the executable name to lopper. Switch all of the users. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-281-2/+2
| | | | | | | | | | 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>
* recipes-applications: Update custom linker support for empty application and ↵Appana Durga Kedareswara rao2021-09-271-0/+3
| | | | | | hello world recipes Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-applications: ↵Appana Durga Kedareswara rao2021-09-271-0/+39
empty-application: Add recipe for custom application This commit adds recipe for custom application compilation, Custom application files path will provided via CUSTOM_SRCFILE variable. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>