aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tools/scripts_sdk
AgeCommit message (Collapse)AuthorFilesLines
2018-05-14Don't remove kernel sources from SDK in install_sdk scriptMark Farrugia1-3/+0
We shouldn't be removing the kernel sources from the SDK in the install_sdk script in the docker-worker-generator repository. These are needed for out-of-tree development (such as kernel modules). Bug-AGL: SPEC-1412 Change-Id: Icf0b392ea9c4fbd7a18d8efe57c34908271971ed Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
2017-03-19setup: split setup script in multiple partsStephane Desneux1-0/+46
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>