From: Peter Korsgaard <peter@korsgaard.com>
To: Anthony Harivel <aharivel@redhat.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/util-linux: add an option to enable lscpu
Date: Sun, 03 Dec 2023 20:02:10 +0100 [thread overview]
Message-ID: <87y1ebw1n1.fsf@48ers.dk> (raw)
In-Reply-To: <CACUOEi-aBgm8e8LoEKbqtKYxzDb3ghNw5SiFt-K=7udVugqB8w@mail.gmail.com> (Anthony Harivel's message of "Sun, 3 Dec 2023 19:15:18 +0100")
>>>>> "Anthony" == Anthony Harivel <aharivel@redhat.com> writes:
> bump email.
> On Thu, Nov 23, 2023 at 4:31 PM Anthony Harivel <aharivel@redhat.com> wrote:
>>
>> lscpu displays information about CPU architecture and needs to be
>> explicitly enable for compilation.
Where do you see that? configure.ac has:
AC_ARG_ENABLE([lscpu],
AS_HELP_STRING([--disable-lscpu], [do not build lscpu]),
[], [UL_DEFAULT_ENABLE([lscpu], [check])]
)
And doing a build with BR2_PACKAGE_UTIL_LINUX_BINARIES=y I see:
libtool: install: /usr/bin/install -c lscpu /home/peko/source/buildroot/output-util/target/usr/bin/lscpu
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-12-03 19:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-23 15:31 [Buildroot] [PATCH 1/1] package/util-linux: add an option to enable lscpu Anthony Harivel
2023-12-03 18:15 ` Anthony Harivel
2023-12-03 19:02 ` Peter Korsgaard [this message]
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=87y1ebw1n1.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=aharivel@redhat.com \
--cc=buildroot@buildroot.org \
/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.