diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-02-03 13:12:29 +0100 |
---|---|---|
committer | Peter Liu <peter.liu@se.atlascopco.com> | 2019-02-06 21:27:11 +0100 |
commit | 7ec1ffc436e8725e40e1853d084054b554929041 (patch) | |
tree | ea1baac6841f9770c92c89ec8ccc6a0e61349b5a /scripts/lib/wic/plugins/source/otaimage.py | |
parent | 3217e9205c85d91be6a4e2ea13f7a30d4343f69f (diff) | |
download | meta-updater-7ec1ffc436e8725e40e1853d084054b554929041.tar.gz |
aktualizr: split binaries to their own packages
This patch mainly aims to fix the following issues:
- ${libdir}/sota/conf.d is being put into aktualizr package, but
${libdir}/sota/*.toml is being put into aktualizr-host-tools, this
does not make sense, if a end user only install aktualizr-host-tools
to a target, he will miss the config files in ${libdir}/sota/conf.d.
- A user should be able to install garage-deploy garage-push to a board
if he wants to do that by choosing building aktualizr with sota-tools,
but now it's not in that case, garage-deploy garage-push are only
available for native.
- It's not necessary to distinguish native/target when installing
systemd services, they will be dropped by sstate from native sysroot
any way.
- It would be better that all binaries to be put into their own
packages, so a end user can choose to install a package only with one
binary, rather than having to install the entire aktualizr-host-tools.
Introduce per-binary based packages for host tools, and gather all
config files to aktualizr-configs, it will be depended by binary
packages and main aktualizr package.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Diffstat (limited to 'scripts/lib/wic/plugins/source/otaimage.py')
0 files changed, 0 insertions, 0 deletions