summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_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-28 13:53:23 -0700
commit515d31f7b5f4c9b132e0735c1fcda27e067012a9 (patch)
tree114586fe6e10bf54bfa143306ccf7ee18dabeb13 /meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb
parent7544039d11803768e8267aeca5af34e1d07c5986 (diff)
downloadmeta-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/ospipsv_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb
index cc71a89d..19cfe8ed 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb
@@ -13,7 +13,7 @@ addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysr
13do_prepare_recipe_sysroot[rdeptask] = "do_unpack" 13do_prepare_recipe_sysroot[rdeptask] = "do_unpack"
14 14
15do_configure:prepend() { 15do_configure:prepend() {
16 LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S} 16 LOPPER_DTC_FLAGS="-b 0 -@" lopper ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S}
17 install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/ 17 install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/
18} 18}
19 19