From a7d8e3b364acd911261f355b21848c2ad145e1a2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 10 Apr 2015 19:08:26 -0700 Subject: Updated images package for N210 --- host/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 67b2446dd..1597e2c27 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -268,8 +268,8 @@ UHD_INSTALL(FILES #{{{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 "164e052f2192f3652b03ee5976c9f53b") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.002-release.zip") +SET(UHD_IMAGES_MD5SUM "b4171975928b9fd544ec5fe6fc1688c6") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.002-40-gf23e7bcc.zip") #}}} ######################################################################## -- cgit v1.2.3 From 2fe319d9790c7ec0bcdb9582c4fea95f3fd809b9 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Tue, 14 Apr 2015 09:00:30 -0700 Subject: Updated images package for 3.8.3 --- host/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 1597e2c27..9358b1156 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -268,8 +268,8 @@ UHD_INSTALL(FILES #{{{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 "b4171975928b9fd544ec5fe6fc1688c6") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.002-40-gf23e7bcc.zip") +SET(UHD_IMAGES_MD5SUM "8522b02386f5fe0bb51baa3ba0001ef0") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.003-rc1.zip") #}}} ######################################################################## -- cgit v1.2.3 From 2f48c9bb979c8777cc8a3d3a0de03e9cf2958b14 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 14 Apr 2015 12:00:24 -0500 Subject: Updated images package --- host/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 6e364ba4c..df5384adc 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -284,8 +284,8 @@ UHD_INSTALL(FILES #{{{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 "f5f67a3b7037e254ecf47fbfee920743") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.002-157-gbe03e694.zip") +SET(UHD_IMAGES_MD5SUM "cb640d3271fd82e64e416f64a1d7a551") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.003-130-g4ca383f7.zip") #}}} ######################################################################## -- cgit v1.2.3 From 3e3e236acb3803d336d82ea36e6a88e50bf30f5c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 15 Apr 2015 15:51:25 -0500 Subject: cmake: Add warning when building non-stable branch --- host/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index df5384adc..be196198b 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -423,5 +423,19 @@ ELSEIF(UHDHOST_PKG) SET(PRINT_APPEND " (Debian uhd-host package configuration)") ENDIF(LIBUHD_PKG) UHD_PRINT_COMPONENT_SUMMARY() +IF(UHD_VERSION_DEVEL) + MESSAGE(STATUS "******************************************************") + IF(UHD_VERSION_PATCH STREQUAL "git") + MESSAGE(STATUS "* You are building the UHD development master branch.") + MESSAGE(STATUS "* For production code, we recommend our stable,") + MESSAGE(STATUS "* releases or using the release branch (maint).") + ELSE() + MESSAGE(STATUS "* You are building a development branch of UHD.") + MESSAGE(STATUS "* These branches are designed to provide early access") + MESSAGE(STATUS "* to UHD and USRP features, but should be considered") + MESSAGE(STATUS "* unstable and/or experimental!") + ENDIF(UHD_VERSION_PATCH STREQUAL "git") + MESSAGE(STATUS "******************************************************") +ENDIF(UHD_VERSION_DEVEL) MESSAGE(STATUS "Building version: ${UHD_VERSION}${PRINT_APPEND}") MESSAGE(STATUS "Using install prefix: ${CMAKE_INSTALL_PREFIX}") -- cgit v1.2.3 From 87dfdc3cf8d9519ec6cbc7a0fbda31700fef56dc Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 20 Apr 2015 12:48:01 -0700 Subject: Updated Images Package for 3.8.3 --- host/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 9358b1156..e2f318056 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -268,8 +268,8 @@ UHD_INSTALL(FILES #{{{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 "8522b02386f5fe0bb51baa3ba0001ef0") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.003-rc1.zip") +SET(UHD_IMAGES_MD5SUM "57c06338de0504f296a2431762725683") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.003-release.zip") #}}} ######################################################################## -- cgit v1.2.3