1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-13 04:59:52 +00:00

Add support for Phytec phyCore-iMX31 board.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3433 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Robert Bradford
2008-01-09 09:56:56 +00:00
parent b10aaea287
commit 7f3a1703f9
5 changed files with 1610 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for imx31 Lite Kit"
DESCRIPTION = "Linux kernel for imx31 devices"
LICENSE = "GPL"
KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}"
inherit kernel
COMPATIBLE_MACHINE = "mx31litekit|mx31ads"
COMPATIBLE_MACHINE = "mx31litekit|mx31ads|mx31phy"
do_configure_prepend() {