Khem Raj

Results 330 comments of Khem Raj

I think asking for homepage is a good practice. You can keep it empty or undisclosed by saying something there.

> @kraj Is it 'videoconvertscale' or 'videocolorscale' ? Release note says it's videocolorscale. https://gstreamer.freedesktop.org/releases/1.22/ the name is what is used in oe-core for this plugin. > > @ldesroches can you...

> @kraj We already have 'COMPATIBLE_MACHINE' to restrict only to specific machine type's. So this patch essentially does the same thing, isn't it ? which patch are you referring to...

> > Hi @kanavin , > > This one could be related: #8415 > > Can you please confirm your clang version? > > @kraj I think this was this...

> Don't want to hijack this issue ticket, but I've recently noticed bcc entries in my .gitconfig and they are added by: > > https://github.com/iovisor/bcc/pull/4186/files > > Should we remove...

@VVAQARAHMED it works fine here, so I would suggest that you try ``` git clone https://github.com/raspberrypi/linux.git ``` locally on this machine to ensure that you machine is able to access...

There is a warning reported by gcc-14 ``` In file included from ../../../../kea-2.4.1/src/lib/dhcpsrv/cfg_option.cc:10: ../../../../kea-2.4.1/src/lib/dhcpsrv/cfg_option.h:351:7: warning: 'isc::dhcp::CfgOption' declared with greater visibility than the type of its field 'isc::dhcp::CfgOption::options_' [-Wattributes] 351 |...

> hey @kraj > > my PR is almost one year old. Do you have a opinion on this? Should I rework it? Should I close it? @hellow554 thats a...

@hboetes what environment did you try it on? If its not yocto then it might have some patches done to musl etc. which might hide these issues. Let me also...

> Appears to have been solved. I see that 719b3eb2 added these macros if they were not defined, which fixes it, although I think using `sys/param.h` for musl `MAXNAMLEN` might...