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

support ssh with non-standard port number and opkg #417

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2023

  1. test-runner.py: support specifying ssh port with --target-port

    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>
    mikkorapeli-linaro committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    0233707 View commit details
    Browse the repository at this point in the history
  2. test-runner.py: support opkg in get_packages()

    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>
    mikkorapeli-linaro committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    b1011ae View commit details
    Browse the repository at this point in the history