mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-14 14:15:22 +01:00
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:
parent
31c85536f6
commit
9f845c8d70
|
|
@ -20,8 +20,6 @@ SRC_URI = "\
|
||||||
git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
|
git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${base_prefix}/kcfg
|
install -d ${D}${base_prefix}/kcfg
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@ SRC_URI = "\
|
||||||
git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
|
git://git.yoctoproject.org/yocto-kernel-cache;branch=yocto-${LINUX_VERSION} \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${base_prefix}/kcfg
|
install -d ${D}${base_prefix}/kcfg
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ SECTION = "bootloader"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https"
|
||||||
SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c"
|
SRCREV = "bd7deb3a6e491fe01b4dacc676aa21b1f129d03c"
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
BASEVERSION = "1.0.2"
|
BASEVERSION = "1.0.2"
|
||||||
PV = "v${BASEVERSION}+git"
|
PV = "v${BASEVERSION}+git"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user