mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-16 23:37:31 +00:00
Restructure the bbappends such that common portions can be put in a common bbappend and version specific bbappend then only do the patching Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
456 B
Plaintext
10 lines
456 B
Plaintext
GSTREAMER_1_0_OMX_TARGET_rpi = "rpi"
|
|
GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so"
|
|
|
|
|
|
# How to make this RPI specific?
|
|
EXTRA_OECONF_append_rpi = " CFLAGS="$CFLAGS -I${STAGING_DIR_TARGET}/usr/include/IL -I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux""
|
|
#examples only build with GL but not GLES, so disable it for RPI
|
|
EXTRA_OECONF_append_rpi = " --disable-examples"
|
|
|