Add compulab modified 2.6.16 kernel

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@689 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2006-08-31 17:00:20 +00:00
parent ce8c8e09f1
commit 287f11c7a8
5 changed files with 9192 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,8 @@ DESCRIPTION = "Linux kernel for Compulab cmx270"
LICENSE = "GPL"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
http://www.rpsys.net/openzaurus/patches/archive/cmx270/cm_x2xx_ide-r1.patch;patch=1 \
http://www.rpsys.net/openzaurus/patches/archive/cmx270/cm_x2xx_mtd-r2.patch;patch=1 \

View File

@ -0,0 +1,34 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel CM-X270"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
file://diff-2.6.16-cm-x270;patch=1 \
file://CL_FlashDrv"
S = "${WORKDIR}//linux-2.6.16"
KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}"
inherit kernel
COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = "cmx270"
do_configure_prepend() {
install -m 0644 ${S}/arch/arm/configs/cm_x270_defconfig ${S}/.config
install -m 0644 ${WORKDIR}/CL_FlashDrv ${S}/drivers/block/cl_flash
oe_runmake oldconfig
}
do_deploy() {
install -d ${DEPLOY_DIR}/images
install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin
}
do_deploy[dirs] = "${S}"
addtask deploy before do_build after do_compile
KERNEL_RELEASE = "2.6.16"

View File

@ -3,6 +3,8 @@ DESCRIPTION = "Linux kernel CM-X270"
LICENSE = "GPL"
PR = "r7"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
http://raph.people.8d.com/kernels/8d-cmx2xx-2.6.17.1-june21.diff;patch=1 \
http://raph.people.8d.com/kernels/hardcode-archID.diff;patch=1 \