diff options
-rw-r--r-- | package/firmware-imx/Makefile | 4 | ||||
-rw-r--r-- | package/gpu-viv-bin-mx6q/Makefile | 1 | ||||
-rw-r--r-- | package/imx-vpu/Makefile | 4 | ||||
-rw-r--r-- | package/imx-vpu/patches/patch-vpu_Makefile | 17 | ||||
-rw-r--r-- | package/libfslvpuwrap/Makefile | 4 |
5 files changed, 10 insertions, 20 deletions
diff --git a/package/firmware-imx/Makefile b/package/firmware-imx/Makefile index 5eae77f8c..8f085189d 100644 --- a/package/firmware-imx/Makefile +++ b/package/firmware-imx/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= firmware-imx -PKG_VERSION:= 3.10.17-1.0.0 +PKG_VERSION:= 3.14.28-1.0.0 PKG_RELEASE:= 1 -PKG_HASH:= 768d857dfc1bec344fbd95665e450030d5a0d541a695027f6d7815e0309bea37 +PKG_HASH:= 1f09acd4d605efc78a0672068a658cb16274811d2f444cf3ae7aaa075266746f PKG_DESCR:= imx vpu firmware PKG_SECTION:= sys/firmware PKG_URL:= http://www.freescale.com/ diff --git a/package/gpu-viv-bin-mx6q/Makefile b/package/gpu-viv-bin-mx6q/Makefile index 9024275ba..4509dcbeb 100644 --- a/package/gpu-viv-bin-mx6q/Makefile +++ b/package/gpu-viv-bin-mx6q/Makefile @@ -34,5 +34,6 @@ gpu-viv-bin-mx6q-install: $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/include $(CP) $(WRKBUILD)/usr/include/* \ $(STAGING_TARGET_DIR)/usr/include + -rm -r $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib/libGL.so* include ${ADK_TOPDIR}/mk/pkg-bottom.mk diff --git a/package/imx-vpu/Makefile b/package/imx-vpu/Makefile index ed90f1ad2..623002ac3 100644 --- a/package/imx-vpu/Makefile +++ b/package/imx-vpu/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= imx-vpu -PKG_VERSION:= 3.10.17-1.0.0 +PKG_VERSION:= 5.4.31 PKG_RELEASE:= 1 -PKG_HASH:= cd8a7bd50ff3274db76a331cc6622d3ba4bb7c790ce778f303e49187df2dfd72 +PKG_HASH:= a266ab317fbd866541eae506d68983bcd361f49d1162a66bb34cb8088ceec88c PKG_DESCR:= imx vpu library PKG_DEPENDS:= firmware-imx PKG_SECTION:= libs/video diff --git a/package/imx-vpu/patches/patch-vpu_Makefile b/package/imx-vpu/patches/patch-vpu_Makefile index 00af01eed..59a9018e8 100644 --- a/package/imx-vpu/patches/patch-vpu_Makefile +++ b/package/imx-vpu/patches/patch-vpu_Makefile @@ -1,6 +1,6 @@ ---- imx-vpu-3.10.17-1.0.0.orig/vpu/Makefile 2014-01-16 15:27:33.000000000 +0100 -+++ imx-vpu-3.10.17-1.0.0/vpu/Makefile 2015-10-08 18:46:28.302097835 +0200 -@@ -21,22 +21,22 @@ endif +--- imx-vpu-5.4.31.orig/vpu/Makefile 2015-07-08 17:42:16.000000000 +0200 ++++ imx-vpu-5.4.31/vpu/Makefile 2015-10-13 14:45:14.464306484 +0200 +@@ -22,13 +22,13 @@ endif all: $(LIBNAME).so $(LIBNAME).a install: install_headers @@ -19,14 +19,3 @@ else all install : endif - - %.o: %.c -- $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@ -+ $(CC) -D$(PLATFORM) $(CFLAGS) -fPIC -c $^ -o $@ - - $(LIBNAME).so.$(SONAMEVERSION): $(OBJ) -- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -lpthread -+ $(CC) $(CFLAGS) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -lpthread - - $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION) - ln -s $< $@ diff --git a/package/libfslvpuwrap/Makefile b/package/libfslvpuwrap/Makefile index 11c06a425..4814cbdea 100644 --- a/package/libfslvpuwrap/Makefile +++ b/package/libfslvpuwrap/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libfslvpuwrap -PKG_VERSION:= 1.0.46 +PKG_VERSION:= 1.0.58 PKG_RELEASE:= 1 -PKG_HASH:= 7fc1258de338339d19a1a35167393fdc4d773682dfd9b951b197403a075f85fd +PKG_HASH:= a278eb18ec24230166ac39e2eadf7b934798f0432654c2e24c4cb69c3ac1cf0f PKG_DESCR:= vpu wrapper library PKG_SECTION:= libs/video PKG_BUILDDEP:= imx-lib imx-vpu |