From e5782693cad41b851b37f5f2535221a2f81c6872 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 24 Jan 2018 16:26:03 -0800 Subject: mpm: Add usrp_update_fs This provides a new utility for MPM devices (usrp_update_fs.py), which goes through all the necessary steps to update a filesystem. Will trigger a mender update, but the tool is not specific to Mender and can be changed to use other methods in the future. --- mpm/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python/CMakeLists.txt') diff --git a/mpm/python/CMakeLists.txt b/mpm/python/CMakeLists.txt index 4b8904600..8218ce915 100644 --- a/mpm/python/CMakeLists.txt +++ b/mpm/python/CMakeLists.txt @@ -50,6 +50,7 @@ EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/build/lib/usrp_mpm DESTINATION ${CMAKE_INSTALL_PREFIX}/${USRP_MPM_PYTHON_DIR}) INSTALL(PROGRAMS aurora_bist_test.py + usrp_update_fs usrp_hwd.py DESTINATION ${RUNTIME_DIR} ) -- cgit v1.2.3