From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] boot/uboot: switch to host-python3
Date: Sun, 26 Apr 2020 18:29:51 +0200 [thread overview]
Message-ID: <20200426162951.GB28666@scaer> (raw)
In-Reply-To: <20200426140330.6498-1-francois.perrad@gadz.org>
Fran?ois, All,
On 2020-04-26 16:03 +0200, Francois Perrad spake thusly:
> that fixes the following build failures with olimex_a20_olinuxino_lime*_defconfig:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/526035680
> https://gitlab.com/buildroot.org/buildroot/-/jobs/526035682
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> boot/uboot/uboot.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
> index 2bfa50779..688cc17cc 100644
> --- a/boot/uboot/uboot.mk
> +++ b/boot/uboot/uboot.mk
> @@ -160,7 +160,7 @@ UBOOT_DEPENDENCIES += host-dtc
> endif
>
> ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYLIBFDT),y)
> -UBOOT_DEPENDENCIES += host-python host-swig
> +UBOOT_DEPENDENCIES += host-python3 host-swig
This is not correct, because it is possible to use older versions of
uboot that still require python2, and this chagne would break them, as
well as our 33 other defconfigs that are still using such an older
uboot.
Another discussion was started on that topic:
http://lists.busybox.net/pipermail/buildroot/2020-April/281309.html
Regards,
Yann E. MORIN.
> endif
>
> ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS),y)
> --
> 2.20.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2020-04-26 16:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-26 14:03 [Buildroot] [PATCH] boot/uboot: switch to host-python3 Francois Perrad
2020-04-26 16:29 ` Yann E. MORIN [this message]
2020-04-27 19:28 ` Thomas Petazzoni
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=20200426162951.GB28666@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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