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

buildroot perf support #295

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

buildroot perf support #295

wants to merge 1 commit into from

Conversation

joonho3020
Copy link
Contributor

Add a example workload that copies the perf binary and the corresponding dynamically linked libraries into the br image.
This is a workaround as adding a buildroot perf package requires us to use the buildroot kernel.

@jerryz123
Copy link
Contributor

Committing compiled objects into this repo makes me nervous. What happens if we bump the kernel? How would we update this?

@joonho3020
Copy link
Contributor Author

That is a good point. But we don't really update that often :)

@jerryz123
Copy link
Contributor

That is a good point. But we don't really update that often :)

But we shouldn't make it harder for ourselves to upgrade....

Copy link
Contributor

@abejgonzalez abejgonzalez left a comment

Choose a reason for hiding this comment

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

Whats the current way to add perf to buildroot? Isn't it just setting BR2_PACKAGE_PERF? We can just set that as the default and upload a br-image for that? I agree with Jerry, uploading artifacts of a build IMO isn't clean... even assuming it was there is no script to generate the files when bumping again.

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.

3 participants