diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index b4f6a832ed..e26994503b 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -477,7 +477,12 @@ | |||
477 | It does not matter if the work directory changes because it should | 477 | It does not matter if the work directory changes because it should |
478 | not affect the output for target packages. | 478 | not affect the output for target packages. |
479 | Also, the build process has the objective of making native | 479 | Also, the build process has the objective of making native |
480 | (build host) or cross packages (target hardware) relocatable. | 480 | or cross packages relocatable. |
481 | <note> | ||
482 | Both native and cross packages run on the build host. | ||
483 | However, cross packages generate output for the target | ||
484 | architecture. | ||
485 | </note> | ||
481 | The checksum therefore needs to exclude | 486 | The checksum therefore needs to exclude |
482 | <filename>WORKDIR</filename>. | 487 | <filename>WORKDIR</filename>. |
483 | The simplistic approach for excluding the work directory is to set | 488 | The simplistic approach for excluding the work directory is to set |