From 9f845c8d70176889348a9b21af350ef46a132ba7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Jun 2025 22:40:08 -0400 Subject: kernel: adapt to UNPACKDIR changes This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/yocto-cfg-fragments-6.10.bb | 2 -- recipes-kernel/linux/yocto-cfg-fragments-6.12.bb | 2 -- recipes-kernel/lopper/lopper_git.bb | 1 - 3 files changed, 5 deletions(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb b/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb index ae3c3c15..18ecc68b 100644 --- a/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb +++ b/recipes-kernel/linux/yocto-cfg-fragments-6.10.bb @@ -20,8 +20,6 @@ SRC_URI = "\ git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ " -S = "${WORKDIR}/git" - do_install() { install -d ${D}${base_prefix}/kcfg diff --git a/recipes-kernel/linux/yocto-cfg-fragments-6.12.bb b/recipes-kernel/linux/yocto-cfg-fragments-6.12.bb index bffdca5c..850a1c10 100644 --- a/recipes-kernel/linux/yocto-cfg-fragments-6.12.bb +++ b/recipes-kernel/linux/yocto-cfg-fragments-6.12.bb @@ -20,8 +20,6 @@ SRC_URI = "\ git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ " -S = "${WORKDIR}/git" - do_install() { install -d ${D}${base_prefix}/kcfg diff --git a/recipes-kernel/lopper/lopper_git.bb b/recipes-kernel/lopper/lopper_git.bb index 2d1550d7..c8faf688 100644 --- a/recipes-kernel/lopper/lopper_git.bb +++ b/recipes-kernel/lopper/lopper_git.bb @@ -5,7 +5,6 @@ SECTION = "bootloader" SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c" -S = "${WORKDIR}/git" BASEVERSION = "1.0.2" PV = "v${BASEVERSION}+git" -- cgit v1.2.3-54-g00ecf