aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/setup.d/31_yocto_toaster
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-03-16 22:22:52 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2017-03-19 17:56:48 +0100
commitb30093edfd4f92b32ba356ef5e62d9bd80a99584 (patch)
tree2975f1be8be51931f6fe4f83102e1b524e600818 /INSTALL/setup.d/31_yocto_toaster
parenta41c6fae3bf4a08edca7bde0b3dd3ef2ce32b669 (diff)
setup: split setup script in multiple parts
Instead of having a monolithic script suitable for many features, this commit splits the main setup file in elementary scripts associated to different features: - Yocto build (bitbake deps) - Bitbake Toaster - Network boot - SDK - X11 Tools - Documentation tools support Change-Id: I3d08e32d6b887468e533bee311220ddb91da1dc1 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'INSTALL/setup.d/31_yocto_toaster')
-rw-r--r--INSTALL/setup.d/31_yocto_toaster7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL/setup.d/31_yocto_toaster b/INSTALL/setup.d/31_yocto_toaster
new file mode 100644
index 0000000..9dbb698
--- /dev/null
+++ b/INSTALL/setup.d/31_yocto_toaster
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# for toaster
+apt-get install -y python-pip
+pip install "Django==1.6" "South==0.8.4" "argparse==1.2.1" "wsgiref==0.1.2" "beautifulsoup4>=4.4.0"
+
+