aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/python3-picamera
AgeCommit message (Collapse)Author
2022-01-28picamera-libs,python3-picamera: Limit visibility to 32 bit rpi machinesKhem Raj
These recipes use prebuilt vc libs which are 32bit only libs They also do not work on musl https://github.com/agherzan/meta-raspberrypi/pull/983 introduced these recipes however these are not generic packages that can be used on non-rpi machines therefore mark them so. It helps in using this SOC layer with other SOC layers in a distro Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-25python3-picamera: Add picamera librarybhargavthriler
python3-picamera : recipe for python picamera library. picamera-libs : recipe raspberry pi firmware which are required by picamera. Closes: #959 Signed-off-by: Bhargav Das <bhargavthriler@gmail.com>