From da0d9812641676a53f1a4be1b59d6193a7780ccd Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 7 Jul 2025 22:38:18 +0800 Subject: [PATCH] slimboot-tools: Update to match S/UNPACKDIR changes Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- recipes-devtools/slimboot/slimboot-tools_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/slimboot/slimboot-tools_git.bb b/recipes-devtools/slimboot/slimboot-tools_git.bb index 72b3ffe8..15b4254f 100644 --- a/recipes-devtools/slimboot/slimboot-tools_git.bb +++ b/recipes-devtools/slimboot/slimboot-tools_git.bb @@ -9,7 +9,6 @@ SRCREV = "a63818df94d3c9d8c04cdca5869ba7cde9fb5a38" PV = "0.0.0+git${SRCPV}" LICENSE = "BSD-2-Clause-Patent" LIC_FILES_CHKSUM = "file://LICENSE;md5=ef7fba7be2819ac13aaf5d0f842ce5d9" -S = "${WORKDIR}/git" inherit python3native BBCLASSEXTEND = "native"