mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 12:57:53 +00:00
relocate under dynamic layer
This commit is contained in:
committed by
Matt Madison
parent
9c4bb48bff
commit
12bdf5665b
3
external/virtualization-layer/recipes-kernel/linux-tegra_%.bbappend
vendored
Normal file
3
external/virtualization-layer/recipes-kernel/linux-tegra_%.bbappend
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'kvm', 'file://kvm.cfg', '', d)}"
|
||||||
@@ -25,7 +25,6 @@ KERNEL_REPO = "${SRC_REPO}"
|
|||||||
SRC_URI = "git://${KERNEL_REPO};name=machine;branch=${KBRANCH} \
|
SRC_URI = "git://${KERNEL_REPO};name=machine;branch=${KBRANCH} \
|
||||||
${@'file://localversion_auto.cfg' if d.getVar('SCMVERSION') == 'y' else ''} \
|
${@'file://localversion_auto.cfg' if d.getVar('SCMVERSION') == 'y' else ''} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'file://systemd.cfg', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'file://systemd.cfg', '', d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'kvm', 'file://kvm.cfg', '', d)} \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
PATH_prepend = "${STAGING_BINDIR_NATIVE}/kern-tools-tegra:"
|
PATH_prepend = "${STAGING_BINDIR_NATIVE}/kern-tools-tegra:"
|
||||||
|
|||||||
Reference in New Issue
Block a user