mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
imx-gpu-viv: update to galcore v5 on linux 4.4 [backport of #1603]
This commit is contained in:
parent
dd4431b2a0
commit
a32394bca6
@ -17,7 +17,13 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="imx-gpu-viv"
|
||||
PKG_VERSION="5.0.11.p4.5-hfp"
|
||||
if [ "$LINUX" = "imx6-3.14-sr" ]; then
|
||||
PKG_VERSION="5.0.11.p4.5-hfp"
|
||||
elif [ "$LINUX" = "imx6-4.4-xbian" ]; then
|
||||
PKG_VERSION="5.0.11.p7.4-hfp"
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://www.freescale.com"
|
||||
@ -49,14 +55,19 @@ makeinstall_target() {
|
||||
gpu-core/usr/lib/libGLSLC.so* \
|
||||
gpu-core/usr/lib/libGAL-fb.so \
|
||||
gpu-core/usr/lib/libGAL.so* \
|
||||
gpu-core/usr/lib/libGAL_egl.fb.so \
|
||||
gpu-core/usr/lib/libGAL_egl.so* \
|
||||
gpu-core/usr/lib/libVIVANTE-fb.so \
|
||||
gpu-core/usr/lib/libVIVANTE.so* \
|
||||
gpu-core/usr/lib/libOpenCL.so \
|
||||
gpu-core/usr/lib/libVSC.so \
|
||||
g2d/usr/lib/libg2d*.so*"
|
||||
|
||||
# missing in 5.0.11.p7.4-hfp
|
||||
if [ "LINUX" = "imx6-3.14-sr" ]; then
|
||||
LIBS_COPY="$LIBS_COPY \
|
||||
gpu-core/usr/lib/libGAL_egl.fb.so \
|
||||
gpu-core/usr/lib/libGAL_egl.so*"
|
||||
fi
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||
cp -PRv $LIBS_COPY $SYSROOT_PREFIX/usr/lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user