Skip to content
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

Fix SSH missing in images #90

Merged
merged 3 commits into from
Mar 21, 2024
Merged

Fix SSH missing in images #90

merged 3 commits into from
Mar 21, 2024

Conversation

JoshuaWatt
Copy link
Collaborator

@JoshuaWatt JoshuaWatt commented Mar 21, 2024

Some of the images were missing the SSH client, so explicitly add it.

The CI was broken so fix that also

Upgrades the versions of poky used in testing to fix an error with
running bitbake with newer versions of Python
The top_dir test is failing on newer versions of python because it
requires that parsing be able to be done on the test host, which some
really old versions simply cannot do. Only run the test if the is
possible, and bump up Ubuntu 18.04 to test on Yocto 3.1
Explicitly install the ssh client in all images. The 22.04 image was
missing it (likely due to --no-install-recommends). Also add an explict
test for it.
@matthoosier-garmin matthoosier-garmin self-assigned this Mar 21, 2024
@JoshuaWatt JoshuaWatt merged commit abdb290 into garmin:master Mar 21, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants