From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Fiona Klute <fiona.klute@gmx.de>
Cc: James Hilliard <james.hilliard1@gmail.com>,
Angelo Compagnucci <angelo.compagnucci@gmail.com>,
Asaf Kahlon <asafka7@gmail.com>,
Fiona Klute via buildroot <buildroot@buildroot.org>
Subject: Re: [Buildroot] [PATCH v2 3/4] package/fail2ban: bump version to 1.1.0
Date: Wed, 10 Jul 2024 21:58:03 +0200 [thread overview]
Message-ID: <20240710215803.0c5339b2@windsurf> (raw)
In-Reply-To: <83847513-35ce-449d-a90c-ba18e80c892b@gmx.de>
Hello,
On Wed, 10 Jul 2024 20:41:17 +0200
Fiona Klute <fiona.klute@gmx.de> wrote:
> > $ mkdir /tmp/foo
> > $ cp ~/buildroot/support/config-fragments/autobuild/bootlin-armv7-glibc.config .config
> > $ ~/buildroot/utils/docker-run make -C ~/buildroot O=$(pwd) menuconfig
> >
> > enable BR2_PACKAGE_PYTHON3=y and BR2_PACKAGE_FAIL2BAN=y in menuconfig, exit
>
> Having to manually edit the config is exactly what I was trying to
> avoid, whether by using an existing .config or a defconfig that enables
> the options I need. Minimizing friction. ;-)
Well, then:
$ mkdir /tmp/foo
$ cd /tmp/foo
$ cp ~/buildroot/support/config-fragments/autobuild/bootlin-armv7-glibc.config .config
$ cat > .config<<EOF
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_FAIL2BAN=y
EOF
$ ~/buildroot/utils/docker-run make olddefconfig
$ ~/buildroot/utils/docker-run make
done.
> > However, it would indeed perhaps make sense for docker-run to mount
> > BR2_EXTERNAL trees inside the container.
>
> I've just sent a patch. :-)
Seen. I'll probably wait for the review from Yann E. Morin on this
change though.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-07-10 19:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 12:13 [Buildroot] [PATCH v2 0/4] Update fail2ban to 1.1.0, add dependencies Fiona Klute via buildroot
2024-07-04 12:13 ` [Buildroot] [PATCH v2 1/4] package/python-pyasyncore: new package Fiona Klute via buildroot
2024-07-04 12:13 ` [Buildroot] [PATCH v2 2/4] package/python-pyasynchat: " Fiona Klute via buildroot
2024-07-04 12:13 ` [Buildroot] [PATCH v2 3/4] package/fail2ban: bump version to 1.1.0 Fiona Klute via buildroot
2024-07-08 21:56 ` Thomas Petazzoni via buildroot
2024-07-09 10:19 ` Fiona Klute via buildroot
2024-07-09 11:55 ` Thomas Petazzoni via buildroot
2024-07-09 16:25 ` Fiona Klute via buildroot
2024-07-09 18:35 ` Thomas Petazzoni via buildroot
2024-07-10 11:17 ` Fiona Klute via buildroot
2024-07-10 11:47 ` Thomas Petazzoni via buildroot
2024-07-10 18:41 ` Fiona Klute via buildroot
2024-07-10 19:58 ` Thomas Petazzoni via buildroot [this message]
2024-07-04 12:13 ` [Buildroot] [PATCH v2 4/4] package/fail2ban: fix sshd filter with OpenSSH 9.8 Fiona Klute via buildroot
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=20240710215803.0c5339b2@windsurf \
--to=buildroot@buildroot.org \
--cc=angelo.compagnucci@gmail.com \
--cc=asafka7@gmail.com \
--cc=fiona.klute@gmx.de \
--cc=james.hilliard1@gmail.com \
--cc=thomas.petazzoni@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 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.