diff options
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-applications/freertos-lwip-echo-server/freertos-lwip-echo-server_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-applications/freertos-lwip-echo-server/freertos-lwip-echo-server_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-applications/freertos-lwip-echo-server/freertos-lwip-echo-server_git.bb b/meta-xilinx-standalone-experimental/recipes-applications/freertos-lwip-echo-server/freertos-lwip-echo-server_git.bb index ae6d8342..25610987 100644 --- a/meta-xilinx-standalone-experimental/recipes-applications/freertos-lwip-echo-server/freertos-lwip-echo-server_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-applications/freertos-lwip-echo-server/freertos-lwip-echo-server_git.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS += "libxil lwip xiltimer freertos10-xilinx" | |||
| 6 | 6 | ||
| 7 | do_configure:prepend() { | 7 | do_configure:prepend() { |
| 8 | cd ${S} | 8 | cd ${S} |
| 9 | lopper.py ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} | 9 | lopper ${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}/ |
| 11 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ | 11 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ |
| 12 | } | 12 | } |
| @@ -14,7 +14,7 @@ do_configure:prepend() { | |||
| 14 | do_generate_app_data() { | 14 | do_generate_app_data() { |
| 15 | # This script should also not rely on relative paths and such | 15 | # This script should also not rely on relative paths and such |
| 16 | cd ${S} | 16 | cd ${S} |
| 17 | lopper.py ${DTS_FILE} -- bmcmake_metadata_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} hwcmake_metadata ${S} | 17 | lopper ${DTS_FILE} -- bmcmake_metadata_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} hwcmake_metadata ${S} |
| 18 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ | 18 | install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ |
| 19 | } | 19 | } |
| 20 | addtask do_generate_app_data before do_configure after do_prepare_recipe_sysroot | 20 | addtask do_generate_app_data before do_configure after do_prepare_recipe_sysroot |
