aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tools/scripts_yocto
AgeCommit message (Collapse)AuthorFilesLines
2017-11-08tools: add support for KingFisher in mksdcardStephane Desneux1-0/+3
Change-Id: I56f53b43df3818f3d4c27ba7cbed514aef6ebc67 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-07-03tools/scripts_yocto: fix mksdcard for newer archive formatStephane Desneux1-5/+12
The patch [9813](https://gerrit.automotivelinux.org/gerrit/#/c/9813/) enforces the same IMAGE_FSTYPES for all boards on AGL. As a consequence, the script mksdcard needs some adjustments to handle the newest tarball format. Bug-AGL: SPEC-492 Change-Id: Ifc63f5cd689d033ae702e79343819bf2620c229c Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-03-19setup: split setup script in multiple partsStephane Desneux1-0/+138
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>