X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=77cc271d107ba725c90d5ea8dcbe7dc2c4e0b96e;hb=259e135e5835efabec2e1ede086a441cac366f3d;hp=aa76f3731fb23874e52909f8821d824c424081ac;hpb=c1fd7934d537bd76976da510a5eb41051c8a82d5;p=apps%2Fapp-templates.git diff --git a/README.md b/README.md index aa76f37..77cc271 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ populate_widget() --> add target to widget tree depending upon target properties #### config.xml.in file -To build a widget you need to configure file _config.xml_. This repo +To build a widget you need to configure file _config.xml_. This repo provide a simple default file _config.xml.in_ that will be configured using the variable set in _config.cmake_ file. @@ -171,7 +171,7 @@ Example: PROJECT_TARGET_ADD(low-can-demo) ``` -> ***NOTE***: This will make available the variable `${TARGET_NAME}` +> ***NOTE***: This will make available the variable `${TARGET_NAME}` > set with the specificied name. This variable will change at the next call > to this macros.