mbox series

[j/linux-raspi,v2,RESEND3,0/2] Make snapcraft.yaml work

Message ID 20240205031309.95743-1-masahiro.yamada@canonical.com
Headers show
Series Make snapcraft.yaml work | expand

Message

Masahiro Yamada Feb. 5, 2024, 3:13 a.m. UTC
linux-raspi added snapcraft.yaml more than a decade ago,
which is not functional at all.

Remove the old one, and re-implement working snapcraft.yaml.


Masahiro Yamada (2):
  UBUNTU: [Packaging] Remove old snapcraft.yaml
  UBUNTU: [Packaging] Add snapcraft.yaml for building uc22 pi-kernel
    snap

 snapcraft.yaml | 175 ++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 145 insertions(+), 30 deletions(-)

Comments

Roxana Nicolescu Feb. 5, 2024, 9:17 a.m. UTC | #1
On 05/02/2024 04:13, Masahiro Yamada wrote:
> linux-raspi added snapcraft.yaml more than a decade ago,
> which is not functional at all.
>
> Remove the old one, and re-implement working snapcraft.yaml.
>
>
> Masahiro Yamada (2):
>    UBUNTU: [Packaging] Remove old snapcraft.yaml
>    UBUNTU: [Packaging] Add snapcraft.yaml for building uc22 pi-kernel
>      snap
>
>   snapcraft.yaml | 175 ++++++++++++++++++++++++++++++++++++++++---------
>   1 file changed, 145 insertions(+), 30 deletions(-)
>
This messes up my filters. Can you put SRU in the subject please?
I usually check for SRU/PATCH/PULL, but yours does not have any of this...
It is useful for filtering just patches, because on this mailing list,
there are also announcements and other types of emails. I know too many
rules are not nice, but I find this one extremely useful to manage this 
list :)
Check this document https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat

Roxana