mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
7dbc0ca110
* 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 \
|
|
"
|