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

lmp/bb-build: use status and call bitbake directly #302

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

quaresmajose
Copy link
Member

The run function have significant overhead because it used the indent which in turn uses sed on every line.
So use the function status to show the build steps and call bitbake directly.

The run function have significant overhead because it used
the indent which in turn uses sed on every line.
So use the function status to show the build steps and
call bitbake directly.

Signed-off-by: Jose Quaresma <[email protected]>
@quaresmajose quaresmajose requested a review from a team August 9, 2023 23:40
Copy link
Member

@ricardosalveti ricardosalveti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ricardosalveti ricardosalveti merged commit 57634b8 into foundriesio:master Aug 10, 2023
1 check passed
@quaresmajose quaresmajose deleted the bitbake_status branch September 11, 2023 17:38
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.

2 participants