changeset 469:898d57ac58a5 prerelease

remove reference to examples/core/link_core.sh from update_board
author Liam Donovan <l.b.donovan@qmul.ac.uk>
date Mon, 20 Jun 2016 17:32:05 +0100
parents 85cf9c0da052
children cbe68fc0e933
files scripts/update_board
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/update_board	Mon Jun 20 17:08:02 2016 +0100
+++ b/scripts/update_board	Mon Jun 20 17:32:05 2016 +0100
@@ -170,10 +170,6 @@
   error_handler $? "\nError while generating Doxygen documentation\n"
 fi
 
-printf "Building example projects..."
-ssh $BBB_ADDRESS "cd $BBB_BELA_HOME/examples/core/ && ./link_core.sh"
-error_handler $? "\nError while building example projects\n"
-
 printf "Cleaning build environment..."
 ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory coreclean"
 error_handler $? "\nError cleaning core\n"