All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libdrm: Add etnaviv support
@ 2017-05-24 20:46 Marek Vasut
  2017-05-24 22:17 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2017-05-24 20:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut

Since etnaviv is now in mainline libdrm and is becoming quite mature,
add support for generating libdrm_etnaviv package.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/drm/libdrm_2.4.80.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.80.bb b/meta/recipes-graphics/drm/libdrm_2.4.80.bb
index 063381f178..4726aa2c79 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.80.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.80.bb
@@ -27,7 +27,10 @@ EXTRA_OECONF += "--disable-cairo-tests \
                  --enable-etnaviv-experimental-api \
                  --enable-install-test-programs \
                  --disable-valgrind \
+                 --enable-libkms \
+                 --enable-etnaviv-experimental-api \
                 "
+
 PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
 
 ALLOW_EMPTY_${PN}-drivers = "1"
-- 
2.11.0



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

* Re: [PATCH] libdrm: Add etnaviv support
  2017-05-24 20:46 [PATCH] libdrm: Add etnaviv support Marek Vasut
@ 2017-05-24 22:17 ` Trevor Woerner
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2017-05-24 22:17 UTC (permalink / raw)
  To: Marek Vasut; +Cc: Patches and discussions about the oe-core layer

On Wed, May 24, 2017 at 4:46 PM, Marek Vasut <marex@denx.de> wrote:
> @@ -27,7 +27,10 @@ EXTRA_OECONF += "--disable-cairo-tests \
>                   --enable-etnaviv-experimental-api \
>                   --enable-install-test-programs \
>                   --disable-valgrind \
> +                 --enable-libkms \
> +                 --enable-etnaviv-experimental-api \


--enable-etnaviv-experimental-api is already enabled a couple lines up


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

end of thread, other threads:[~2017-05-24 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-24 20:46 [PATCH] libdrm: Add etnaviv support Marek Vasut
2017-05-24 22:17 ` Trevor Woerner

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.