X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdev_guide%2F4_advanced_customization.md;h=30c704e05fcf47bacd4a0713d45e5ff19ba8bbb8;hb=d6c7b9663f735fc29e68bfb7a55b2025a6a650ad;hp=a9974a80b5d14a89d98f1ceb2302c4071144510d;hpb=4a4b3ccac7c0d44b15cd3ccb35b39d6c6bf26607;p=apps%2Fapp-templates.git diff --git a/docs/dev_guide/4_advanced_customization.md b/docs/dev_guide/4_advanced_customization.md index a9974a8..30c704e 100644 --- a/docs/dev_guide/4_advanced_customization.md +++ b/docs/dev_guide/4_advanced_customization.md @@ -1,4 +1,4 @@ -# Advanced customization +# Advanced build customization ## Including additionnals cmake files @@ -45,7 +45,12 @@ _app-templates/../cmake/_ Those files has to be named use the following scheme _XX-${OSRELEASE}*.cmake_ where _XX_ are numbers, ${OSRELEASE} the **ID_LIKE** or **ID** field from -_/etc/os-release_ file. +_/etc/os-release_ file. You can also define default OS configuration file +to use as fallback is none specific OS configuration is available using the +scheme _XX-default*.cmake_. Then is you need by example a module that isn't +named the same in one distro only, you only has to define a specific file to +handle that case then for all the other case put the configuration in the +default file. ## Include customs templated scripts