From: He Zhe Date: Tue, 11 Aug 2015 09:08:57 +0000 (+0800) Subject: meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a37a544e0e035342d40cb70447e7f7f23aa2fc0c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index f372f32ba6e..2beef48d370 100644 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf @@ -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"