summaryrefslogtreecommitdiff
path: root/package/gpu-viv-bin-mx6q
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-28 12:16:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-28 12:16:10 +0200
commit76b0c60b5a04647a13cf0fd975ab84972ae1e51d (patch)
tree34a763f0791d46364b8a7423b200a30d514039f4 /package/gpu-viv-bin-mx6q
parentd417d12720f20c8b051260e571ae2a1a9fde1a2e (diff)
update ffmpeg, add experimental kodi package, add freescale libraries
Diffstat (limited to 'package/gpu-viv-bin-mx6q')
-rw-r--r--package/gpu-viv-bin-mx6q/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/package/gpu-viv-bin-mx6q/Makefile b/package/gpu-viv-bin-mx6q/Makefile
new file mode 100644
index 000000000..aee71c3ce
--- /dev/null
+++ b/package/gpu-viv-bin-mx6q/Makefile
@@ -0,0 +1,34 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= gpu-viv-bin-mx6q
+PKG_VERSION:= 3.10.17-1.0.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 8b9c4f6181acf46028e39508a970ecc1
+PKG_DESCR:= IMX GPU library (Freescale)
+PKG_SECTION:= libs/video
+PKG_URL:= http://www.freescale.com/
+PKG_SITES:= http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-hfp.bin
+WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}-hfp
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,GPU_VIV_BIN_MX6Q,gpu-viv-bin-mx6q,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIG_STYLE:= manual
+BUILD_STYLE:= manual
+INSTALL_STYLE:= manual
+
+gpu-viv-bin-mx6q-install:
+ $(INSTALL_DIR) $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib
+ $(CP) $(WRKBUILD)/usr/lib/lib*.so* \
+ $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib
+ $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/include
+ $(CP) $(WRKBUILD)/usr/include/* \
+ $(STAGING_TARGET_DIR)/usr/include
+
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk