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:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user