Merge changes I81a6d9f6,I67698bbb
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 15 Jun 2017 07:57:00 +0000 (07:57 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Thu, 15 Jun 2017 07:57:00 +0000 (07:57 +0000)
* changes:
  Fix: remove old bug about overwriten variables.
  Fix gdb debugging and add widget install on target

README.md

index 7056900..f49c9cd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,6 +25,14 @@ A typical project architecture would be :
 │
 ├── conf.d/
 │   ├── app-templates/
+│   │   ├── README.md
+│   │   ├── autobuild/
+│   │   │   ├── agl
+│   │   │   │   └── autobuild.sh
+│   │   │   ├── linux
+│   │   │   │   └── autobuild.sh
+│   │   │   └── windows
+│   │   │       └── autobuild.bat
 │   │   ├── cmake/
 │   │   │   ├── config.cmake.sample
 │   │   │   ├── export.map
@@ -42,18 +50,12 @@ A typical project architecture would be :
 │   │       ├── icon-qml.png
 │   │       └── icon-service.png
 │   ├── packaging/
-│   │   ├── config.xml
 │   │   ├── config.spec
 │   │   └── config.deb
-│   ├── autobuild/
-│   │   ├── agl
-│   │   │   └── autobuild.sh
-│   │   ├── linux
-│   │   │   └── autobuild.sh
-│   │   └── windows
-│   │       └── autobuild.bat
-│   ├── README.md
-│   └── config.cmake
+│   ├── cmake
+│   │   └── config.cmake
+│   └── wgt
+│      └── config.xml.in
 ├── <libs>
 ├── <target>
 ├── <target>