mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:14:50 +00:00
libcamera: change python config
The python3 can be removed from PACKAGECONFIG depends because the python3native is already inherited. Also rename the pycamera to python as this is more generic and can be used to enable everything related to python. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
3fe54f61ac
commit
0b86b4a707
@ -27,7 +27,7 @@ PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[dng] = ",,tiff"
|
||||
PACKAGECONFIG[compliance] = "-Dlc-compliance=enabled,-Dlc-compliance=disabled,gtest"
|
||||
PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"
|
||||
PACKAGECONFIG[pycamera] = "-Dpycamera=enabled,-Dpycamera=disabled,python3 python3-pybind11"
|
||||
PACKAGECONFIG[python] = "-Dpycamera=enabled,-Dpycamera=disabled,python3-pybind11"
|
||||
PACKAGECONFIG[raspberrypi] = ",,libpisp"
|
||||
PACKAGECONFIG[vimc] = ",,"
|
||||
PACKAGECONFIG[virtual] = ",,libyuv libjpeg-turbo"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user