From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: "Miquèl Raynal" <miquel.raynal@bootlin.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/mali-driver: fix build failure with archs different from aarch64 and arm
Date: Tue, 12 Apr 2022 22:02:49 +0200 [thread overview]
Message-ID: <20220412200249.GM4029883@scaer> (raw)
In-Reply-To: <20220412132753.89827-2-giulio.benetti@benettiengineering.com>
Giulio, All,
On 2022-04-12 15:27 +0200, Giulio Benetti spake thusly:
> Actually this kernel module can be built by any architecture and this
> leads to many failures. Sintce it's very unlikely that Mali will be part
> of architectures other than aarch64 and arm let's depend on BR2_aarch64
> and BR2_arm only.
>
> Fixes:
> http://autobuild.buildroot.net/results/f94885ef76865c3888d6cc52b35c93a742f92f3a
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Applied to master, after slightly rewording the commit log thanks.
Regards,
Yann E. MORIN.
> ---
> package/mali-driver/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/mali-driver/Config.in b/package/mali-driver/Config.in
> index fee67096c8..4c1a96d05c 100644
> --- a/package/mali-driver/Config.in
> +++ b/package/mali-driver/Config.in
> @@ -3,6 +3,7 @@ comment "mali-driver needs a Linux kernel to be built"
>
> config BR2_PACKAGE_MALI_DRIVER
> bool "mali-driver"
> + depends on BR2_aarch64 || BR2_arm
> depends on BR2_LINUX_KERNEL
> help
> This package builds and installs the Linux kernel driver for
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-04-12 20:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-12 13:27 [Buildroot] [PATCH] DEVELOPERS: add missing Miquèl Raynal e-mail Giulio Benetti
2022-04-12 13:27 ` [Buildroot] [PATCH] package/mali-driver: fix build failure with archs different from aarch64 and arm Giulio Benetti
2022-04-12 20:02 ` Yann E. MORIN [this message]
2022-04-13 8:12 ` Peter Korsgaard
2022-04-12 19:59 ` [Buildroot] [PATCH] DEVELOPERS: add missing Miquèl Raynal e-mail Yann E. MORIN
2022-04-13 8:04 ` Peter Korsgaard
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=20220412200249.GM4029883@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=miquel.raynal@bootlin.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