EasyIP2023
EasyIP2023
How I build add into `conf/local.conf`. To fix mesa-gl issue https://github.com/agherzan/meta-raspberrypi/issues/987#issuecomment-1020306027 ``` MACHINE = "raspberrypi4" LICENSE_FLAGS_WHITELIST = "commercial" ENABLE_UART = "1" DISABLE_VC4GRAPHICS = "1" ENABLE_RPI_DISTRO_VLC = "1" EXTRA_IMAGE_FEATURES:append = "...
Hi @agherzan, May I have another review on this?
@kraj Mainly for patch compatibility. I figured if oe-core provided version of ffmpeg changes versions we'd have to update patches accordingly each time. Why I'd rather have a custom recipe...
Hey @agherzan, Yes, the majority of the patches are identically pulled from: * rpidistro-ffmpeg: https://github.com/RPi-Distro/ffmpeg/tree/pios/bullseye/debian/patches * rpidistro-vlc: https://github.com/RPi-Distro/vlc/tree/buster-rpt/debian/patches * meta-openembedded/vlc: https://github.com/openembedded/meta-openembedded/tree/master/meta-multimedia/recipes-multimedia/vlc/vlc I am willing to maintain how patches are applied...
Hey, @agherzan @kraj Went a head and removed the ENABLE_RPI_DISTRO_VLC and CORE_IMAGE_EXTRA_INSTALL variables. So users can add VLC themselves with ability to select ffmpeg version.
@agherzan Yes, I'll go ahead reset up dev env and rebase branch.
@agherzan okay just push changes checking to make sure I can still build and run VLC
@agherzan @kraj bellow are results/commands I used to due a few test. ## WORKING ``` root@raspberrypi4:~# vlc -H | grep mmal VLC media player 3.0.12 Vetinari (revision 1.0.6-1619-gf7fd69f12) MMAL-based deinterlace...
@agherzan thanks :) believe it was because I added a . after Jr
Hey, @agherzan @kraj I went ahead and added rpidistro-{vlc and ffmpeg} recipes into the dynamic-layers/multimedia-layer folder although ffmpeg is in oe-core and not meta-openembedded/meta-multmedia. I think that's the best possible...