From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Damien Le Moal via buildroot <buildroot@buildroot.org>
Cc: Niklas Cassel <Niklas.Cassel@wdc.com>,
Damien Le Moal <damien.lemoal@opensource.wdc.com>,
Alistair Francis <alistair@alistair23.me>,
"Yann E . MORIN" <yann.morin.1998@free.fr>
Subject: Re: [Buildroot] [PATCH v2 05/11] package: python-kflash: Kendryte K210 UART ISP Utility
Date: Mon, 30 May 2022 21:31:04 +0200 [thread overview]
Message-ID: <20220530213104.3f8755d4@windsurf> (raw)
In-Reply-To: <20220530033836.474926-6-damien.lemoal@opensource.wdc.com>
Hello Damien,
On Mon, 30 May 2022 12:38:30 +0900
Damien Le Moal via buildroot <buildroot@buildroot.org> wrote:
> Add the kflash Kendryte K210 UART ISP Utility as a host package to allow
> users to program their board boot ROM or SRAM with built images.
>
> The kflash utility is available through the pypi.org python package
> index. The project is homepage is: https://github.com/vowstar/kflash.py.
>
> kflash depends on the python-serial and python-pyelftools packages.
> These packages are modified to add the host package definition.
>
> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
> ---
> DEVELOPERS | 3 +++
> package/Config.in.host | 3 +++
> package/python-kflash/Config.in.host | 9 +++++++++
> package/python-kflash/python-kflash.hash | 5 +++++
> package/python-kflash/python-kflash.mk | 15 +++++++++++++++
> package/python-pyelftools/Config.in.host | 7 +++++++
> package/python-serial/Config.in.host | 6 ++++++
> package/python-serial/python-serial.mk | 1 +
> 8 files changed, 49 insertions(+)
> create mode 100644 package/python-kflash/Config.in.host
> create mode 100644 package/python-kflash/python-kflash.hash
> create mode 100644 package/python-kflash/python-kflash.mk
> create mode 100644 package/python-pyelftools/Config.in.host
> create mode 100644 package/python-serial/Config.in.host
I have applied to next, after doing some changes:
- I have split into a separate patch the addition of the host variant
of python-serial
- I have dropped the addition of package/python-serial/Config.in.host
and package/python-pyelftools/Config.in.host, as these were not
needed. We only add Config.in.host files for host packages that are
directly "useful" to the user, not when they are just dependencies
of another package.
- I have fixed the commit title to match our coding style.
Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-05-30 19:31 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-30 3:38 [Buildroot] [PATCH v2 00/11] Fix RV64 NOMMU and add Canaan K210 SoC support Damien Le Moal via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 01/11] package: elf2flt: fix config menu entry description Damien Le Moal via buildroot
2022-05-30 10:03 ` Alistair Francis
2022-05-30 18:59 ` Thomas Petazzoni via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 02/11] package: elf2flt: Update RISC-V 64-bits support Damien Le Moal via buildroot
2022-05-30 19:06 ` Thomas Petazzoni via buildroot
2022-07-25 14:44 ` Thomas Petazzoni via buildroot
2022-07-26 3:41 ` Damien Le Moal via buildroot
2022-07-26 9:30 ` Romain Naour
2022-08-06 20:47 ` Thomas Petazzoni via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 03/11] board: Add common Linux kernel support for RISCV NOMMU builds Damien Le Moal via buildroot
2022-05-30 19:17 ` Thomas Petazzoni via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 04/11] configs/qemu_riscv64_nommu_virt_defconfig: new defconfig Damien Le Moal via buildroot
2022-05-30 19:18 ` Thomas Petazzoni via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 05/11] package: python-kflash: Kendryte K210 UART ISP Utility Damien Le Moal via buildroot
2022-05-30 19:31 ` Thomas Petazzoni via buildroot [this message]
2022-05-30 3:38 ` [Buildroot] [PATCH v2 06/11] board: Add common support for Canaan K210 SoC-based boards Damien Le Moal via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 07/11] board: Add Sipeed MAIX-Bit board support Damien Le Moal via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 08/11] board: Add Sipeed MAIXDUINO " Damien Le Moal via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 09/11] board: Add Sipeed MAIX-Dock " Damien Le Moal via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 10/11] board: Add Sipeed MAIX-Go " Damien Le Moal via buildroot
2022-05-30 3:38 ` [Buildroot] [PATCH v2 11/11] board: Add Canaan KD233 " Damien Le Moal via buildroot
2022-05-30 10:19 ` [Buildroot] [PATCH v2 00/11] Fix RV64 NOMMU and add Canaan K210 SoC support Waldemar Brodkorb
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=20220530213104.3f8755d4@windsurf \
--to=buildroot@buildroot.org \
--cc=Niklas.Cassel@wdc.com \
--cc=alistair@alistair23.me \
--cc=damien.lemoal@opensource.wdc.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/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