diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2022-03-04 16:30:06 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-03-28 13:53:23 -0700 |
commit | 515d31f7b5f4c9b132e0735c1fcda27e067012a9 (patch) | |
tree | 114586fe6e10bf54bfa143306ccf7ee18dabeb13 /meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb | |
parent | 7544039d11803768e8267aeca5af34e1d07c5986 (diff) | |
download | meta-xilinx-515d31f7b5f4c9b132e0735c1fcda27e067012a9.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>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb')
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/uartps_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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/" | |||
10 | ESW_COMPONENT_NAME = "libuartps.a" | 10 | ESW_COMPONENT_NAME = "libuartps.a" |
11 | 11 | ||
12 | do_configure:prepend() { | 12 | do_configure:prepend() { |
13 | LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetalconfig_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} stdin | 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}/ | 14 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ |
15 | install -m 0755 xuartps_g.c ${S}/${ESW_COMPONENT_SRC}/ | 15 | install -m 0755 xuartps_g.c ${S}/${ESW_COMPONENT_SRC}/ |
16 | } | 16 | } |