Skip to content

Commit e75c190

Browse files
OldManYellsAtCloudagherzan
authored andcommitted
libcamera: move PACKAGECONFIG def to meta-oe
Move the raspberrypi PACKAGECONFIG to meta-oe (at least partially), as the libcamera recipe needs to know when is it built for an rpi due to a new build dependency. Also, make the PACKAGECONFIG append device specific. Otherwise the behavior of the bbappend should not change by this patch. Signed-off-by: Gyorgy Sarvari <[email protected]>
1 parent 016b1ce commit e75c190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PACKAGECONFIG[raspberrypi] = "-Dpipelines=rpi/vc4 -Dipas=rpi/vc4"
1+
EXTRA_OEMESON:append:rpi = " -Dipas=rpi/vc4,rpi/pisp"
22
PACKAGECONFIG:append:rpi = " raspberrypi"
33
CXXFLAGS:append:rpi = " -Wno-unaligned-access "

0 commit comments

Comments
 (0)