summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/meta-nicole/conf/machine/nicole.conf2
-rw-r--r--meta-yadro/meta-vegman/conf/machine/include/vegman.inc2
-rw-r--r--meta-yadro/meta-vegman/conf/machine/tatlin-archive-x86.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-yadro/meta-nicole/conf/machine/nicole.conf b/meta-yadro/meta-nicole/conf/machine/nicole.conf
index fc4c48790a..60939728c1 100644
--- a/meta-yadro/meta-nicole/conf/machine/nicole.conf
+++ b/meta-yadro/meta-nicole/conf/machine/nicole.conf
@@ -1,5 +1,5 @@
KMACHINE = "aspeed"
-KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
+KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-opp-${MACHINE}.dtb"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
diff --git a/meta-yadro/meta-vegman/conf/machine/include/vegman.inc b/meta-yadro/meta-vegman/conf/machine/include/vegman.inc
index 994a88bf3c..c7e3742689 100644
--- a/meta-yadro/meta-vegman/conf/machine/include/vegman.inc
+++ b/meta-yadro/meta-vegman/conf/machine/include/vegman.inc
@@ -1,6 +1,6 @@
OVERRIDES .= ":vegman"
KMACHINE = "aspeed"
-KERNEL_DEVICETREE = "${KMACHINE}-bmc-${MACHINE}.dtb"
+KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-${MACHINE}.dtb"
UBOOT_MACHINE = "evb-ast2500_defconfig"
UBOOT_DEVICETREE = "ast2500-evb"
diff --git a/meta-yadro/meta-vegman/conf/machine/tatlin-archive-x86.conf b/meta-yadro/meta-vegman/conf/machine/tatlin-archive-x86.conf
index 743b4e095a..e6b56e7bd5 100644
--- a/meta-yadro/meta-vegman/conf/machine/tatlin-archive-x86.conf
+++ b/meta-yadro/meta-vegman/conf/machine/tatlin-archive-x86.conf
@@ -2,4 +2,4 @@ require conf/machine/include/vegman.inc
# Apply all the machine override from the VEGMAN Sx20, because
# the TATLIN.ARCHIVE.xS have an exactly same hardware as the VEGMAN Sx20
MACHINEOVERRIDES .= ":vegman-sx20"
-KERNEL_DEVICETREE = "${KMACHINE}-bmc-vegman-sx20.dtb"
+KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-vegman-sx20.dtb"