diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-06-06 09:40:27 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-06-06 11:41:43 -0600 |
commit | 2bbe53c463daf01de661a905e08461231b6ad8f1 (patch) | |
tree | 89a1333afb570524da6ab2b151fc9767386ece76 /meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb | |
parent | 1601779783bfcd0da237f98b4ee23f6cbf15b669 (diff) | |
parent | 77eba12b28e4258e1f6a8e613902c1b084a170e1 (diff) | |
download | meta-xilinx-2bbe53c463daf01de661a905e08461231b6ad8f1.tar.gz |
Merge remote-tracking branch 'origin/rel-v2024.1' into langdale
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb')
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb new file mode 100644 index 00000000..5b4b1614 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | inherit features_check | ||
2 | |||
3 | REQUIRED_MACHINE_FEATURES = "qspipsu" | ||
4 | |||
5 | inherit esw python3native | ||
6 | |||
7 | DEPENDS += "xilstandalone " | ||
8 | |||
9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/qspipsu/src/" | ||
10 | ESW_COMPONENT_NAME = "libqspipsu.a" | ||
11 | |||
12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||