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-08 07:27:00 -0800 |
| commit | c0f9be6db8689ef10fd363be0c29bfeb674e8588 (patch) | |
| tree | 991fe0734d6944c31787e84ef78d161bb9e64316 /meta-xilinx-standalone-experimental/recipes-libraries/xilfpga-example_git.bb | |
| parent | 1527b4c74ef8b070024c8bdbe240037d92bac482 (diff) | |
| download | meta-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-libraries/xilfpga-example_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/xilfpga-example_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilfpga-example_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilfpga-example_git.bb index b3523ab7..e1af36e0 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilfpga-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilfpga-example_git.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS += "xilfpga" | |||
| 6 | 6 | ||
| 7 | do_configure:prepend() { | 7 | do_configure:prepend() { |
| 8 | cd ${S} | 8 | cd ${S} |
| 9 | lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} | 9 | lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} |
| 10 | install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ | 10 | install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ |
| 11 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ | 11 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ |
| 12 | } | 12 | } |
