diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-07 06:31:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-07 06:31:07 +0200 |
commit | a54b226832e9b6e957d1db9b8c081adeb4ef09df (patch) | |
tree | ddd7f2bc9cf06c4e82dd0cbb2d58e45235f91fe1 | |
parent | a5393320f05f681006915fcffe5631da874daee8 (diff) |
update-sys and update-pkg are removed in favour of create-menu
-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 |