diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-12-11 23:10:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-27 08:33:25 -0800 |
| commit | 3645a86366ba43dc6708584d0660685f18bd400a (patch) | |
| tree | b63b8e5a4ae388d0e1c62016bb39cea04c3130a0 | |
| parent | 03b6b8b11aaee199670bec1bf25a270c922e15ec (diff) | |
| download | meta-xilinx-3645a86366ba43dc6708584d0660685f18bd400a.tar.gz | |
libraries: Add inherit on python3native on libraries that were invoking 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>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-standalone/classes/esw_examples.bbclass b/meta-xilinx-standalone/classes/esw_examples.bbclass index 8b59ccb9..50bd6bd8 100644 --- a/meta-xilinx-standalone/classes/esw_examples.bbclass +++ b/meta-xilinx-standalone/classes/esw_examples.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw deploy | 1 | inherit esw deploy python3native |
| 2 | 2 | ||
| 3 | DEPENDS += "dtc-native python3-pyyaml-native xilstandalone xiltimer device-tree" | 3 | DEPENDS += "dtc-native python3-pyyaml-native xilstandalone xiltimer device-tree" |
| 4 | 4 | ||
diff --git a/meta-xilinx-standalone/recipes-libraries/libxil_git.bb b/meta-xilinx-standalone/recipes-libraries/libxil_git.bb index 44894c1e..a455c384 100644 --- a/meta-xilinx-standalone/recipes-libraries/libxil_git.bb +++ b/meta-xilinx-standalone/recipes-libraries/libxil_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw | 1 | inherit esw python3native |
| 2 | 2 | ||
| 3 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/" | 3 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/" |
| 4 | ESW_COMPONENT_NAME = "libxil.a" | 4 | ESW_COMPONENT_NAME = "libxil.a" |
diff --git a/meta-xilinx-standalone/recipes-libraries/xilstandalone_git.bb b/meta-xilinx-standalone/recipes-libraries/xilstandalone_git.bb index 5762b027..3926520a 100644 --- a/meta-xilinx-standalone/recipes-libraries/xilstandalone_git.bb +++ b/meta-xilinx-standalone/recipes-libraries/xilstandalone_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw | 1 | inherit esw python3native |
| 2 | 2 | ||
| 3 | ESW_COMPONENT_SRC = "/lib/bsp/standalone/src/" | 3 | ESW_COMPONENT_SRC = "/lib/bsp/standalone/src/" |
| 4 | ESW_COMPONENT_NAME = "libxilstandalone.a" | 4 | ESW_COMPONENT_NAME = "libxilstandalone.a" |
