From 5cca0f4357e6db6a90eb83bd3eec9162ea74fc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Tue, 17 Mar 2026 09:36:27 +0100 Subject: [PATCH 1/2] recipes-devtool: rename to recipes-devtools to match upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Iwanicki --- .../me-cleaner/me-cleaner_git.bb | 0 .../python/python3-binwalk_2.4.2.bb | 0 .../python/python3-pgpdump_1.5.bb | 0 .../python/python3-roca-detect_git.bb | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename meta-dts-distro/{recipes-devtool => recipes-devtools}/me-cleaner/me-cleaner_git.bb (100%) rename meta-dts-distro/{recipes-devtool => recipes-devtools}/python/python3-binwalk_2.4.2.bb (100%) rename meta-dts-distro/{recipes-devtool => recipes-devtools}/python/python3-pgpdump_1.5.bb (100%) rename meta-dts-distro/{recipes-devtool => recipes-devtools}/python/python3-roca-detect_git.bb (100%) diff --git a/meta-dts-distro/recipes-devtool/me-cleaner/me-cleaner_git.bb b/meta-dts-distro/recipes-devtools/me-cleaner/me-cleaner_git.bb similarity index 100% rename from meta-dts-distro/recipes-devtool/me-cleaner/me-cleaner_git.bb rename to meta-dts-distro/recipes-devtools/me-cleaner/me-cleaner_git.bb diff --git a/meta-dts-distro/recipes-devtool/python/python3-binwalk_2.4.2.bb b/meta-dts-distro/recipes-devtools/python/python3-binwalk_2.4.2.bb similarity index 100% rename from meta-dts-distro/recipes-devtool/python/python3-binwalk_2.4.2.bb rename to meta-dts-distro/recipes-devtools/python/python3-binwalk_2.4.2.bb diff --git a/meta-dts-distro/recipes-devtool/python/python3-pgpdump_1.5.bb b/meta-dts-distro/recipes-devtools/python/python3-pgpdump_1.5.bb similarity index 100% rename from meta-dts-distro/recipes-devtool/python/python3-pgpdump_1.5.bb rename to meta-dts-distro/recipes-devtools/python/python3-pgpdump_1.5.bb diff --git a/meta-dts-distro/recipes-devtool/python/python3-roca-detect_git.bb b/meta-dts-distro/recipes-devtools/python/python3-roca-detect_git.bb similarity index 100% rename from meta-dts-distro/recipes-devtool/python/python3-roca-detect_git.bb rename to meta-dts-distro/recipes-devtools/python/python3-roca-detect_git.bb From 6e7cb1724e43ac7e51ec0babc4212db6bcf3eed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Tue, 17 Mar 2026 09:44:03 +0100 Subject: [PATCH 2/2] python: python3-uefi-firmware: update to 1.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: Signed-off-by: Michał Iwanicki --- .../recipes-devtools/python/python3-uefi-firmware_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-dts-distro/recipes-devtools/python/python3-uefi-firmware_%.bbappend diff --git a/meta-dts-distro/recipes-devtools/python/python3-uefi-firmware_%.bbappend b/meta-dts-distro/recipes-devtools/python/python3-uefi-firmware_%.bbappend new file mode 100644 index 00000000..00b56089 --- /dev/null +++ b/meta-dts-distro/recipes-devtools/python/python3-uefi-firmware_%.bbappend @@ -0,0 +1,4 @@ +# nooelint: oelint.append.protvars +PV = "1.13" +# nooelint: oelint.append.protvars +SRCREV = "6d7cf5f0672c577028462ec175fec9fda95cc5f0"