Browse Source

cpack: add tgz generator

* Used by build system to create copy of compiled assets

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
Thomas Ingleby 10 years ago
parent
commit
7580465f6b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -67,7 +67,7 @@ if (IPK)
67 67
   target_architecture (DETECTED_ARCH)
68 68
   message( INFO " - Target arch is ${DETECTED_ARCH}")
69 69
 
70
-  set(CPACK_GENERATOR "DEB")
70
+  set(CPACK_GENERATOR "DEB" "TGZ")
71 71
   set(OPKG_ARCH ${DETECTED_ARCH})
72 72
   set(CPACK_BINARY_DIR ${CMAKE_BINARY_DIR})
73 73
   set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Intel IoT-Devkit") #required