diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-10-19 18:51:10 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-31 09:43:06 -0500 |
| commit | 31bf72a28f896079942bfe3e3a5698bb6b75e461 (patch) | |
| tree | 5dddbe2f27f0971aa07d634b96ec21b11b73d151 /meta-xilinx-standalone-experimental/recipes-drivers/usb_git.bb | |
| parent | 4539ea952092c96dd7c8dece1524a93c340920d9 (diff) | |
| download | meta-xilinx-31bf72a28f896079942bfe3e3a5698bb6b75e461.tar.gz | |
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 <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/usb_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/usb_git.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/usb_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/usb_git.bb deleted file mode 100644 index 9dac8cba..00000000 --- a/meta-xilinx-standalone-experimental/recipes-drivers/usb_git.bb +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | inherit features_check | ||
| 2 | |||
| 3 | REQUIRED_MACHINE_FEATURES = "usb" | ||
| 4 | |||
| 5 | inherit esw python3native | ||
| 6 | |||
| 7 | DEPENDS += "xilstandalone " | ||
| 8 | |||
| 9 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/usb/src/" | ||
| 10 | ESW_COMPONENT_NAME = "libusb.a" | ||
| 11 | |||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||
