agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
520 stars 407 forks source link

rpidistro-vlc,rpidistro-ffmpeg: update COMPATIBLE_HOST regex #1120

Closed EasyIP2023 closed 1 year ago

EasyIP2023 commented 1 year ago

Connected to VLC on RaspberryPI0w2 with framebuffer only

- What I did From VLC on RaspberryPI0w2 with framebuffer only fixes

ERROR: Nothing PROVIDES 'rpidistro-ffmpeg'
rpidistro-ffmpeg was skipped: incompatible with host arm-project-linux-gnueabi (not in COMPATIBLE_HOST)

- How I did it Removed single quotes from regex string as it appears to make the expression invalid. Thus, leading to above error.