summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-10-19 18:51:10 -0500
committerMark Hatle <mark.hatle@amd.com>2023-10-31 09:43:06 -0500
commit31bf72a28f896079942bfe3e3a5698bb6b75e461 (patch)
tree5dddbe2f27f0971aa07d634b96ec21b11b73d151 /meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb
parent4539ea952092c96dd7c8dece1524a93c340920d9 (diff)
downloadmeta-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/uartlite_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb
deleted file mode 100644
index 5998e092..00000000
--- a/meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1inherit features_check
2
3REQUIRED_MACHINE_FEATURES = "uartlite"
4
5inherit esw python3native
6
7DEPENDS += "xilstandalone "
8
9ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/uartlite/src/"
10ESW_COMPONENT_NAME = "libuartlite.a"
11
12do_configure:prepend() {
13 LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} stdin
14 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}
15 install -m 0755 xuartlite_g.c ${S}/${ESW_COMPONENT_SRC}
16}