mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
omxplayer: Update to latest and disable on rpi64
Its uses omaxplayer/mmal APIs from firmware which seems to not work with 4.9 kernel Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,10 +7,10 @@ SECTION = "console/utils"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh"
|
||||
DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil"
|
||||
PR = "r4"
|
||||
|
||||
SRCREV = "8466acf65f5f444dfa22631fb83c07ac759c02a5"
|
||||
SRCREV = "62fb580260adb9b01e5694bb4374fb9a5f6f1021"
|
||||
SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \
|
||||
file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \
|
||||
file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \
|
||||
@@ -21,7 +21,9 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_MACHINE = "raspberrypi"
|
||||
COMPATIBLE_MACHINE ?= "null"
|
||||
COMPATIBLE_MACHINE_rpi_aarch64 = "null"
|
||||
COMPATIBLE_MACHINE_rpi = "(.*)"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
@@ -31,9 +33,8 @@ export TEMPDIR = "${S}/tmp"
|
||||
# Needed in Makefile.ffmpeg
|
||||
export HOST = "${HOST_SYS}"
|
||||
export WORK = "${S}"
|
||||
export FLOAT = "${@bb.utils.contains("TUNE_FEATURES", "callconvention-hard", "hard", "softfp", d)}"
|
||||
export FFMPEG_EXTRA_CFLAGS = "--sysroot=${STAGING_DIR_TARGET}"
|
||||
export FFMPEG_EXTRA_LDFLAGS = "--sysroot=${STAGING_DIR_TARGET}"
|
||||
export FFMPEG_EXTRA_CFLAGS = "${TUNE_CCARGS} ${TOOLCHAIN_OPTIONS}"
|
||||
export FFMPEG_EXTRA_LDFLAGS = "${TUNE_CCARGS} ${TOOLCHAIN_OPTIONS}"
|
||||
|
||||
# Needed in top Makefile
|
||||
export LDFLAGS = "-L${S}/ffmpeg_compiled/usr/lib \
|
||||
|
||||
Reference in New Issue
Block a user