diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-05-23 09:49:48 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-28 14:27:00 -0600 |
commit | d4ef6f9e28623fb985c4adc57e73d634f299a599 (patch) | |
tree | ca2cd980947fc4b93e43a88e7644305b164f102a /meta-xilinx-standalone-sdt/recipes-drivers/rfdc_2024.2.bb | |
parent | 6512aa94250952c0308fa8afbeaa0b4e3ab83178 (diff) | |
download | meta-xilinx-d4ef6f9e28623fb985c4adc57e73d634f299a599.tar.gz |
meta-xilinx-standalone-sdt: Rename from ...-experimental
Add symlink to old name for temporarily compatibility.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-sdt/recipes-drivers/rfdc_2024.2.bb')
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-drivers/rfdc_2024.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-drivers/rfdc_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-drivers/rfdc_2024.2.bb new file mode 100644 index 00000000..cfc106b6 --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-drivers/rfdc_2024.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | |||
2 | inherit features_check | ||
3 | |||
4 | REQUIRED_MACHINE_FEATURES = "rfdc" | ||
5 | |||
6 | inherit esw python3native | ||
7 | |||
8 | DEPENDS += "xilstandalone libmetal" | ||
9 | |||
10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/rfdc/src/" | ||
11 | ESW_COMPONENT_NAME = "librfdc.a" | ||
12 | |||
13 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | ||
14 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | ||