From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: unixmania@gmail.com
Cc: Romain Naour <romain.naour@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] package/qemu: make "custom targets" config depend on !BR2_STATIC_LIBS
Date: Sat, 5 Nov 2022 22:12:11 +0100 [thread overview]
Message-ID: <20221105221211.53d7c53a@windsurf> (raw)
In-Reply-To: <20221104235727.587650-2-unixmania@gmail.com>
Hello Carlos,
On Fri, 4 Nov 2022 20:57:25 -0300
unixmania@gmail.com wrote:
> From: Carlos Santos <unixmania@gmail.com>
>
> Custom targets selects system and Linux user-land emulation, which in
> their turn require shared libraries.
>
> Signed-off-by: Carlos Santos <unixmania@gmail.com>
Could you clarify which configuration fails to build?
> config BR2_PACKAGE_QEMU_CUSTOM_TARGETS
> string "Enable specific targets"
> + depends on !BR2_STATIC_LIBS # dtc
What is the relationship with DTC here?
Also, when we have a !BR2_STATIC_LIBS dependency, we normally add a
Config.in comment:
comment "specific targets need a toolchain w/ shared library"
depends on BR2_STATIC_LIBS
But really the most important thing is to get more details to
understand better the problem.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-11-05 21:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 23:57 [Buildroot] [PATCH 0/3] package/qemu: add option to enable guest agent unixmania
2022-11-04 23:57 ` [Buildroot] [PATCH 1/3] package/qemu: make "custom targets" config depend on !BR2_STATIC_LIBS unixmania
2022-11-05 21:12 ` Thomas Petazzoni via buildroot [this message]
2022-11-04 23:57 ` [Buildroot] [PATCH 2/3] package/qemu: select FDT for custom targets too unixmania
2022-11-05 10:44 ` Thomas Huth
2022-11-05 20:23 ` Carlos Santos
2022-11-05 21:18 ` Thomas Petazzoni via buildroot
2022-11-04 23:57 ` [Buildroot] [PATCH 3/3] package/qemu: add option to enable guest agent unixmania
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=20221105221211.53d7c53a@windsurf \
--to=buildroot@buildroot.org \
--cc=romain.naour@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=unixmania@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 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.