summaryrefslogtreecommitdiffstats
path: root/scripts/sdks/agl/db-dump
AgeCommit message (Collapse)AuthorFilesLines
2018-04-05Rework SDK default directory.Sebastien Douheret1-4/+5
Default SDK directory is $HOME/xds-workspace/.sdks expect if /xdt/sdk exists (backward compatibility). Default SDK directory can be set by defining XDT_SDK variable in /etc/xdtrc file Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-08Avoid duplicate SDK install dir - SPEC-1252Sebastien Douheret1-9/+27
- install sdk in a directory that includes a unique id (built from install url or path). SDKs are now install under: <SDK_ROOT_DIR>/<PROFILE>/<VERSION>/<ARCH>/<UID> Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-22Migrate db-dump script in python avoid nodejs depSebastien Douheret1-136/+129
- Also, workaround SPEC-1252 matching first detected SDK and break. - Fixed SDK date extraction. Bug-AGL: SPEC-1249 Change-Id: Ia1cb3e9466d0f8f958f6e8759287f801a5b81d04 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-08Fixed sdks db-update name and backup prev version.v1.0.0Sebastien Douheret1-2/+2
2018-01-04Improved and fixed local SDK tarball installation.Sebastien Douheret1-0/+137
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>