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

imx-vpuwrap: fix build error #2145

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Conversation

MaxKrummenacher
Copy link
Contributor

Add missing include file. Otherwise with latest master we see:
| ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
| 953 | gettimeofday (&pObj->tvEnd, NULL);

@thochstein Can you report internally?

@thochstein
Copy link
Contributor

Thanks @MaxKrummenacher, will do.

Did you forget to update SRC_URI?

@MaxKrummenacher
Copy link
Contributor Author

MaxKrummenacher commented Mar 3, 2025

Did you forget to update SRC_URI?

Yes, my bad.
Thanks for noticing.
Serves me right to only fix and test in the devshell.

Add missing include file. Otherwise with latest master we see:
| ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
|   953 |   gettimeofday (&pObj->tvEnd, NULL);

Signed-off-by: Max Krummenacher <[email protected]>
Copy link
Contributor

github-actions bot commented Mar 6, 2025

Backport failed for scarthgap, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin scarthgap
git worktree add -d .worktree/backport-2145-to-scarthgap origin/scarthgap
cd .worktree/backport-2145-to-scarthgap
git checkout -b backport-2145-to-scarthgap
ancref=$(git merge-base 02940c32c8df155d142eaca9aca3d7811e64c669 cd18ff660d1cb1f9bf8b1d69a558536e9bbc8c60)
git cherry-pick -x $ancref..cd18ff660d1cb1f9bf8b1d69a558536e9bbc8c60

Copy link
Contributor

github-actions bot commented Mar 6, 2025

Backport failed for styhead, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin styhead
git worktree add -d .worktree/backport-2145-to-styhead origin/styhead
cd .worktree/backport-2145-to-styhead
git checkout -b backport-2145-to-styhead
ancref=$(git merge-base 02940c32c8df155d142eaca9aca3d7811e64c669 cd18ff660d1cb1f9bf8b1d69a558536e9bbc8c60)
git cherry-pick -x $ancref..cd18ff660d1cb1f9bf8b1d69a558536e9bbc8c60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants