From ad987ff0f32aa50558f08c72544054757a323132 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 9 Feb 2011 01:03:28 -0500 Subject: 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 --- meta/conf/machine/mpc8315e-rdb.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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" -- cgit v1.2.3-54-g00ecf