diff options
Diffstat (limited to 'meta-xilinx-standalone-experimental/classes/esw_examples.bbclass')
| -rw-r--r-- | meta-xilinx-standalone-experimental/classes/esw_examples.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/classes/esw_examples.bbclass b/meta-xilinx-standalone-experimental/classes/esw_examples.bbclass index 3ae01ac1..64e0810c 100644 --- a/meta-xilinx-standalone-experimental/classes/esw_examples.bbclass +++ b/meta-xilinx-standalone-experimental/classes/esw_examples.bbclass | |||
| @@ -4,7 +4,7 @@ DEPENDS += "python3-dtc-native python3-pyyaml-native xilstandalone libxil xiltim | |||
| 4 | 4 | ||
| 5 | do_configure:prepend() { | 5 | do_configure:prepend() { |
| 6 | cd ${S} | 6 | cd ${S} |
| 7 | lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} | 7 | lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} |
| 8 | install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ | 8 | install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ |
| 9 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ | 9 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ |
| 10 | } | 10 | } |
| @@ -14,7 +14,7 @@ EXTRA_OECMAKE = "-DCUSTOM_LINKER_FILE=${@d.getVar('ESW_CUSTOM_LINKER_FILE')}" | |||
| 14 | 14 | ||
| 15 | do_generate_eglist () { | 15 | do_generate_eglist () { |
| 16 | cd ${S} | 16 | cd ${S} |
| 17 | lopper.py ${DTS_FILE} -- bmcmake_metadata_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} drvcmake_metadata | 17 | lopper ${DTS_FILE} -- bmcmake_metadata_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} drvcmake_metadata |
| 18 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ | 18 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ |
| 19 | } | 19 | } |
| 20 | addtask generate_eglist before do_configure after do_prepare_recipe_sysroot | 20 | addtask generate_eglist before do_configure after do_prepare_recipe_sysroot |
