support ssh with non-standard port number and opkg#417
Open
mikkorapeli-linaro wants to merge 2 commits intoLinaro:masterfrom
Open
support ssh with non-standard port number and opkg#417mikkorapeli-linaro wants to merge 2 commits intoLinaro:masterfrom
mikkorapeli-linaro wants to merge 2 commits intoLinaro:masterfrom
Conversation
qemu virtual machines can run on localhost but on non-default ports so support setting the target SSH port with --target-port. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Contributor
Author
|
Can anyone show the details of the check failure with sanity-check.sh? It's passing here with python 3.10.6 from Ubuntu 22.04 and the failure logs don't have any details. |
Yocto can use rpm, deb or opkg as binary packaging tool. If distribution is not guessed correctly from /etc/os-release, or if it doesn't match debian, fedora or ubuntu, then try the different packaging tools to populate package list. This will work if tools are on the rootfs also on custom distributions like the ones from yocto build. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
39dca49 to
b1011ae
Compare
Collaborator
its black that fails its checks |
mwasilew
approved these changes
Jan 15, 2025
Contributor
|
@mikkorapeli-linaro could you rebase on the latest tip? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables running tests on qemu machine which exposes ssh on localhost IP address and non-standard TCP port number.
Then capture package list also with opkg used by some yocto build configurations.