]> code.ossystems Code Review - openembedded-core.git/commitdiff
mpc8315-rdb: add dtb generation configuration
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 9 Feb 2011 06:03:28 +0000 (01:03 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Feb 2011 11:16:35 +0000 (11:16 +0000)
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 <bruce.ashfield@windriver.com>
meta/conf/machine/mpc8315e-rdb.conf

index ac518fb988af88d8fd8155d52ca3b19f2134663c..578751c57f9658033a5734fdf40ac1b78e3a9e0b 100644 (file)
@@ -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"