Skip to content

Commit

Permalink
specify version of koheron-server and koheron-python (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanminet committed Nov 15, 2016
1 parent d4c00bb commit 653d5ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -81,7 +81,7 @@ TCP_SERVER_URL = https://github.com/Koheron/koheron-server.git
TCP_SERVER_DIR = $(TMP)/$(NAME).koheron-server
TCP_SERVER = $(TCP_SERVER_BUILD)/kserverd
DRIVERS_YML = $(TMP)/$(NAME).drivers.yml
TCP_SERVER_SHA = master
TCP_SERVER_SHA = v0.10
TCP_SERVER_VENV = $(TMP)/koheron_server_venv
PYTHON=$(TCP_SERVER_VENV)/bin/python

Expand Down
2 changes: 1 addition & 1 deletion os/scripts/ubuntu.sh
Expand Up @@ -2,7 +2,7 @@ device=$1
name=$2
version=$3

koheron_python_branch=master
koheron_python_branch=v0.10

config_dir=os
http_app_dir=tmp/app
Expand Down
14 changes: 14 additions & 0 deletions scripts/build_all.sh
@@ -0,0 +1,14 @@
#!/bin/bash
set -e

. settings.sh

make NAME=led_blinker linux
make NAME=oscillo
make NAME=spectrum
make NAME=decimator
make NAME=laser_controller
make NAME=pulse_generator
make NAME=adc_dac

/bin/bash os/scripts/image.sh led_blinker

0 comments on commit 653d5ce

Please sign in to comment.