Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imx-gpu-viv: install g2d library and header
@ 2015-10-12 15:03 Vincent Stehlé
  2015-10-12 15:09 ` Gary Bisson
  2015-10-12 21:44 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Stehlé @ 2015-10-12 15:03 UTC (permalink / raw)
  To: buildroot

Freescale gpu-viv binaries archive supplies the libraries and headers
for accelerated OpenGL ES, OpenCL and OpenVG on i.MX6 platforms.

This binaries archive also supplies a g2d library and its header, which
allow to perform accelerated 2D operations on i.MX6 platforms in a
simpler manner. Install those as well, as it is useful for some
packages, such as e.g. kodi.

Signed-off-by: Vincent Stehl? <vincent.stehle@freescale.com>
Cc: Gary Bisson <gary.bisson@boundarydevices.com>
---
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
index aa1e3b6..bba2934 100644
--- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
+++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
@@ -64,6 +64,7 @@ endif
 
 define IMX_GPU_VIV_INSTALL_STAGING_CMDS
 	cp -r $(@D)/gpu-core/usr/* $(STAGING_DIR)/usr
+	cp -r $(@D)/g2d/usr/* $(STAGING_DIR)/usr
 	$(IMX_GPU_VIV_FIXUP_FB_HEADERS)
 	for lib in egl glesv2 vg; do \
 		$(INSTALL) -m 0644 -D \
@@ -85,6 +86,7 @@ endif
 define IMX_GPU_VIV_INSTALL_TARGET_CMDS
 	$(IMX_GPU_VIV_INSTALL_EXAMPLES)
 	cp -a $(@D)/gpu-core/usr/lib $(TARGET_DIR)/usr
+	cp -a $(@D)/g2d/usr/lib $(TARGET_DIR)/usr
 	for lib in EGL GAL VIVANTE GLESv2; do \
 		for f in $(TARGET_DIR)/usr/lib/lib$${lib}-*.so; do \
 			case $$f in \
-- 
2.5.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-13  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12 15:03 [Buildroot] [PATCH] imx-gpu-viv: install g2d library and header Vincent Stehlé
2015-10-12 15:09 ` Gary Bisson
2015-10-13  9:02   ` Stehle Vincent
2015-10-12 21:44 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox