summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-applications
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-standalone-experimental: Wrap do_configure:prependMark Hatle2022-07-2315-0/+30
| | | | | | | | | | 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-2815-26/+26
| | | | | | | 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-2815-30/+30
| | | | | | | | | | 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>
* meta-xilinx-standalone-experimental: recipes-applications: peripheral-tests: ↵Appana Durga Kedareswara rao2021-09-271-3/+3
| | | | | | | | | | Update deploy task to sync with other application recipe Update the peripheral test deploy taks to sync with other esw application recipes. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone-experimental: Move away from DATETIMEMark Hatle2021-09-2713-26/+39
| | | | | | | | Instead of using DATETIME to IMAGE_VERSION_SUFFIX. This uses image-artifact-names class to sync all of the recipes with a reproducible output version. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* recipes-applications: Update custom linker support for empty application and ↵Appana Durga Kedareswara rao2021-09-272-0/+6
| | | | | | hello world recipes Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* fsbl-firmware: Update to match current configurationMark Hatle2021-09-271-53/+0
| | | | | | | The fsbl has been renamed to fsbl-firmware, and some adjustments to the build method are required to match how standalone and xsct version work. Signed-off-by: Mark Hatle <mark.hatle@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>
* meta-xilinx-standalone-experimental: recipes-applications: fsbl-zynqmp: Copy ↵Appana Durga Kedareswara rao2021-09-271-0/+18
| | | | | | | | | psu_init files This commit adds a task for copying psu_init files from the system device-tree folder. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-applications: peripheral-tests: ↵Appana Durga Kedareswara rao2021-09-271-0/+63
| | | | | | | | | | Add recipe for peripheral test This recipe does the below --> Generates the required meta-data files for the periheral test. --> Compiles the peripheral test application. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: recipes-*: Correct the lopper ↵Appana Durga Kedareswara rao2021-09-2710-10/+10
| | | | | | bmcmake_metadata_xlnx assist command line arguments Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone-experimental: Adjust to match recent changesMark Hatle2021-09-2714-44/+110
| | | | | | | | | Changes to meta-xilinx-standalone, as well as the embeddedsw require various changes to be made. This brings the implementation up to the current level. Note: various things do not yet compile! Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Move experimental plm/pmu/psm to match standalone recipe namesMark Hatle2021-09-271-30/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Reorganize the various layer componentsMark Hatle2021-07-1414-0/+548
Machines: Move baremetal machines to meta-xilinx-standalone Layers: - Add new meta-xilinx-standalone-experimental This layer may require components that may not yet be available to the general public. It will contain various experiemntal integration work. - meta-xilinx-standalone This layer should be functional and contain the necessary items to build a baremetal toolchain that can use libxil (replacement to libgloss) from the Xilinx embeddedsw components. (Note, libxil is NOT built as part of this work!) The layer also contains the buildable components for the various firmware components required to startup various Xilinx FPGAs. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>