diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
commit | 1241013c7bce4262a6128eb4ccb3db410831746d (patch) | |
tree | da79ab94a5b4ae9abf6211d8289a4bf5dbdcde9f /meta-xilinx-standalone-sdt/recipes-drivers/mutex_2024.2.bb | |
parent | 6e3a214d268c7d75a42a9a329b5621fb5a49a89a (diff) | |
parent | 10531c26195f97f9565e9770c21977805e53c46b (diff) | |
download | meta-xilinx-1241013c7bce4262a6128eb4ccb3db410831746d.tar.gz |
Merge remote-tracking branch 'origin/scarthgap' into yocto-master
This moves the system to scarthgap. It is known to NOT work with Styhead and master,
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-sdt/recipes-drivers/mutex_2024.2.bb')
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-drivers/mutex_2024.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-drivers/mutex_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-drivers/mutex_2024.2.bb new file mode 100644 index 00000000..98abc948 --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-drivers/mutex_2024.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | inherit features_check | ||
2 | |||
3 | REQUIRED_MACHINE_FEATURES = "mutex" | ||
4 | |||
5 | inherit esw python3native | ||
6 | |||
7 | DEPENDS += "xilstandalone " | ||
8 | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/mutex/src/" | ||
10 | ESW_COMPONENT_NAME = "libmutex.a" | ||
11 | |||
12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||