diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 22:12:04 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 22:12:06 -0700 |
| commit | 6921a88182ce51763fcf61273972df99dc2faee5 (patch) | |
| tree | 6505b60113f6192f347991a3a82b8bc6fb02b8d9 /meta-xilinx-standalone-experimental/classes/esw_examples.bbclass | |
| parent | 1d2c0f073d3102c3f8ff043d2c3039e6d360118f (diff) | |
| download | meta-xilinx-6921a88182ce51763fcf61273972df99dc2faee5.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.0) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
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 58946b7c..ea93f715 100644 --- a/meta-xilinx-standalone-experimental/classes/esw_examples.bbclass +++ b/meta-xilinx-standalone-experimental/classes/esw_examples.bbclass | |||
| @@ -2,7 +2,7 @@ inherit esw deploy python3native | |||
| 2 | 2 | ||
| 3 | DEPENDS += "python3-dtc-native python3-pyyaml-native xilstandalone libxil xiltimer" | 3 | DEPENDS += "python3-dtc-native python3-pyyaml-native xilstandalone libxil xiltimer" |
| 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.py ${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}/ |
| @@ -31,4 +31,4 @@ do_deploy() { | |||
| 31 | } | 31 | } |
| 32 | addtask deploy before do_build after do_package | 32 | addtask deploy before do_build after do_package |
| 33 | 33 | ||
| 34 | FILES_${PN} = "${base_libdir}/firmware/*.elf" | 34 | FILES:${PN} = "${base_libdir}/firmware/*.elf" |
