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

fail to build kernel #5

Open
yannick opened this issue Jul 17, 2023 · 0 comments
Open

fail to build kernel #5

yannick opened this issue Jul 17, 2023 · 0 comments

Comments

@yannick
Copy link

yannick commented Jul 17, 2023

i'm trying to build a kernel on x96 x6

Hunk #1 FAILED at 1343.
1 out of 1 hunk FAILED -- saving rejects to file drivers/media/v4l2-core/v4l2-ioctl.c.rej
[yannick@alarm linux]$ cat ./src/linux-6.1/drivers/media/v4l2-core/v4l2-ioctl.c.rej
--- drivers/media/v4l2-core/v4l2-ioctl.c
+++ drivers/media/v4l2-core/v4l2-ioctl.c
@@ -1343,6 +1343,7 @@ static void v4l_fill_fmtdesc(struct v4l2_fmtdesc *fmt)
        case V4L2_PIX_FMT_M420:         descr = "YUV 4:2:0 (M420)"; break;
        case V4L2_PIX_FMT_NV12:         descr = "Y/UV 4:2:0"; break;
        case V4L2_PIX_FMT_NV21:         descr = "Y/VU 4:2:0"; break;
+       case V4L2_PIX_FMT_NV15:         descr = "10-bit Y/UV 4:2:0 (Packed)"; break;
        case V4L2_PIX_FMT_NV16:         descr = "Y/UV 4:2:2"; break;
        case V4L2_PIX_FMT_NV61:         descr = "Y/VU 4:2:2"; break;
        case V4L2_PIX_FMT_NV24:         descr = "Y/UV 4:4:4"; break;
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

No branches or pull requests

1 participant