Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Olivain <ju.o@free.fr>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org,
	Adam Duskett <adam.duskett@amarulasolutions.com>,
	Daniel Lang <dalang@gmx.at>,
	Eric Le Bihan <eric.le.bihan.dev@free.fr>,
	Romain Naour <romain.naour@gmail.com>,
	Valentin Korenblit <valentinkorenblit@gmail.com>
Subject: Re: [Buildroot] [PATCH 1/6] package/libdrm: add host variant
Date: Mon, 27 Jan 2025 21:43:19 +0100	[thread overview]
Message-ID: <65280a0983bcded1d95cb52d3ac3d827@free.fr> (raw)
In-Reply-To: <20250118083837.2883279-1-bernd@kuhls.net>

Hi Bernd,

Thank you for the patch.

On 18/01/2025 09:38, Bernd Kuhls wrote:
> Needed for mesa3d bump to 24.1.0.

Could you elaborate a bit more in the commit log, on the reason why
host-libdrm is needed?

My understanding is that:
host-libdrm is needed by host-mesa3d, which is needed by (target)
mesa3d, when enabling the Gallium Iris driver.

It seems very specific, for now, to this Iris driver.
It could be helpful to record this information in the commit log
for future debug or maintenance.

> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/libdrm/libdrm.mk | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
> index 9d463ca01e..a8a912859e 100644
> --- a/package/libdrm/libdrm.mk
> +++ b/package/libdrm/libdrm.mk
> @@ -116,4 +116,25 @@ else
>  LIBDRM_CONF_OPTS += -Dtests=false
>  endif
> 
> +HOST_LIBDRM_CONF_OPTS = \
> +	-Damdgpu=disabled \
> +	-Dcairo-tests=disabled \
> +	-Detnaviv=disabled \
> +	-Dexynos=disabled \
> +	-Dfreedreno=disabled \
> +	-Dfreedreno-kgsl=false \
> +	-Dinstall-test-programs=false \
> +	-Dintel=disabled \
> +	-Dman-pages=disabled \
> +	-Dnouveau=disabled \
> +	-Domap=disabled \
> +	-Dradeon=disabled \
> +	-Dtegra=disabled \
> +	-Dvc4=disabled \
> +	-Dvmwgfx=disabled \
> +	-Dtests=false \
> +	-Dudev=false \
> +	-Dvalgrind=disabled
> +
>  $(eval $(meson-package))
> +$(eval $(host-meson-package))
> --
> 2.39.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-01-27 20:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-18  8:38 [Buildroot] [PATCH 1/6] package/libdrm: add host variant Bernd Kuhls
2025-01-18  8:38 ` [Buildroot] [PATCH 2/6] package/llvm-project/libclc: " Bernd Kuhls
2025-01-18  8:38 ` [Buildroot] [PATCH 3/6] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2025-01-18  8:38 ` [Buildroot] [PATCH 4/6] package/spirv-tools: add host variant Bernd Kuhls
2025-01-18  8:38 ` [Buildroot] [PATCH v4 5/6] package/{mesa3d, mesa3d-headers}: bump version to 24.3.3 Bernd Kuhls
2025-01-25 23:07   ` Fiona Klute via buildroot
2025-01-27 20:50   ` Julien Olivain
2025-01-18  8:38 ` [Buildroot] [PATCH 6/6] package/mesa3d: add option to enable VIRTIO vulkan driver Bernd Kuhls
2025-02-05 15:12   ` Thomas Petazzoni via buildroot
2025-01-25 23:02 ` [Buildroot] [PATCH 1/6] package/libdrm: add host variant Fiona Klute via buildroot
2025-01-27 20:43 ` Julien Olivain [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-29 17:49 Bernd Kuhls
2024-11-01 22:54 Bernd Kuhls
2024-11-01 18:57 Bernd Kuhls
2024-10-31 20:04 Bernd Kuhls
2024-10-26 11:18 Bernd Kuhls
2024-09-22 19:37 Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65280a0983bcded1d95cb52d3ac3d827@free.fr \
    --to=ju.o@free.fr \
    --cc=adam.duskett@amarulasolutions.com \
    --cc=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=dalang@gmx.at \
    --cc=eric.le.bihan.dev@free.fr \
    --cc=romain.naour@gmail.com \
    --cc=valentinkorenblit@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox