summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-11-02 01:02:46 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-11-02 01:02:46 -0700
commit294482da9a3dffbbe503e0ed281952659dea4da6 (patch)
tree710eafbaf4acb4ebbd9ac28533abd52211010867 /meta-xilinx-standalone-experimental/recipes-drivers
parentcc249f8c8a22fe284bfa8f02244810063dbbdd60 (diff)
downloadmeta-xilinx-294482da9a3dffbbe503e0ed281952659dea4da6.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/recipes-drivers')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb
index d01e5d7f..8da16452 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/clockps-example_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "libxil xiltimer resetps"
8 8
9inherit python3native 9inherit python3native
10 10
11do_configure_prepend() { 11do_configure:prepend() {
12 cd ${S} 12 cd ${S}
13 lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} 13 lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
14 install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ 14 install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
@@ -36,4 +36,4 @@ do_deploy() {
36} 36}
37addtask deploy before do_build after do_package 37addtask deploy before do_build after do_package
38 38
39FILES_${PN} = "${base_libdir}/firmware/*.elf" 39FILES:${PN} = "${base_libdir}/firmware/*.elf"