Message ID | 20190605202248.394-1-bruce.richardson@intel.com |
---|---|
Headers | show |
Series |
|
Related | show |
On Wed, 2019-06-05 at 21:22 +0100, Bruce Richardson wrote: > After using meson to configure a build, we output a brief list of all > components that are enabled. However, of more use to most users is a > list of what is not being enabled, so that they can look for gaps and > see about fixing those gaps, e.g. by installing driver dependencies. > > This patchset adds such a printout at the end, but to make things > easier, it also adds support for drivers adding a reason why they not > being built, e.g. unsupported platform, or missing software > dependency. Series-acked-by: Luca Boccassi <bluca@debian.org>
On Wed, Jun 05, 2019 at 09:39:07PM +0100, Luca Boccassi wrote: > On Wed, 2019-06-05 at 21:22 +0100, Bruce Richardson wrote: > > After using meson to configure a build, we output a brief list of all > > components that are enabled. However, of more use to most users is a > > list of what is not being enabled, so that they can look for gaps and > > see about fixing those gaps, e.g. by installing driver dependencies. > > > > This patchset adds such a printout at the end, but to make things > > easier, it also adds support for drivers adding a reason why they not > > being built, e.g. unsupported platform, or missing software > > dependency. > > Series-acked-by: Luca Boccassi <bluca@debian.org> > Ping on this patchset. It's acked almost 2 weeks now, so can it be merged? [to get it off my "list-of-stuff-to-track"] /Bruce
05/06/2019 22:39, Luca Boccassi: > On Wed, 2019-06-05 at 21:22 +0100, Bruce Richardson wrote: > > After using meson to configure a build, we output a brief list of all > > components that are enabled. However, of more use to most users is a > > list of what is not being enabled, so that they can look for gaps and > > see about fixing those gaps, e.g. by installing driver dependencies. > > > > This patchset adds such a printout at the end, but to make things > > easier, it also adds support for drivers adding a reason why they not > > being built, e.g. unsupported platform, or missing software > > dependency. > > Series-acked-by: Luca Boccassi <bluca@debian.org> Applied, thanks