summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes/esw_examples.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-standalone: Add dependencies on python3-dtc-nativeAppana Durga Kedareswara rao2020-03-031-1/+1
| | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: classes: cleanup the classAppana Durga Kedareswara rao2020-02-271-1/+6
| | | | | | | | | | | In the esw repo linker generation is moved to the liner_gen.py file, which needs to be called before do_configure. This patch updates the bbclass for the same. Also updated the DEPENDS variable list. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* libraries: Add inherit on python3native on libraries that were invoking ↵Alejandro Enedino Hernandez Samaniego2020-02-271-1/+1
| | | | | | | | | | | nativepython3 When invoking nativepython3, we need to make sure that there is a dependency to python3-native, along with this, the python3native class provides additional wiring for using the python3 version that was built by the build system Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
* meta-xilinx-standalone: classes: Add bbclass for building esw examplesAppana Durga Kedareswara rao2020-02-271-0/+22
This patch adds bbclass which contains the common code for building the esw examples. This class does the below --> Task generate_eglist generates the linker script for the given dtb along with this it updates EXAMPLE_LIST CMAKE variable for the recipe. --> deploys the images to the tmp/deploy folder. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>