-
Notifications
You must be signed in to change notification settings - Fork 15
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
Strace build fails after switching to the Kirkstone Yocto release #81
Comments
Maybe it can be fixed by updating |
otyshchenko1
pushed a commit
to otyshchenko1/meta-xt-prod-devel-rcar
that referenced
this issue
May 31, 2023
It is causing a build error after switching to the new Renesas BSP 5.9.0 and Yocto Kirkstone: ../strace-5.10/v4l2.c:23:9: error: static assertion failed: "Unexpected struct v4l2_create_buffers.reserved size, please update the decoder" If we will need this tool, we will investigate this issue later on. For now, the corresponding issue has been already created at: xen-troops#81 Signed-off-by: Vladyslav Goncharuk <[email protected]>
otyshchenko1
pushed a commit
to otyshchenko1/meta-xt-prod-devel-rcar
that referenced
this issue
Jun 1, 2023
It is causing a build error after switching to the new Renesas BSP 5.9.0 and Yocto Kirkstone: ../strace-5.10/v4l2.c:23:9: error: static assertion failed: "Unexpected struct v4l2_create_buffers.reserved size, please update the decoder" If we will need this tool, we will investigate this issue later on. For now, the corresponding issue has been already created at: xen-troops#81 Signed-off-by: Vladyslav Goncharuk <[email protected]>
otyshchenko1
pushed a commit
to otyshchenko1/meta-xt-prod-devel-rcar
that referenced
this issue
Jun 9, 2023
It is causing a build error after switching to the new Renesas BSP 5.9.0 and Yocto Kirkstone: ../strace-5.10/v4l2.c:23:9: error: static assertion failed: "Unexpected struct v4l2_create_buffers.reserved size, please update the decoder" If we will need this tool, we will investigate this issue later on. For now, the corresponding issue has been already created at: xen-troops#81 Signed-off-by: Vladyslav Goncharuk <[email protected]> Acked-by: Volodymyr Babchuk <[email protected]>
lorc
pushed a commit
that referenced
this issue
Jun 9, 2023
It is causing a build error after switching to the new Renesas BSP 5.9.0 and Yocto Kirkstone: ../strace-5.10/v4l2.c:23:9: error: static assertion failed: "Unexpected struct v4l2_create_buffers.reserved size, please update the decoder" If we will need this tool, we will investigate this issue later on. For now, the corresponding issue has been already created at: #81 Signed-off-by: Vladyslav Goncharuk <[email protected]> Acked-by: Volodymyr Babchuk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The build of strace tool fails, after switching to the Kirkstone Yocto release.
The following error appears in the build log:
The tool is removed from the build with the same PR, which switches our project to the Kirkstone usage ( not merged as of May 26, 2023 ) - #80
Commit - bdcf320
That was done to ensure the successful build.
Still, @lorc asked me to create this issue in order to not forget, that it exists.
Maybe, someone will find time to investigate it later on.
The text was updated successfully, but these errors were encountered: