Newer
Older
apertis-dev-tools (0.1612.3) 16.12; urgency=medium
[ Justin Kim ]
* Add python3-paramiko dependency
-- Sjoerd Simons <sjoerd.simons@collabora.co.uk> Thu, 15 Dec 2016 10:55:57 +0100
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
apertis-dev-tools (0.1612.2) 16.12; urgency=medium
[ Guillaume Desmottes ]
* SysrootServer: set SO_REUSEADDR flag on the socket
[ Sjoerd Simons ]
* test: Don't hardcode the port to listen on
[ Louis-Francis Ratté-Boulianne ]
* Add LatestURL key to sysroot latest command
* Add 'installed' command to show currently installed sysroot version
* Add support for authentication when retrieving remote data
* Add class for installed sysroot
* Create SysrootManager class to handle sysroot operations
* Add info command to retrieve information about an ADE object
* Add device class and option to retrieve the image version
* Add support for x86_64 architecture
* Add SDK and Simulator classes to handle these targets
* Create cli tool to cross-compile against a specific chroot
[ Sjoerd Simons ]
* Don't try to parse non-existing configuration file
* Raise a proper exception, not a string
* Create /opt/sysroot via tmpfiles
* Add dummy install target
* Be a lot more specific about what to install
[ Guillaume Desmottes ]
* ade: display sysroot versions in case of mismatch
[ Sjoerd Simons ]
* Don't force a keyfile
* Clarify unsupported architecture error
* Sort out the various machine type names
* Don't join absolute paths
* Actually use a target specific compiler
* Recommend an ARM cross-compiler
[ Louis-Francis Ratté-Boulianne ]
* Add support for project in info command
* Add export command to create application bundles
* Add support for bundles in info command
* Add install and uninstall commands
* Add run command to start application
[ Sjoerd Simons ]
* Raise an exception if an ssh command fails
* Use ribchesterctl not ribchester-bundle
[ Louis-Francis Ratté-Boulianne ]
* Small fixes to bundle creation
[ Sjoerd Simons ]
* New release
* Supports creating a bundle and transferring it to target (Apertis: T2989)
* Supports cross-compiling applications bundles (Apertis: T2988)
-- Sjoerd Simons <sjoerd.simons@collabora.co.uk> Thu, 15 Dec 2016 10:42:36 +0100
apertis-dev-tools (0.1612.1) 16.12; urgency=medium
[ Louis-Francis Ratté-Boulianne ]
* Add basic project structure (Apertis: T2984)
* Add tool to install/update sysroot
* Add documentation for sysroot management command
* Add --config option for sysroot command
* Add output format option (--format) and machine parseable format
* Add unit tests for sysroot management tool
* ade: Expand ~ in configured paths
* Use pkg-config.multiarch file to determine architecture (Apertis: T2984)
[ Guillaume Desmottes ]
* debian: add dep on python modules
-- Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Fri, 09 Dec 2016 10:39:54 +0100