summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 22:12:04 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-28 22:12:06 -0700
commit6921a88182ce51763fcf61273972df99dc2faee5 (patch)
tree6505b60113f6192f347991a3a82b8bc6fb02b8d9 /meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb
parent1d2c0f073d3102c3f8ff043d2c3039e6d360118f (diff)
downloadmeta-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/recipes-libraries/xilffs-example_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb
index 61643120..6df33ea0 100644
--- a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb
@@ -4,7 +4,7 @@ ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
4 4
5DEPENDS += "xilffs xiltimer" 5DEPENDS += "xilffs xiltimer"
6 6
7do_configure_prepend() { 7do_configure:prepend() {
8 cd ${S} 8 cd ${S}
9 lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} 9 lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
10 install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/ 10 install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
@@ -25,4 +25,4 @@ do_deploy() {
25} 25}
26addtask deploy before do_build after do_package 26addtask deploy before do_build after do_package
27 27
28FILES_${PN} = "${base_libdir}/firmware/*.elf" 28FILES:${PN} = "${base_libdir}/firmware/*.elf"