Message ID | 20250924075643.2047506-1-ankur.tyagi85@gmail.com |
---|---|
Headers | show |
Series | cherry-picks from master branch | expand |
There are a few major version upgrades in this series. Regards, Qi On 9/24/25 15:56, Ankur Tyagi via lists.openembedded.org wrote: > Trying to keep recipes in the walnascar branch updated with useful fixes > from the master branch. > > I intend to submit patch series for each sub-folder, this series is for > the recipes inside "meta-oe/recipes-bsp". > > I have tried to carefully review the change logs and commit logs while updating > recipe versions. > > Did basic validation by building against qemux86-64 and qemuarm64 > machine targets. > > Changqing Li (1): > lsscsi: upgrade to version 0.32 > > Gyorgy Sarvari (1): > ledmon: upgrade 0.97 -> 1.1.0 > > Mikko Rapeli (2): > fwupd: update to 2.0.12 > fwupd-efi: update from 1.6 to 1.7 > > Wang Mingyu (2): > bolt: upgrade 0.9.6 -> 0.9.10 > flashrom: upgrade 1.5.1 -> 1.6.0 > > .../bolt/{bolt_0.9.6.bb => bolt_0.9.10.bb} | 2 +- > ...-meson-Add-options-pciutils-ftdi-usb.patch | 17 ++- > .../{flashrom_1.5.1.bb => flashrom_1.6.0.bb} | 2 +- > ..._binary.py-Use-env-to-detect-python3.patch | 23 --- > .../{fwupd-efi_1.6.bb => fwupd-efi_1.7.bb} | 5 +- > ...certs.py-use-usr-bin-env-for-python3.patch | 28 ++++ > ...-reduce-lzma-compression-level-from-.patch | 47 ++++++ > meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb | 134 ------------------ > meta-oe/recipes-bsp/fwupd/fwupd_2.0.12.bb | 93 ++++++++++++ > .../ledmon/0001-fix-build-with-clang.patch | 90 ------------ > ...nclude-sys-select.h-and-sys-types.h.patch} | 27 ++-- > .../{ledmon_0.97.bb => ledmon_1.1.0.bb} | 10 +- > .../lsscsi/{lsscsi_030.bb => lsscsi_0.32.bb} | 6 +- > 13 files changed, 197 insertions(+), 287 deletions(-) > rename meta-oe/recipes-bsp/bolt/{bolt_0.9.6.bb => bolt_0.9.10.bb} (92%) > rename meta-oe/recipes-bsp/flashrom/{flashrom_1.5.1.bb => flashrom_1.6.0.bb} (89%) > delete mode 100644 meta-oe/recipes-bsp/fwupd/fwupd-efi/0001-efi-generate_binary.py-Use-env-to-detect-python3.patch > rename meta-oe/recipes-bsp/fwupd/{fwupd-efi_1.6.bb => fwupd-efi_1.7.bb} (90%) > create mode 100644 meta-oe/recipes-bsp/fwupd/fwupd/0001-build-certs.py-use-usr-bin-env-for-python3.patch > create mode 100644 meta-oe/recipes-bsp/fwupd/fwupd/0001-fu-lzma-common.c-reduce-lzma-compression-level-from-.patch > delete mode 100644 meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb > create mode 100644 meta-oe/recipes-bsp/fwupd/fwupd_2.0.12.bb > delete mode 100644 meta-oe/recipes-bsp/ledmon/ledmon/0001-fix-build-with-clang.patch > rename meta-oe/recipes-bsp/ledmon/ledmon/{0002-include-sys-select.h-and-sys-types.h.patch => 0001-include-sys-select.h-and-sys-types.h.patch} (56%) > rename meta-oe/recipes-bsp/ledmon/{ledmon_0.97.bb => ledmon_1.1.0.bb} (79%) > rename meta-oe/recipes-bsp/lsscsi/{lsscsi_030.bb => lsscsi_0.32.bb} (63%) > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#119755): https://lists.openembedded.org/g/openembedded-devel/message/119755 > Mute This Topic: https://lists.openembedded.org/mt/115408371/7304865 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [Qi.Chen@eng.windriver.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Hi, Please take "fwupd: set vendor_ids_dir" from master branch as well to fix build issues with fwupd. Cheers, -Mikko
On Wed, Sep 24, 2025 at 8:07 PM Mikko Rapeli <mikko.rapeli@linaro.org> wrote: > > Hi, > > Please take "fwupd: set vendor_ids_dir" from master branch > as well to fix build issues with fwupd. > Thanks Mikko, I had that change locally but missed it in the series. Will send v2. > Cheers, > > -Mikko
On Wed, Sep 24, 2025 at 8:02 PM ChenQi <Qi.Chen@windriver.com> wrote: > > There are a few major version upgrades in this series. > Correct but I found no concern from the respective changelog. But if you (and others) think it can cause any issue then please let me know and I'll do some more validation otherwise drop that patch. > Regards, > Qi cheers Ankur > > On 9/24/25 15:56, Ankur Tyagi via lists.openembedded.org wrote: > > Trying to keep recipes in the walnascar branch updated with useful fixes > > from the master branch. > > > > I intend to submit patch series for each sub-folder, this series is for > > the recipes inside "meta-oe/recipes-bsp". > > > > I have tried to carefully review the change logs and commit logs while updating > > recipe versions. > > > > Did basic validation by building against qemux86-64 and qemuarm64 > > machine targets. > > > > Changqing Li (1): > > lsscsi: upgrade to version 0.32 > > > > Gyorgy Sarvari (1): > > ledmon: upgrade 0.97 -> 1.1.0 > > > > Mikko Rapeli (2): > > fwupd: update to 2.0.12 > > fwupd-efi: update from 1.6 to 1.7 > > > > Wang Mingyu (2): > > bolt: upgrade 0.9.6 -> 0.9.10 > > flashrom: upgrade 1.5.1 -> 1.6.0 > > > > .../bolt/{bolt_0.9.6.bb => bolt_0.9.10.bb} | 2 +- > > ...-meson-Add-options-pciutils-ftdi-usb.patch | 17 ++- > > .../{flashrom_1.5.1.bb => flashrom_1.6.0.bb} | 2 +- > > ..._binary.py-Use-env-to-detect-python3.patch | 23 --- > > .../{fwupd-efi_1.6.bb => fwupd-efi_1.7.bb} | 5 +- > > ...certs.py-use-usr-bin-env-for-python3.patch | 28 ++++ > > ...-reduce-lzma-compression-level-from-.patch | 47 ++++++ > > meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb | 134 ------------------ > > meta-oe/recipes-bsp/fwupd/fwupd_2.0.12.bb | 93 ++++++++++++ > > .../ledmon/0001-fix-build-with-clang.patch | 90 ------------ > > ...nclude-sys-select.h-and-sys-types.h.patch} | 27 ++-- > > .../{ledmon_0.97.bb => ledmon_1.1.0.bb} | 10 +- > > .../lsscsi/{lsscsi_030.bb => lsscsi_0.32.bb} | 6 +- > > 13 files changed, 197 insertions(+), 287 deletions(-) > > rename meta-oe/recipes-bsp/bolt/{bolt_0.9.6.bb => bolt_0.9.10.bb} (92%) > > rename meta-oe/recipes-bsp/flashrom/{flashrom_1.5.1.bb => flashrom_1.6.0.bb} (89%) > > delete mode 100644 meta-oe/recipes-bsp/fwupd/fwupd-efi/0001-efi-generate_binary.py-Use-env-to-detect-python3.patch > > rename meta-oe/recipes-bsp/fwupd/{fwupd-efi_1.6.bb => fwupd-efi_1.7.bb} (90%) > > create mode 100644 meta-oe/recipes-bsp/fwupd/fwupd/0001-build-certs.py-use-usr-bin-env-for-python3.patch > > create mode 100644 meta-oe/recipes-bsp/fwupd/fwupd/0001-fu-lzma-common.c-reduce-lzma-compression-level-from-.patch > > delete mode 100644 meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb > > create mode 100644 meta-oe/recipes-bsp/fwupd/fwupd_2.0.12.bb > > delete mode 100644 meta-oe/recipes-bsp/ledmon/ledmon/0001-fix-build-with-clang.patch > > rename meta-oe/recipes-bsp/ledmon/ledmon/{0002-include-sys-select.h-and-sys-types.h.patch => 0001-include-sys-select.h-and-sys-types.h.patch} (56%) > > rename meta-oe/recipes-bsp/ledmon/{ledmon_0.97.bb => ledmon_1.1.0.bb} (79%) > > rename meta-oe/recipes-bsp/lsscsi/{lsscsi_030.bb => lsscsi_0.32.bb} (63%) > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#119755): https://lists.openembedded.org/g/openembedded-devel/message/119755 > > Mute This Topic: https://lists.openembedded.org/mt/115408371/7304865 > > Group Owner: openembedded-devel+owner@lists.openembedded.org > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [Qi.Chen@eng.windriver.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > >