mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
e75c190de3
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>
4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
EXTRA_OEMESON:append:rpi = " -Dipas=rpi/vc4,rpi/pisp"
|
|
PACKAGECONFIG:append:rpi = " raspberrypi"
|
|
CXXFLAGS:append:rpi = " -Wno-unaligned-access "
|