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

contrib: u-boot: testpy: Add support for out-of-tree U-Boot builds #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rahix
Copy link
Owner

@Rahix Rahix commented Jan 7, 2024

Add a uboot_builddir parameter which can be used to specify the location of an out-of-tree U-Boot build when such an environment is used.

I do not have an environment to test this change right now. If anyone can report whether this works as intended, I'll merge the change :)

Closes #108.

Add a `uboot_builddir` parameter which can be used to specify the
location of an out-of-tree U-Boot build when such an environment is
used.

Signed-off-by: Rahix <[email protected]>
Copy link

codecov bot commented Jan 7, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (81b8d03) 62.47% compared to head (b603bb5) 62.37%.

Files Patch % Lines
tbot_contrib/uboot/_testpy.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   62.47%   62.37%   -0.11%     
==========================================
  Files          53       53              
  Lines        3731     3734       +3     
==========================================
- Hits         2331     2329       -2     
- Misses       1400     1405       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

test/py wrapper should support out-of-tree U-Boot builds
1 participant