Respberrypi jchang#1593
Open
JianpengChang wants to merge 3 commits into
Open
Conversation
Collaborator
|
Please reconsile this with #1594 as I am inclining towards accepting that change before this one. |
4e1d289 to
0c76b0f
Compare
added 3 commits
June 9, 2026 09:49
The RPI-specific PACKAGECONFIG[v4l2] override was missing the --disable-libv4l2 flag, leaving it to ffmpeg autodetection when v4l2 is not in PACKAGECONFIG. This may cause non-deterministic builds depending on sysroot contents. Signed-off-by: Jianpeng Chang <jianpeng.chang.cn@windriver.com>
The test -e only guarded the sed command, while the echo commands always executed, creating an orphan /etc/sysctl.conf on systemd-only images. Wrap the entire sysv block in if/fi so it only runs when sysctl.conf already exists. Signed-off-by: Jianpeng Chang <jianpeng.chang.cn@windriver.com>
The DWC2 HOST block had no mutual exclusion check, allowing conflicting dtoverlay=dwc2 entries in config.txt when multiple ENABLE_DWC2_* variables were set. Replace three separate if blocks with a single if/elif chain to ensure only one dr_mode is written. Signed-off-by: Jianpeng Chang <jianpeng.chang.cn@windriver.com>
Author
|
Deleted layer.conf: remove duplicate parselogs_rpi test suite entries. Use the fix in #1594 |
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.
Small bug fixes found during integration: