All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gyorgy Sarvari <skandigraun@gmail.com>
To: ankur.tyagi85@gmail.com, openembedded-devel@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>, Khem Raj <raj.khem@gmail.com>
Subject: Re: [oe][meta-oe][walnascar][PATCH 2/6] flashrom: upgrade 1.5.1 -> 1.6.0
Date: Wed, 24 Sep 2025 11:59:57 +0200	[thread overview]
Message-ID: <6ff96dff-9cde-4e69-a7cb-b9617f25b51d@gmail.com> (raw)
In-Reply-To: <20250924075643.2047506-3-ankur.tyagi85@gmail.com>

This one came with a lot of new features and changes, including some cli
changes, and it also deprecated some APIs from the previous version. I'd
rather leave this in master.

On 9/24/25 09:56, Ankur Tyagi via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 0002-meson-Add-options-pciutils-ftdi-usb.patch
> refreshed for 1.6.0
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit d03d56c13e3245933bf2308276deefe03279b4cd)
> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> ---
>  ...02-meson-Add-options-pciutils-ftdi-usb.patch | 17 ++++++++---------
>  .../{flashrom_1.5.1.bb => flashrom_1.6.0.bb}    |  2 +-
>  2 files changed, 9 insertions(+), 10 deletions(-)
>  rename meta-oe/recipes-bsp/flashrom/{flashrom_1.5.1.bb => flashrom_1.6.0.bb} (89%)
>
> diff --git a/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch b/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch
> index 8dfed855b4..b1dd5d0773 100644
> --- a/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch
> +++ b/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch
> @@ -1,7 +1,7 @@
> -From 3ea99c117aa4c7a3502c93e4e4df50b3623e46c3 Mon Sep 17 00:00:00 2001
> +From 5cf5fc64c6aab35b89b8cf7f69b84b6f5100d7a6 Mon Sep 17 00:00:00 2001
>  From: Patrick Rudolph <patrick.rudolph@9elements.com>
>  Date: Tue, 15 Oct 2024 10:42:05 +0200
> -Subject: [PATCH 2/2] meson: Add options pciutils, ftdi, usb
> +Subject: [PATCH] meson: Add options pciutils, ftdi, usb
>  
>  The options have been dropped in favor of an array option called programmer.
>  Since this doesn't integrate well into yocto add back the old options.
> @@ -16,10 +16,10 @@ Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
>   2 files changed, 6 insertions(+), 3 deletions(-)
>  
>  diff --git a/meson.build b/meson.build
> -index 6c8d3d3..61b794d 100644
> +index 35feb33..b5bb722 100644
>  --- a/meson.build
>  +++ b/meson.build
> -@@ -150,9 +150,9 @@ systems_serial     = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da
> +@@ -140,9 +140,9 @@ systems_serial     = [ 'linux', 'openbsd', 'freebsd', 'dragonfly', 'netbsd', 'da
>   
>   cpus_port_io = [ 'x86', 'x86_64' ]
>   
> @@ -33,10 +33,10 @@ index 6c8d3d3..61b794d 100644
>   group_serial = get_option('programmer').contains('group_serial')
>   group_jlink  = get_option('programmer').contains('group_jlink')
>  diff --git a/meson_options.txt b/meson_options.txt
> -index 87456a9..570b152 100644
> +index 2829cd1..0e9d769 100644
>  --- a/meson_options.txt
>  +++ b/meson_options.txt
> -@@ -24,4 +24,7 @@ option('ni845x_search_path', type : 'string', value : 'C:\Program Files (x86)\Na
> +@@ -26,6 +26,9 @@ option('ni845x_search_path', type : 'string', value : 'C:\Program Files (x86)\Na
>   option('delay_minimum_sleep_us', type : 'integer', min : 0, value : 100,
>          description : 'Minimum time in microseconds to suspend execution for (rather than polling) when a delay is required.'
>                      + ' Larger values may perform better on machines with low timer resolution, at the cost of increased power.')
> @@ -44,6 +44,5 @@ index 87456a9..570b152 100644
>  +option('usb', type : 'boolean', value : false, description : 'Select programmer group usb')
>  +option('ftdi', type : 'boolean', value : false, description : 'Select programmer group ftdi')
>   option('rpmc', type : 'feature', value : 'auto', description : 'Support for Replay Protected Monotonic Counter (RPMC) commands as specified by JESD260')
> --- 
> -2.43.0
> -
> + option('log_message_length_limit', type : 'integer', min : 64, max : 1024, value : 256,
> +        description : 'Log message length limit for v2 logging API')
> diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb
> similarity index 89%
> rename from meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb
> rename to meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb
> index 9a8e81bae3..4f07da79c6 100644
> --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb
> +++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.6.0.bb
> @@ -7,7 +7,7 @@ SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \
>             file://0002-meson-Add-options-pciutils-ftdi-usb.patch \
>             "
>  
> -SRC_URI[sha256sum] = "1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293"
> +SRC_URI[sha256sum] = "8b9db3987df9b5fc81e70189d017905dd5f6be1e1410347f22687ab6d4c94423"
>  
>  S = "${WORKDIR}/flashrom-v${PV}"
>  
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119757): https://lists.openembedded.org/g/openembedded-devel/message/119757
> Mute This Topic: https://lists.openembedded.org/mt/115408375/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-09-24 10:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-24  7:56 [oe][meta-oe][walnascar][PATCH 0/6] cherry-picks from master branch Ankur Tyagi
2025-09-24  7:56 ` [oe][meta-oe][walnascar][PATCH 1/6] bolt: upgrade 0.9.6 -> 0.9.10 Ankur Tyagi
2025-09-24  7:56 ` [oe][meta-oe][walnascar][PATCH 2/6] flashrom: upgrade 1.5.1 -> 1.6.0 Ankur Tyagi
2025-09-24  9:59   ` Gyorgy Sarvari [this message]
2025-09-24  7:56 ` [oe][meta-oe][walnascar][PATCH 3/6] fwupd: update to 2.0.12 Ankur Tyagi
2025-09-24 10:05   ` Gyorgy Sarvari
2025-09-24  7:56 ` [oe][meta-oe][walnascar][PATCH 4/6] fwupd-efi: update from 1.6 to 1.7 Ankur Tyagi
2025-09-24  7:56 ` [oe][meta-oe][walnascar][PATCH 5/6] ledmon: upgrade 0.97 -> 1.1.0 Ankur Tyagi
2025-09-24 10:22   ` Gyorgy Sarvari
2025-09-24 17:53     ` Ankur Tyagi
2025-09-24  7:56 ` [oe][meta-oe][walnascar][PATCH 6/6] lsscsi: upgrade to version 0.32 Ankur Tyagi
2025-09-24  8:02 ` [oe][meta-oe][walnascar][PATCH 0/6] cherry-picks from master branch ChenQi
2025-09-24  9:30   ` Ankur Tyagi
2025-09-24 12:37     ` Mittal, Anuj
2025-09-24 17:51       ` Ankur Tyagi
2025-09-24  8:07 ` Mikko Rapeli
2025-09-24  9:09   ` Ankur Tyagi

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=6ff96dff-9cde-4e69-a7cb-b9617f25b51d@gmail.com \
    --to=skandigraun@gmail.com \
    --cc=ankur.tyagi85@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=wangmy@fujitsu.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.