-
Notifications
You must be signed in to change notification settings - Fork 482
Runqemu for raspi1ap and raspi0, and various clean-ups #1594
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
Open
jonmason
wants to merge
7
commits into
agherzan:master
Choose a base branch
from
jonmason:runqemu
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b7b361a
oeqa: Remove broken parselogs config
jonmason d5ecab2
raspberrypi2: add usb networking and change to usb storage
jonmason 8b84d9d
raspberrypi0.conf: add QB_ variables for runqemu
jonmason 208526b
raspberrypi.conf: add QB_ variables for runqemu
jonmason c2e7300
raspberrypi3-64.conf: add QB_ variables for runqemu
jonmason 5b53294
raspberrypi4-64.conf: add QB_ variables for runqemu
jonmason 7f4f3ce
kas: split into unique files and add testimage
jonmason File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,3 @@ | ||
| # RaspberryPi BSP default settings | ||
|
|
||
| IMAGE_CLASSES += "sdcard_image-rpi" | ||
|
|
||
| # RPI kernel has errors of its own which should be filtered | ||
| # therefore use parselogs_rpi test instead of parselogs from oe-core | ||
| # | ||
| DEFAULT_TEST_SUITES:append:rpi = " parselogs_rpi" | ||
| DEFAULT_TEST_SUITES:remove:rpi = " parselogs" |
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| machine: raspberrypi |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| machine: raspberrypi0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| machine: raspberrypi2-64 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| machine: raspberrypi2 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| local_conf_header: | ||
| license: | | ||
| # Uncomment next line to allow the license | ||
| # See: linux-firmware-rpidistro in docs/ipcompliance.md | ||
| LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch" | ||
|
|
||
| machine: raspberrypi3-64 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| local_conf_header: | ||
| license: | | ||
| # Uncomment next line to allow the license | ||
| # See: linux-firmware-rpidistro in docs/ipcompliance.md | ||
| LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch" | ||
|
|
||
| machine: raspberrypi3 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| local_conf_header: | ||
| license: | | ||
| # Uncomment next line to allow the license | ||
| # See: linux-firmware-rpidistro in docs/ipcompliance.md | ||
| LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch" | ||
|
|
||
| machine: raspberrypi4-64 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
| includes: | ||
| - kas/base.yml | ||
|
|
||
| local_conf_header: | ||
| license: | | ||
| # Uncomment next line to allow the license | ||
| # See: linux-firmware-rpidistro in docs/ipcompliance.md | ||
| LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch" | ||
|
|
||
| machine: raspberrypi4 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | ||
|
|
||
| header: | ||
| version: 14 | ||
|
|
||
| local_conf_header: | ||
| testimage: | | ||
| IMAGE_CLASSES += "testimage" | ||
| TESTIMAGE_AUTO = "1" | ||
| # Don't testimage initramfs | ||
| TESTIMAGE_AUTO:pn-core-image-initramfs-boot = "0" | ||
| kvm: | | ||
| QEMU_USE_KVM = "" | ||
| slirp: | | ||
| TEST_RUNQEMUPARAMS = "slirp" | ||
| sshd: | | ||
| IMAGE_FEATURES += "ssh-server-dropbear" | ||
| sshkeys: | | ||
| CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys" | ||
| sshpregen: | | ||
| # Allow the use of the pregen keys as this is CI so safe | ||
| COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:raspberrypi = "raspberrypi" | ||
| COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:raspberrypi0 = "raspberrypi0" | ||
| COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:raspberrypi2 = "raspberrypi2" | ||
| COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:raspberrypi3-64 = "raspberrypi3-64" | ||
| COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:raspberrypi4-64 = "raspberrypi4-64" | ||
| failing_tests: | | ||
| TEST_SUITES:remove = "parselogs" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small note: this file change will clash with PR #1593 - which I think also has a good chance to be accepted (similar to this). It looks like a fly-by improvement in both PRs, though this one seems to be a bit more complete (due to the change in rpi-default-settings.inc also) - ping @JianpengChang
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think relevant part of PR 1593 is incomplete, as the parselogs_rpi.py is not removed. That file is no longer relevant, as OE Core changes 2+ years ago, and parselogs now uses txt files to indicate ignores.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't notice the oe-core commit. My changes do have defects — please ignore the related parts.