summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:40:08 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:57:08 -0400
commit9f845c8d70176889348a9b21af350ef46a132ba7 (patch)
treed12d6d7db2666657781dcc9e3791ebd6d36d055e /recipes-kernel
parent31c85536f6104f369066ec7f6279f5c7fe41ebb4 (diff)
downloadmeta-virtualization-9f845c8d70176889348a9b21af350ef46a132ba7.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/yocto-cfg-fragments-6.10.bb2
-rw-r--r--recipes-kernel/linux/yocto-cfg-fragments-6.12.bb2
-rw-r--r--recipes-kernel/lopper/lopper_git.bb1
3 files changed, 0 insertions, 5 deletions
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 = "\
20 git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ 20 git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
21 " 21 "
22 22
23S = "${WORKDIR}/git"
24
25do_install() { 23do_install() {
26 install -d ${D}${base_prefix}/kcfg 24 install -d ${D}${base_prefix}/kcfg
27 25
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 = "\
20 git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \ 20 git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
21 " 21 "
22 22
23S = "${WORKDIR}/git"
24
25do_install() { 23do_install() {
26 install -d ${D}${base_prefix}/kcfg 24 install -d ${D}${base_prefix}/kcfg
27 25
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"
5 5
6SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" 6SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https"
7SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c" 7SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c"
8S = "${WORKDIR}/git"
9 8
10BASEVERSION = "1.0.2" 9BASEVERSION = "1.0.2"
11PV = "v${BASEVERSION}+git" 10PV = "v${BASEVERSION}+git"