To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] usbutils: upgrading to 019 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251115050051/all/usbutils/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251115050051/all/usbutils/0001-usbutils-upgrade-018-019.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *usbutils* to *019* has Succeeded. Next steps: - apply the patch: git am 0001-usbutils-upgrade-018-019.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 6d724cc25e67c0fed3220e8378f063588b167810 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 07:42:35 +0000 Subject: [PATCH] usbutils: upgrade 018 -> 019 --- meta/recipes-bsp/usbutils/{usbutils_018.bb => usbutils_019.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/usbutils/{usbutils_018.bb => usbutils_019.bb} (93%) diff --git a/meta/recipes-bsp/usbutils/usbutils_018.bb b/meta/recipes-bsp/usbutils/usbutils_019.bb similarity index 93% rename from meta/recipes-bsp/usbutils/usbutils_018.bb rename to meta/recipes-bsp/usbutils/usbutils_019.bb index b96a1b4f19..6aa5c5f5c2 100644 --- a/meta/recipes-bsp/usbutils/usbutils_018.bb +++ b/meta/recipes-bsp/usbutils/usbutils_019.bb @@ -15,7 +15,7 @@ DEPENDS = "libusb1 virtual/libiconv udev" SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ " -SRC_URI[sha256sum] = "0048d2d8518fb0cc7c0516e16e52af023e52b55ddb3b2068a77041b5ef285768" +SRC_URI[sha256sum] = "347c52b65a6aeb22cfe3af8382192004f99725850e1dc5f705336e54cf6d59fc" inherit meson pkgconfig update-alternatives -- 2.47.1