diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-05-23 09:49:48 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 10:43:43 -0600 |
| commit | 3fb0ec778d76d509c30dcf1e07dcdd659f823be7 (patch) | |
| tree | cbc9c3a8458add6f673b3124ccbd8688767c934e /meta-xilinx-standalone-sdt/recipes-drivers/common_2024.1.bb | |
| parent | afad32c5d133a1f8a6e59e51d228161b9f47bb10 (diff) | |
| download | meta-xilinx-3fb0ec778d76d509c30dcf1e07dcdd659f823be7.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/common_2024.1.bb')
| -rw-r--r-- | meta-xilinx-standalone-sdt/recipes-drivers/common_2024.1.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-drivers/common_2024.1.bb b/meta-xilinx-standalone-sdt/recipes-drivers/common_2024.1.bb new file mode 100644 index 00000000..10635f7f --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-drivers/common_2024.1.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | inherit features_check | ||
| 2 | |||
| 3 | REQUIRED_MACHINE_FEATURES = "common" | ||
| 4 | |||
| 5 | inherit esw python3native | ||
| 6 | |||
| 7 | DEPENDS += "xilstandalone " | ||
| 8 | |||
| 9 | PACKAGECONFIG ?= "${@bb.utils.contains("MACHINE_FEATURES", "clockps", "clockps", "", d)} \ | ||
| 10 | ${@bb.utils.contains("MACHINE_FEATURES", "scugic", "scugic", "", d)} \ | ||
| 11 | ${@bb.utils.contains("MACHINE_FEATURES", "intc", "intc", "", d)}" | ||
| 12 | PACKAGECONFIG[clockps] = "${RECIPE_SYSROOT}/usr/lib/libclockps.a,,clockps,," | ||
| 13 | PACKAGECONFIG[scugic] = "${RECIPE_SYSROOT}/usr/lib/libscugic.a,,scugic,," | ||
| 14 | PACKAGECONFIG[intc] = "${RECIPE_SYSROOT}/usr/lib/libintc.a,,intc,," | ||
| 15 | |||
| 16 | ESW_COMPONENT_SRC = "/lib/bsp/standalone/src/common/intr/" | ||
| 17 | ESW_COMPONENT_NAME = "libcommon.a" | ||
| 18 | |||
| 19 | do_configure:prepend() { | ||
| 20 | ( | ||
| 21 | cd ${S}/${ESW_COMPONENT_SRC}/ | ||
| 22 | LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/XilinxProcessorIPLib/drivers/intc/src/ | ||
| 23 | LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/XilinxProcessorIPLib/drivers/scugic/src/ | ||
| 24 | ) | ||
| 25 | } | ||
