# HG changeset patch # User Liam Donovan # Date 1466440325 -3600 # Node ID 898d57ac58a534f056457dfb2f9e4406d7000870 # Parent 85cf9c0da052aca449072f4158a44cc710c50dfd remove reference to examples/core/link_core.sh from update_board diff -r 85cf9c0da052 -r 898d57ac58a5 scripts/update_board --- 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"