From: Bruce Ashfield Date: Wed, 9 Feb 2011 06:03:28 +0000 (-0500) Subject: mpc8315-rdb: add dtb generation configuration X-Git-Tag: 2011-1~2436 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ad987ff0f32aa50558f08c72544054757a323132;p=openembedded-core.git mpc8315-rdb: add dtb generation configuration Fixes [BUGID #610] dtb files were not being built for the mpc8315e-rdb, since they weren't being configured into the machine. With this and the related dtc fixes, we now get a dtb in the deployment directories. Signed-off-by: Bruce Ashfield --- diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf index ac518fb988..578751c57f 100644 --- a/meta/conf/machine/mpc8315e-rdb.conf +++ b/meta/conf/machine/mpc8315e-rdb.conf @@ -17,3 +17,4 @@ PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" UBOOT_ENTRYPOINT = "0x00000000" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"