All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gyorgy Sarvari <skandigraun@gmail.com>
To: alb3rt0.m3rciai@gmail.com, akuster808@gmail.com
Cc: openembedded-devel@lists.openembedded.org,
	Ricardo Simoes <ricardo.simoes@pt.bosch.com>,
	Mark Jonas <mark.jonas@de.bosch.com>,
	Khem Raj <raj.khem@gmail.com>
Subject: Re: [oe] [meta-oe][scarthgap][PATCH 2/5] can-utils: Split mcp251fd* into sub-package
Date: Fri, 18 Apr 2025 13:52:24 +0200	[thread overview]
Message-ID: <3274dc53-62ed-4efc-bb0d-c92f6657c62a@gmail.com> (raw)
In-Reply-To: <20250418113148.142480-3-alb3rt0.m3rciai@gmail.com>

Don't know if you had any discussions about this outside of this mailing
list (such updates are not in line with the LTS/Stable policy, but I
guess there can be exceptions...). However at least this looks like a
breaking change - if anyone is using these tools in their project, after
this update most likely they will face errors. Not a huge breaking
change, but still one, nevertheless.

On 4/18/25 13:31, Alberto Merciai via lists.openembedded.org wrote:
> From: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
>
> The mcp251fd* tools are specific to Microchip MCP251xFD Family CAN
> controllers. This commit creates the package can-utils-mcp251fd to keep
> these tools separate.
>
> Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb
> index cad41944ec..932aa1de20 100644
> --- a/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb
> +++ b/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb
> @@ -20,6 +20,7 @@ PACKAGES =+ " \
>      ${PN}-isotp \
>      ${PN}-j1939 \
>      ${PN}-log \
> +    ${PN}-mcp251xfd \
>      ${PN}-slcan \
>  "
>  
> @@ -56,6 +57,10 @@ FILES:${PN}-j1939 = " \
>  
>  FILES:${PN}-log = "${bindir}/*log*"
>  
> +FILES:${PN}-mcp251xfd = " \
> +    ${bindir}/mcp251xfd* \
> +"
> +
>  FILES:${PN}-slcan = "${bindir}/slcan*"
>  
>  ALTERNATIVE:${PN} = "candump cansend cansequence"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116953): https://lists.openembedded.org/g/openembedded-devel/message/116953
> Mute This Topic: https://lists.openembedded.org/mt/112329372/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



  reply	other threads:[~2025-04-18 11:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-18 11:31 [meta-oe][scarthgap][PATCH 0/5] Upgrade 2023.03 -> 2025.01 alb3rt0.m3rciai
2025-04-18 11:31 ` [meta-oe][scarthgap][PATCH 1/5] can-utils: " alb3rt0.m3rciai
2025-04-18 11:31 ` [meta-oe][scarthgap][PATCH 2/5] can-utils: Split mcp251fd* into sub-package alb3rt0.m3rciai
2025-04-18 11:52   ` Gyorgy Sarvari [this message]
2025-04-18 11:31 ` [meta-oe][scarthgap][PATCH 3/5] can-utils: Fix build regression on musl alb3rt0.m3rciai
2025-04-18 11:31 ` [meta-oe][scarthgap][PATCH 4/5] " alb3rt0.m3rciai
2025-04-18 11:31 ` [meta-oe][scarthgap][PATCH 5/5] Remove can-utils_2023.03 alb3rt0.m3rciai

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=3274dc53-62ed-4efc-bb0d-c92f6657c62a@gmail.com \
    --to=skandigraun@gmail.com \
    --cc=akuster808@gmail.com \
    --cc=alb3rt0.m3rciai@gmail.com \
    --cc=mark.jonas@de.bosch.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=ricardo.simoes@pt.bosch.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.