diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-openadk-works.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-openadk-works.txt b/docs/how-openadk-works.txt index e86251196..acafc7587 100644 --- a/docs/how-openadk-works.txt +++ b/docs/how-openadk-works.txt @@ -57,8 +57,7 @@ configuration is done (it is mainly a wrapper for +mk/build.mk+): * Call the +scan-pkgs.sh+ script to find any needed optional host software, needed to compile software the user has configured -* Call the +update-sys+ and +update-pkg+ scripts to generate some meta-data for - available systems and package collections +* Call the +create-menu+ script to generate meta-data for available systems and package collections * Generate the host tools required for different tasks (encrypting passwords, compressing data, extracting archives, creating images, ..) @@ -71,3 +70,4 @@ configuration is done (it is mainly a wrapper for +mk/build.mk+): * Generate the firmware images or archives +* Output a target specific help text |