summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-03-04 16:30:06 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-03-08 07:27:00 -0800
commitc0f9be6db8689ef10fd363be0c29bfeb674e8588 (patch)
tree991fe0734d6944c31787e84ef78d161bb9e64316 /meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb
parent1527b4c74ef8b070024c8bdbe240037d92bac482 (diff)
downloadmeta-xilinx-c0f9be6db8689ef10fd363be0c29bfeb674e8588.tar.gz
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 <mark.hatle@xilinx.com> (cherry picked from commit 5d28e5640859bc6f275b804e1344c6dd17e5a492) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb
index 685e5585..d01a8cac 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb
@@ -17,7 +17,7 @@ ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/common/src/"
17ESW_COMPONENT_NAME = "libcommon.a" 17ESW_COMPONENT_NAME = "libcommon.a"
18 18
19do_configure:prepend() { 19do_configure:prepend() {
20 LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/XilinxProcessorIPLib/drivers/intc/src/ 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.py ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/XilinxProcessorIPLib/drivers/scugic/src/ 21 LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/XilinxProcessorIPLib/drivers/scugic/src/
22 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ 22 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/
23} 23}