]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb
authorHe Zhe <zhe.he@windriver.com>
Tue, 11 Aug 2015 09:08:57 +0000 (17:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Aug 2015 07:28:27 +0000 (08:28 +0100)
To avoid warning of "xxx contains the full path to the the dts file,
but only the dtb name should be used.", Set KERNEL_DEVICETREE to
mpc8315erdb.dtb

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf

index f372f32ba6ecec97f2887e6f5bf647083f483d1d..2beef48d37068aa9419622bfd5d4b6cf9836d712 100644 (file)
@@ -25,7 +25,7 @@ XSERVER ?= "xserver-xorg \
 PREFERRED_VERSION_u-boot ?= "v2013.07%"
 UBOOT_ENTRYPOINT = "0x00000000"
 
-KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"
+KERNEL_DEVICETREE = "mpc8315erdb.dtb"
 
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"