summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-libraries
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-standalone: Add dependencies on python3-dtcMark Hatle2020-02-272-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipes-libraries: Add recipe for xilmailboxAppana Durga Kedareswara rao2020-02-271-0/+6
| | | | | | This recipe compiles the mailbox library Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone: recipes-libraries: libxil: Cleanup the recipeAppana Durga Kedareswara rao2020-02-271-13/+6
| | | | | | | | | | | There is no need to create an additional task do_create_dtb. script mentioned in the do_generate_cmake needs to be called before do_configure(), we can use do_configure_prepend() for this instead of adding own task. This patch updates the recipe for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone: recipes-libraries: xilstandalone: Cleanup the recipeAppana Durga Kedareswara rao2020-02-271-10/+1
| | | | | | | | | | | There is no need to create an additional task do_create_dtb. script mentioned in the do_generte_bspcfg_data needs to be called before do_configure(), we can use do_configure_prepend() instead of adding own task. This patch updates the recipe for the same. 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-272-2/+2
| | | | | | | | | | | 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: clean up layerAlejandro Enedino Hernandez Samaniego2020-02-271-0/+5
| | | | | | | | | | | | | This layer has been used as testing for the decoupling effort hence there was (and still is) code that needed to be cleaned up in general. Put #TODO on things that are still left to do, either clean up code, move machine confs to the bsp layer or remove the deprecated pmu-firmware recipe and handle dependencies correctly by bitbake' Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
* meta-xilinx-standalone: Using S instead of WORKDIRAppana Durga Kedareswara rao2020-02-272-6/+6
| | | | | | | | | | External source class manipulates S to point to external source directories, so use this variable instead of WORKDIR. Point S to the top directory as we need to access scripts directory in top directory. And instead, using OECMAKE_SOURCEPATH to point to deeper driver specific directory with necessary cmake files. Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com> Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
* meta-xilinx-standalone: Restructure layer properly, move existing libraries ↵Alejandro Enedino Hernandez Samaniego2020-02-2713-0/+128
from decoupling to recipes-libraries Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>