autobuild: add autobuild scripts 51/20551/1
authorRaquel Medina <raquel.medina@konsulko.com>
Wed, 6 Mar 2019 15:33:35 +0000 (17:33 +0200)
committerRaquel Medina <raquel.medina@konsulko.com>
Mon, 11 Mar 2019 15:11:51 +0000 (17:11 +0200)
commitef6fe8f196227531c7a5de1790d9223e36732516
tree80c8eec0fa6def472e1ac715d3b520b9be485412
parentf4cb3ec807e23788299f9bf1d9c323ff5690aafd
autobuild: add autobuild scripts

   The autobuild scripts provide an unified way
   to build agl apps & services; for the agl
   modules missing these scripts, a workaround is
   in place to warn of this scenario and allow
   for build completion.
   This commit add these missing scripts for hvac
   app withoud modifying the existing qmake files.
   The original scripts, which were designed for
   cmake use, are slimmed down and adapted to use
   qmake.

   - autobuild/agl/autobuild: allows aglwgt_package
   task to complete, eliminating the verbose
   warnings.
   - autobuild/linux/autobuild: allows to build
   the wgt file natively on linux using the agl
   sdk.

Change-Id: I609e59c2915833f44dbdfc006fba15a8841f3c5f
Bug-AGL: SPEC-2164
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
autobuild/agl/autobuild [new file with mode: 0755]
autobuild/linux/autobuild [new file with mode: 0755]