Skip to content

Commit

Permalink
[UPDATED] prod-devel-rcar.yaml: Remove strace from the build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Vladyslav Goncharuk authored and Oleksandr Tyshchenko committed May 31, 2023
1 parent df5f6ad commit 8dfc454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod-devel-rcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ common_data:
- [PACKAGE_CLASSES, "package_ipk"]

# Additional testing and debug tools
- [IMAGE_INSTALL:append, " expect ltrace strace evtest"]
- [IMAGE_INSTALL:append, " expect ltrace evtest"]

# Install some apps to test GPU/Display
- [IMAGE_INSTALL:append, " glmark2 kmscube"]
Expand Down

0 comments on commit 8dfc454

Please sign in to comment.