diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-01 17:39:50 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-06 10:42:14 +0200 |
commit | 29a4693b11cbfa3f2a4c3c517d54cbc155018ee8 (patch) | |
tree | c92d1f3d533552b9fa63b7aadc26ad7546048d59 /host | |
parent | 57e6930fef096b1af0fc23e59a777f57b39bf2aa (diff) | |
download | uhd-29a4693b11cbfa3f2a4c3c517d54cbc155018ee8.tar.gz uhd-29a4693b11cbfa3f2a4c3c517d54cbc155018ee8.tar.bz2 uhd-29a4693b11cbfa3f2a4c3c517d54cbc155018ee8.zip |
uhd: Added infrastructure for maintaining images directory
Diffstat (limited to 'host')
-rw-r--r-- | host/CMakeLists.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 97ffbc24a..68f149871 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -209,8 +209,12 @@ UHD_INSTALL(FILES ######################################################################## # Images download directory for utils/uhd_images_downloader.py ######################################################################## -SET(UHD_IMAGES_MD5SUM "b1e06e7d6fe3eacf49d16e2acca98275") -SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.007.003-release.zip") +#{{{IMG_SECTION +# This section is written automatically by /images/create_imgs_package.py +# Any manual changes in here will be overwritten. +SET(UHD_IMAGES_MD5SUM "3f4e836c6dfbc714c512662de4855082") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.007.002-108-gcf5739da.zip") +#}}} ######################################################################## # Register top level components @@ -329,4 +333,3 @@ ENDIF(LIBUHD_PKG) UHD_PRINT_COMPONENT_SUMMARY() MESSAGE(STATUS "Building version: ${UHD_VERSION}${PRINT_APPEND}") MESSAGE(STATUS "Using install prefix: ${CMAKE_INSTALL_PREFIX}") -MESSAGE(STATUS "Compatible images can be downloaded from: ${UHD_IMAGES_DOWNLOAD_SRC}") |