* [ptxdist] [PATCH] minicom: don't build after rootfs
@ 2021-06-12 20:38 Roland Hieber
2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2021-06-12 20:38 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
minicom only needs /var/lock to be present. ROOTFS should always be
enabled anyways, so no need to depend on it – otherwise, minicom will
always be rebuilt after the rootfs is rebuild, which often happens e.g.
when the Git hash changes.
Fixes: 8f259a6e887248160a01 (2021-05-24, "minicom: version bump 2.6.2. -> 2.8")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/minicom.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/rules/minicom.in b/rules/minicom.in
index d3580bda069a..abbb15252822 100644
--- a/rules/minicom.in
+++ b/rules/minicom.in
@@ -4,7 +4,6 @@ menuconfig MINICOM
tristate
prompt "minicom "
select NCURSES
- select ROOTFS
select ROOTFS_VAR_LOCK
select CKERMIT if MINICOM_KERMIT
help
--
2.29.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] minicom: don't build after rootfs
2021-06-12 20:38 [ptxdist] [PATCH] minicom: don't build after rootfs Roland Hieber
@ 2021-06-29 5:09 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-06-29 5:09 UTC (permalink / raw)
To: ptxdist; +Cc: Roland Hieber
Thanks, applied as e1f0f2abd3116fdcb5e3e3211321aef801e959ff.
Michael
[sent from post-receive hook]
On Tue, 29 Jun 2021 07:09:05 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> minicom only needs /var/lock to be present. ROOTFS should always be
> enabled anyways, so no need to depend on it – otherwise, minicom will
> always be rebuilt after the rootfs is rebuild, which often happens e.g.
> when the Git hash changes.
>
> Fixes: 8f259a6e887248160a01 (2021-05-24, "minicom: version bump 2.6.2. -> 2.8")
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20210612203817.26185-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/minicom.in b/rules/minicom.in
> index d3580bda069a..abbb15252822 100644
> --- a/rules/minicom.in
> +++ b/rules/minicom.in
> @@ -4,7 +4,6 @@ menuconfig MINICOM
> tristate
> prompt "minicom "
> select NCURSES
> - select ROOTFS
> select ROOTFS_VAR_LOCK
> select CKERMIT if MINICOM_KERMIT
> help
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-29 5:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12 20:38 [ptxdist] [PATCH] minicom: don't build after rootfs Roland Hieber
2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox