Explorar el Código

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 hace 10 años
padre
commit
7580465f6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver fichero

@@ -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