-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package aktualizr for Ubuntu 20.04 LTS #11
Conversation
In regards to
There is a clear workaround in the thread you linked [0]. Have you tried creating + applying a patch to add the [0] https://gitlab.kitware.com/cmake/cmake/-/issues/20568#note_780369 |
@leonheldattoradex The solution is to recompile CMake with that flag. I don't think it's a viable solution for what the idea here is. Edit: tagging Leon explicitly - I always forget to tag people |
542733d
to
bfc5585
Compare
98cf2de
to
51c4102
Compare
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
From aktualizr's documentation: force_install_completion: Forces installation completion. Causes a system reboot when using the OSTree package manager. Emulates a reboot when using the fake package manager. reboot_command: Command to reboot the system after update completes. Applicable only if uptane::force_install_completion is set to true. Since we are not using ostree for Debian/Ubuntu based distros, remove these options. Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
d/aktualizr-torizon.install: update install list to reflect the change Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
s|/usr/lib|/etc| in: - d/aktualizr-torizon.install - d/extra_files/20-sota-device-cred.toml - d/extra_files/50-secondaries.toml Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
It's not supported outside of Torizon OS. - d/extra_files/bl_actions.sh: remove bootloader secondaries script - d/extra_files/secondaries.json: remove bootloader secondary Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
aktualizr-torizon is built with support for offline updates, but it requires a config option to enable it and define the mountpoint where to search for it. This commit adds the config file with these options commented and requires user interaction to enable it. Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Closes: #10 Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Update to upstream version '1.0+git20240529.d4ddfbe5+ds' with Debian dir 9ca91a6b8e365d9c17aeed5ae76a19a606e2506c
Piuparts workflow is disabled because it doesn't support running on ubuntu. Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
51c4102
to
0d70e6d
Compare
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
0d70e6d
to
ebf46e2
Compare
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
ebf46e2
to
65fccd8
Compare
Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
8c2027a
to
90c00b0
Compare
…ease Related-to: TCCP-733 Signed-off-by: Carlos Henrique Lima Melara <carlos.melara@toradex.com>
90c00b0
to
e9763d1
Compare
We are going to package aktualizr for Ubuntu 20.04, 22.04, 24.04 and Debian bullseye/bookworm. Since it's a lot of stuff, I'd like to have each packaging in its own branch so
toradex/focal
,toradex/jammy
,toradex/noble
,toradex/bullseye
andtoradex/bookworm
. This one is already namedtoradex/focal
so I'm opening the MR to make it easier to see the differences and so we have a place to discuss/review everything.All the changes are declared in
d/changelog
but the main ones are:/etc/
to comply with FHS 3.0;