diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-31 18:57:25 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-31 19:19:26 +0200 |
commit | 0585a2ceb59f3eacd53f2a4546d6791eb154d562 (patch) | |
tree | d4e7bb0741b05526a99dd09048a3d870b4bdfcdd /docs/development/overview | |
parent | fd784158ad5973136a88b3cf40504cef355991af (diff) |
docs: Refresh Makefile related instructions
While at it, add instructions for selecting the custom kernel
from Armband DEB repos.
JIRA: ARMBAND-243
Change-Id: Ie8828241dc3a83d7268dfbd3526303dc674aef10
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'docs/development/overview')
-rw-r--r-- | docs/development/overview/build/build.instruction.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/development/overview/build/build.instruction.rst b/docs/development/overview/build/build.instruction.rst index f3d59eeb..192c6ba7 100644 --- a/docs/development/overview/build/build.instruction.rst +++ b/docs/development/overview/build/build.instruction.rst @@ -218,7 +218,7 @@ should first initialize the submodules and apply armband patches .. code-block:: bash - $ make patches-import + $ make fuel-patches-import Configure your build environment @@ -227,15 +227,14 @@ Configure your build environment ** Configuring the build environment should not be performed if building standard Danube release ** -Select the versions of the components you want to build by editing the -<armband/upstream/fuel/build/config.mk> and -<armband/upstream/fuel/build/armband.mk> files. +Select the versions of the components you want to build by editing +<armband/armband-fuel-config.mk>. Note! The same observation as above, before altering Makefile, run: .. code-block:: bash - $ make patches-import + $ make fuel-patches-import Non official build: Selecting which plugins to build @@ -246,7 +245,7 @@ individual developer locally), the selection if which Fuel plugins to build (if any) can be done by environment variable "BUILD_FUEL_PLUGINS" prior to building. -Only the plugin targets from <armband/upstream/fuel/build/armband.mk> that +Only the plugin targets from <armband/armband-fuel-config.mk> that are specified in the environment variable will then be built. In order to completely disable the building of plugins, the environment variable is set to " ". When using this functionality, the resulting iso file @@ -279,7 +278,7 @@ Following targets exist: - release - this will do the same as: - - make submodules-clean patches-import build + - make submodules-clean fuel-patches-import build - none/all/build - this will: |