Remove the target dependency for UA and script 69/158369/3
authorKichan Kwon <k_c.kwon@samsung.com>
Tue, 31 Oct 2017 05:52:12 +0000 (14:52 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Fri, 3 Nov 2017 03:45:13 +0000 (12:45 +0900)
commit7091f991c71e1393f91fd6745b15ccab5f8f1742
treed93d736b699aa491c4c3c575af013a66b58977ab
parent93927c56a2c17ad7645f942454c494a39e4844de
Remove the target dependency for UA and script

- No more need target specific package if GUI is not used
- Component
  - tota-ua : UA, upgrade trigger
  - target_X : GUI (in current, only wearable)

Change-Id: I26167d869a60034b9eb9224622521e6afe99d540
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
15 files changed:
CMakeLists.txt
fota_gui/CMakeLists.txt
packaging/tota-ua.spec
scripts/rpi3/upgrade-trigger-rpi3.sh [deleted file]
scripts/upgrade-trigger.sh [moved from scripts/wearable/upgrade-trigger-wearable.sh with 100% similarity]
src/fota_cfg.c [moved from src/common/fota_cfg.c with 100% similarity]
src/fota_cfg.h [moved from src/common/fota_cfg.h with 100% similarity]
src/fota_util.c [moved from src/common/fota_util.c with 100% similarity]
src/fota_util.h [moved from src/common/fota_util.h with 100% similarity]
src/mmc_io.c [moved from src/common/mmc_io.c with 100% similarity]
src/mmc_io.h [moved from src/common/mmc_io.h with 100% similarity]
src/rpi3/ua.c [deleted file]
src/rpi3/ua.h [deleted file]
src/ua.c [moved from src/wearable/ua.c with 100% similarity]
src/ua.h [moved from src/wearable/ua.h with 100% similarity]