scripts: move gen_relocate_app.py to scripts/build
Move scripts needed by the build system and not designed to be run individually or standalone into the build subfolder. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e234c21ab2
commit
d589e7f04e
|
@ -706,7 +706,7 @@ scripts/gen_image_info.py @tejlmand
|
|||
/scripts/gen_syscalls.py @dcpleung @nashif
|
||||
/scripts/list_boards.py @mbolivar-nordic
|
||||
/scripts/process_gperf.py @dcpleung @nashif
|
||||
/scripts/gen_relocate_app.py @dcpleung
|
||||
/scripts/build/gen_relocate_app.py @dcpleung
|
||||
/scripts/requirements*.txt @mbolivar-nordic @galak @nashif
|
||||
/scripts/tests/twister/ @aasthagr
|
||||
/scripts/tests/build/test_subfolder_list.py @rmstoi
|
||||
|
|
|
@ -1975,7 +1975,7 @@ Userspace:
|
|||
- scripts/build/gen_kobject_list.py
|
||||
- scripts/gen_syscalls.py
|
||||
- scripts/process_gperf.py
|
||||
- scripts/gen_relocate_app.py
|
||||
- scripts/build/gen_relocate_app.py
|
||||
- include/zephyr/sys/kobject.h
|
||||
labels:
|
||||
- "area: Userspace"
|
||||
|
|
|
@ -211,7 +211,7 @@ macro(toolchain_ld_relocation)
|
|||
OUTPUT ${MEM_RELOCATION_CODE} ${MEM_RELOCATION_LD}
|
||||
COMMAND
|
||||
${PYTHON_EXECUTABLE}
|
||||
${ZEPHYR_BASE}/scripts/gen_relocate_app.py
|
||||
${ZEPHYR_BASE}/scripts/build/gen_relocate_app.py
|
||||
$<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
||||
-d ${APPLICATION_BINARY_DIR}
|
||||
-i \"$<TARGET_PROPERTY:code_data_relocation_target,COMPILE_DEFINITIONS>\"
|
||||
|
|
|
@ -14,7 +14,7 @@ macro(toolchain_ld_relocation)
|
|||
OUTPUT ${MEM_RELOCATION_CODE} ${MEM_RELOCATION_LD}
|
||||
COMMAND
|
||||
${PYTHON_EXECUTABLE}
|
||||
${ZEPHYR_BASE}/scripts/gen_relocate_app.py
|
||||
${ZEPHYR_BASE}/scripts/build/gen_relocate_app.py
|
||||
$<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>
|
||||
-d ${APPLICATION_BINARY_DIR}
|
||||
-i \"$<TARGET_PROPERTY:code_data_relocation_target,COMPILE_DEFINITIONS>\"
|
||||
|
|
4
doc/build/cmake/index.rst
vendored
4
doc/build/cmake/index.rst
vendored
|
@ -393,10 +393,10 @@ The following is a detailed description of the scripts used during the build pro
|
|||
|
||||
.. _gen_relocate_app.py:
|
||||
|
||||
:zephyr_file:`scripts/gen_relocate_app.py`
|
||||
:zephyr_file:`scripts/build/gen_relocate_app.py`
|
||||
-------------------------------------------
|
||||
|
||||
.. include:: ../../../scripts/gen_relocate_app.py
|
||||
.. include:: ../../../scripts/build/gen_relocate_app.py
|
||||
:start-after: """
|
||||
:end-before: """
|
||||
|
||||
|
|
Loading…
Reference in a new issue