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/common_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/common_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb deleted file mode 100644 index 40d2a1ae..00000000 --- a/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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 | LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/XilinxProcessorIPLib/drivers/intc/src/ | ||
| 21 | LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/XilinxProcessorIPLib/drivers/scugic/src/ | ||
| 22 | if [ -f *.cmake ]; then | ||
| 23 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ | ||
| 24 | fi | ||
| 25 | } | ||
