summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-02-09 01:03:28 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-09 11:16:35 +0000
commitad987ff0f32aa50558f08c72544054757a323132 (patch)
treebe2e4bc0a09ad1ab03e85aa15cbeaed72a592c41 /meta/conf/machine
parent15cce57a56b3ea6a585e86d4dc770b1238472a8a (diff)
downloadast2050-yocto-poky-ad987ff0f32aa50558f08c72544054757a323132.zip
ast2050-yocto-poky-ad987ff0f32aa50558f08c72544054757a323132.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/mpc8315e-rdb.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf
index ac518fb..578751c 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"
OpenPOWER on IntegriCloud