mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libdrm: version bump 2.4.99 -> 2.4.100
@ 2020-01-06 16:49 Philipp Zabel
  0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2020-01-06 16:49 UTC (permalink / raw)
  To: ptxdist

- Install amdgpu.ids if PTXCONF_LIBDRM_AMDGPU is enabled.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/libdrm.make | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/rules/libdrm.make b/rules/libdrm.make
index f3292e04f75c..68067268c9e5 100644
--- a/rules/libdrm.make
+++ b/rules/libdrm.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBDRM) += libdrm
 #
 # Paths and names
 #
-LIBDRM_VERSION	:= 2.4.99
-LIBDRM_MD5	:= 72539626815b35159a63d45bc4c14ee6
+LIBDRM_VERSION	:= 2.4.100
+LIBDRM_MD5	:= f47bc87e28198ba527e6b44ffdd62f65
 LIBDRM		:= libdrm-$(LIBDRM_VERSION)
 LIBDRM_SUFFIX	:= tar.bz2
 LIBDRM_URL	:= http://dri.freedesktop.org/libdrm/$(LIBDRM).$(LIBDRM_SUFFIX)
@@ -101,6 +101,9 @@ ifdef PTXCONF_LIBDRM_ETNAVIV
 	@$(call install_copy, libdrm, 0, 0, 0755, -, /usr/bin/etnaviv_cmd_stream_test)
 	@$(call install_copy, libdrm, 0, 0, 0755, -, /usr/bin/etnaviv_bo_cache_test)
 endif
+endif
+ifdef PTXCONF_LIBDRM_AMDGPU
+	@$(call install_copy, libdrm, 0, 0, 0644, -, /usr/share/libdrm/amdgpu.ids)
 endif
 	@$(call install_finish, libdrm)
 
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-06 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 16:49 [ptxdist] [PATCH] libdrm: version bump 2.4.99 -> 2.4.100 Philipp Zabel

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