mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-10-22 14:52:18 +02:00
libcamera: move PACKAGECONFIG def to meta-oe
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
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 <skandigraun@gmail.com>
This commit is contained in:
parent
016b1cec8f
commit
e75c190de3
|
@ -1,3 +1,3 @@
|
||||||
PACKAGECONFIG[raspberrypi] = "-Dpipelines=rpi/vc4 -Dipas=rpi/vc4"
|
EXTRA_OEMESON:append:rpi = " -Dipas=rpi/vc4,rpi/pisp"
|
||||||
PACKAGECONFIG:append:rpi = " raspberrypi"
|
PACKAGECONFIG:append:rpi = " raspberrypi"
|
||||||
CXXFLAGS:append:rpi = " -Wno-unaligned-access "
|
CXXFLAGS:append:rpi = " -Wno-unaligned-access "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user