diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:40:08 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:57:08 -0400 |
| commit | 9f845c8d70176889348a9b21af350ef46a132ba7 (patch) | |
| tree | d12d6d7db2666657781dcc9e3791ebd6d36d055e /recipes-kernel | |
| parent | 31c85536f6104f369066ec7f6279f5c7fe41ebb4 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | recipes-kernel/linux/yocto-cfg-fragments-6.12.bb | 2 | ||||
| -rw-r--r-- | recipes-kernel/lopper/lopper_git.bb | 1 |
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 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | |||
| 25 | do_install() { | 23 | do_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 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | |||
| 25 | do_install() { | 23 | do_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 | ||
| 6 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" |
| 7 | SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c" | 7 | SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c" |
| 8 | S = "${WORKDIR}/git" | ||
| 9 | 8 | ||
| 10 | BASEVERSION = "1.0.2" | 9 | BASEVERSION = "1.0.2" |
| 11 | PV = "v${BASEVERSION}+git" | 10 | PV = "v${BASEVERSION}+git" |
