From: Tim 'timtim' Ellis Date: Wed, 21 Jan 2009 20:47:40 +0000 (+0000) Subject: linux.inc: Add lsppchg and lsppchd to linux.inc and sort the KERNEL_DEVICETREE device... X-Git-Tag: Release-2010-05/1~4186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d360421583fcc0557baaba41b5740dbc82b6875;p=openembedded.git linux.inc: Add lsppchg and lsppchd to linux.inc and sort the KERNEL_DEVICETREE devices by name --- diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index bd7c07b3d9..672d326c9a 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -26,12 +26,14 @@ CMDLINE_append = " ${CMDLINE_DEBUG} " FILES_kernel-devicetree = "/boot/devicetree*" KERNEL_DEVICETREE_boc01 = "${WORKDIR}/boc01.dts" +KERNEL_DEVICETREE_canyonlands = "arch/${ARCH}/boot/dts/canyonlands.dts" +KERNEL_DEVICETREE_kilauea = "arch/${ARCH}/boot/dts/kilauea.dts" +KERNEL_DEVICETREE_lsppchd = "arch/${ARCH}/boot/dts/kuroboxHD.dts" +KERNEL_DEVICETREE_lsppchg = "arch/${ARCH}/boot/dts/kuroboxHG.dts" KERNEL_DEVICETREE_mpc8313e-rdb = "arch/${ARCH}/boot/dts/mpc8313erdb.dts" KERNEL_DEVICETREE_mpc8315e-rdb = "arch/${ARCH}/boot/dts/mpc8315erdb.dts" KERNEL_DEVICETREE_mpc8323e-rdb = "arch/${ARCH}/boot/dts/mpc832x_rdb.dts" -KERNEL_DEVICETREE_kilauea = "arch/${ARCH}/boot/dts/kilauea.dts" KERNEL_DEVICETREE_sequoia = "arch/${ARCH}/boot/dts/sequoia.dts" -KERNEL_DEVICETREE_canyonlands = "arch/${ARCH}/boot/dts/canyonlands.dts" KERNEL_DEVICETREE_FLAGS = "-R 8 -S 0x3000"