summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb b/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb
index 6275ee07..61b60ad4 100644
--- a/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb
@@ -8,7 +8,7 @@ inherit python3native
8 8
9do_configure:prepend() { 9do_configure:prepend() {
10 cd ${S} 10 cd ${S}
11 lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} 11 lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
12 install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ 12 install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
13 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ 13 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/
14} 14}
@@ -28,7 +28,7 @@ python do_generate_app_data() {
28 bb.error("Couldn't find source dir %s" % d.getVar('OECMAKE_SOURCEPATH')) 28 bb.error("Couldn't find source dir %s" % d.getVar('OECMAKE_SOURCEPATH'))
29 29
30 driver_name = d.getVar('REQUIRED_DISTRO_FEATURES') 30 driver_name = d.getVar('REQUIRED_DISTRO_FEATURES')
31 command = ["lopper.py"] + ["-f"] + [system_dt[0]] + ["--"] + ["baremetal_gentestapp_xlnx"] + [machine] + [srcdir[0]] 31 command = ["lopper"] + ["-f"] + [system_dt[0]] + ["--"] + ["baremetal_gentestapp_xlnx"] + [machine] + [srcdir[0]]
32 subprocess.run(command, check = True) 32 subprocess.run(command, check = True)
33 with open("file_list.txt", 'r') as fd: 33 with open("file_list.txt", 'r') as fd:
34 for line in fd: 34 for line in fd: