From 042b141aa9f9c715eb261685a5e6db3efd5378c0 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 8 Sep 2019 22:28:29 +0300 Subject: [PATCH] Documentation enhancements. --- src/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/README b/src/README index 2b33df6c1..4016148fa 100644 --- a/src/README +++ b/src/README @@ -162,6 +162,10 @@ The overlay build system is independent from the main build system. However, some bundles depend on build artifacts from the main build process, so it is highly recommended to build MLL before you use the overlay build system. +Take a look at the 'hello_mll' overlay bundle for detailed explanation of the +internal overlay system build process and the corresponding directories that +are involved in the process. + You can build all bundles declared in the main '.config' file like this: cd minimal_overlay @@ -170,12 +174,12 @@ You can build all bundles declared in the main '.config' file like this: You can build individual overlay bundle like this: cd minimal_overlay - ./overlay_build.sh bundle_name + ./overlay_build.sh hello_mll You can build more two or more bundles if you separate them with comma: cd minimal_overlay - ./overlay_build.sh bundle_name_a,bundle_name_b,bundle_name_c + ./overlay_build.sh hello_mll,dhcp,mll_source The simplest way to add something to MLL is to put whatever you want in the following folder: