From 31bf72a28f896079942bfe3e3a5698bb6b75e461 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 19 Oct 2023 18:51:10 -0500 Subject: 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 --- .../recipes-drivers/uartlite_git.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/uartlite_git.bb') 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 @@ -inherit features_check - -REQUIRED_MACHINE_FEATURES = "uartlite" - -inherit esw python3native - -DEPENDS += "xilstandalone " - -ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/uartlite/src/" -ESW_COMPONENT_NAME = "libuartlite.a" - -do_configure:prepend() { - LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} stdin - install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC} - install -m 0755 xuartlite_g.c ${S}/${ESW_COMPONENT_SRC} -} -- cgit v1.2.3-54-g00ecf