mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00

* Having to disable armvfp feels VERY wrong so this is not going upstream until I work out why.
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
PRINC = "1"
|
|
|
|
SRC_URI_append = " file://libavcodec-ac3dsp_armv6-patch-out-armv7.patch"
|
|
|
|
EXTRA_OECONF_append_raspberrypi = " \
|
|
--cpu=arm1176jzf-s --disable-armvfp --disable-neon \
|
|
"
|