All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ti-gfx: needs ia32 libraries
@ 2016-03-27 22:31 Yann E. MORIN
  2016-03-28 13:41 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2016-03-27 22:31 UTC (permalink / raw)
  To: buildroot

The installer is a 32-bit executable, so we need the 32-bit libraries on
the host to be able to execute it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/ti-gfx/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
index de4e9cb..1481534 100644
--- a/package/ti-gfx/Config.in
+++ b/package/ti-gfx/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_TI_GFX
 	bool "ti-gfx"
 	depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
+	select BR2_HOSTARCH_NEEDS_IA32_LIBS
 	select BR2_PACKAGE_HAS_LIBEGL
 	select BR2_PACKAGE_HAS_LIBGLES
 	select BR2_PACKAGE_HAS_POWERVR
-- 
1.9.1

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

* [Buildroot] [PATCH] package/ti-gfx: needs ia32 libraries
  2016-03-27 22:31 [Buildroot] [PATCH] package/ti-gfx: needs ia32 libraries Yann E. MORIN
@ 2016-03-28 13:41 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-03-28 13:41 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 28 Mar 2016 00:31:47 +0200, Yann E. MORIN wrote:
> The installer is a 32-bit executable, so we need the 32-bit libraries on
> the host to be able to execute it.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/ti-gfx/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-03-28 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-27 22:31 [Buildroot] [PATCH] package/ti-gfx: needs ia32 libraries Yann E. MORIN
2016-03-28 13:41 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.