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-libraries/xilmailbox_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-libraries/xilmailbox_2024.2.bb')
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-libraries/xilmailbox_2024.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-libraries/xilmailbox_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-libraries/xilmailbox_2024.2.bb new file mode 100644 index 00000000..77115515 --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-libraries/xilmailbox_2024.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | inherit esw | ||
2 | |||
3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilmailbox/src/" | ||
4 | ESW_COMPONENT_NAME = "libxilmailbox.a" | ||
5 | |||
6 | DEPENDS += "xilstandalone libxil xiltimer" | ||
7 | |||
8 | do_configure:prepend() { | ||
9 | # This script should also not rely on relative paths and such | ||
10 | ( | ||
11 | cd ${S} | ||
12 | lopper ${DTS_FILE} -- bmcmake_metadata_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} hwcmake_metadata ${S} | ||
13 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ | ||
14 | ) | ||
15 | } | ||