From 31bf72a28f896079942bfe3e3a5698bb6b75e461 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 19 Oct 2023 18:51:10 -0500 Subject: meta-xilinx-standalone-experimental: Rename _git to _2024.1 The xlnx-embeddedsw class chooses the correct source based on the PV. Update the PV, as the code is now integrated. Signed-off-by: Mark Hatle --- .../recipes-drivers/qspipsu_2024.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/qspipsu_2024.1.bb') 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 @@ +inherit features_check + +REQUIRED_MACHINE_FEATURES = "qspipsu" + +inherit esw python3native + +DEPENDS += "xilstandalone " + +ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/qspipsu/src/" +ESW_COMPONENT_NAME = "libqspipsu.a" + +addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot +do_prepare_recipe_sysroot[rdeptask] = "do_unpack" -- cgit v1.2.3-54-g00ecf