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>
This commit is contained in:
Bruce Ashfield 2025-06-25 22:40:08 -04:00
parent 31c85536f6
commit 9f845c8d70
3 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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"