From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/6] Support Python 3.x in U-Boot
Date: Fri, 15 May 2020 23:05:10 +0200 [thread overview]
Message-ID: <20200515210510.GH12536@scaer> (raw)
In-Reply-To: <20200502212812.51219-1-thomas.petazzoni@bootlin.com>
Thomas, All,
On 2020-05-02 23:28 +0200, Thomas Petazzoni spake thusly:
> Hello,
>
> Since 2020.01, U-Boot now uses python3 for its scripts, but our uboot
> package only supports adding a dependency on host-python, which causes
> a number of build failures of our defconfigs.
>
> To fix this, this series introduces additional U-Boot options with
> appropriate dependencies, and fixes the problematic defconfigs.
Series applied, with a few changes:
- I applied my proposal to handle the choice of host python version,
see the thread in patch 2
- I fixed the defconfig files as thus:
- for those that need pyelftools or pylibfdt, the NEEDS_PYTHON=y was
superfluous in the defconfig as it is selected by ither option,
- for the others that do not have pyelftools or pylibfdt, it has
become useless, because it no longer show/hides the choice anymore
Thanks!
Regards,
Yann E. MORIN.
> Thomas
>
> Thomas Petazzoni (6):
> package/python3-pyelftools: new package
> boot/uboot: support building U-Boot with Python 3.x
> configs/olimex_a20_olinuxino_lime{,2}: use Python 3.x
> configs/beelink_gs1: use Python 3.x
> configs/roc_pc_rk3399: fix U-Boot dependencies
> configs/nanopi_neo4: fix U-Boot dependencies
>
> boot/uboot/Config.in | 29 +++++++++++++++++++
> boot/uboot/uboot.mk | 12 +++++++-
> configs/beelink_gs1_defconfig | 2 ++
> configs/nanopi_neo4_defconfig | 4 +--
> configs/olimex_a20_olinuxino_lime2_defconfig | 2 ++
> configs/olimex_a20_olinuxino_lime_defconfig | 2 ++
> configs/roc_pc_rk3399_defconfig | 4 +--
> .../python-pyelftools/python-pyelftools.mk | 1 +
> .../python3-pyelftools.hash | 1 +
> .../python3-pyelftools/python3-pyelftools.mk | 17 +++++++++++
> 10 files changed, 69 insertions(+), 5 deletions(-)
> create mode 120000 package/python3-pyelftools/python3-pyelftools.hash
> create mode 100644 package/python3-pyelftools/python3-pyelftools.mk
>
> --
> 2.26.2
>
> _______________________________________________
> 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-05-15 21:05 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-02 21:28 [Buildroot] [PATCH 0/6] Support Python 3.x in U-Boot Thomas Petazzoni
2020-05-02 21:28 ` [Buildroot] [PATCH 1/6] package/python3-pyelftools: new package Thomas Petazzoni
2020-05-02 21:28 ` [Buildroot] [PATCH 2/6] boot/uboot: support building U-Boot with Python 3.x Thomas Petazzoni
2020-05-03 8:02 ` Yann E. MORIN
2020-05-03 13:12 ` Thomas Petazzoni
2020-05-09 21:45 ` Yann E. MORIN
2020-05-02 21:28 ` [Buildroot] [PATCH 3/6] configs/olimex_a20_olinuxino_lime{, 2}: use " Thomas Petazzoni
2020-05-02 21:28 ` [Buildroot] [PATCH 4/6] configs/beelink_gs1: " Thomas Petazzoni
2020-05-02 21:58 ` Clément Péron
2020-05-02 21:28 ` [Buildroot] [PATCH 5/6] configs/roc_pc_rk3399: fix U-Boot dependencies Thomas Petazzoni
2020-05-02 21:28 ` [Buildroot] [PATCH 6/6] configs/nanopi_neo4: " Thomas Petazzoni
2020-05-15 21:05 ` Yann E. MORIN [this message]
2020-05-17 17:43 ` [Buildroot] [PATCH 0/6] Support Python 3.x in U-Boot Clément Péron
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=20200515210510.GH12536@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 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.