All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] hwdata: allow to build native and nativesdk
@ 2022-11-09  9:35 Markus Volk
  2022-11-09 12:49 ` [oe] " Ross Burton
  0 siblings, 1 reply; 9+ messages in thread
From: Markus Volk @ 2022-11-09  9:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Previously, wlroots read the edid information for the drm backend from udev_hwdb.
After the latest changes, it now gets the information from hwdata to unblock platforms
without systemd support. For this, hwdata-native is needed. If it is not found, wlroots
uses hwdata from host, which may not be up to date. This would ensure that the
information can be read from the latest hwdata version available in oe-core.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-support/hwdata/hwdata_0.364.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.364.bb b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb
index 6499db24f..4abfb4346 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.364.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb
@@ -23,3 +23,5 @@ do_install() {
 
 FILES:${PN} = "${libdir}/* \
                ${datadir}/* "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.34.1



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

end of thread, other threads:[~2022-11-09 22:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-09  9:35 [meta-oe][PATCH] hwdata: allow to build native and nativesdk Markus Volk
2022-11-09 12:49 ` [oe] " Ross Burton
2022-11-09 13:10   ` Markus Volk
     [not found]   ` <1725ECAD7BE80329.32043@lists.openembedded.org>
2022-11-09 13:41     ` Markus Volk
2022-11-09 14:33       ` Ross Burton
2022-11-09 16:01         ` Markus Volk
2022-11-09 16:43           ` Ross Burton
2022-11-09 17:57             ` Markus Volk
2022-11-09 22:40               ` Ross Burton

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.