From 515d31f7b5f4c9b132e0735c1fcda27e067012a9 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 4 Mar 2022 16:30:06 -0800 Subject: meta-xilinx-standalone-experimental: Change from lopper.py to lopper Upgrade of lopper changed the executable name to lopper. Switch all of the users. Signed-off-by: Mark Hatle --- meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb') diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb index 339450dd..c2247736 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb @@ -10,7 +10,7 @@ ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/uartps/src/" ESW_COMPONENT_NAME = "libuartps.a" do_configure:prepend() { - LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} stdin + 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 xuartps_g.c ${S}/${ESW_COMPONENT_SRC}/ } -- cgit v1.2.3-54-g00ecf