aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/em-x270_2.6.23.bb
blob: fcef7280d07664843e36e40f99d3a47e2e890c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
require linux.inc

SECTION = "kernel"
DESCRIPTION = "Linux kernel for the Compulab EM-X270 system"
LICENSE = "GPL"
DEPENDS = "u-boot-utils-native"
PR = "r1"

KERNEL_IMAGETYPE = "uImage"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
	   file://em-x270.patch;patch=1 \
           file://defconfig \
	  "

S = "${WORKDIR}/linux-${PV}"

COMPATIBLE_HOST = 'arm.*-linux'
COMPATIBLE_MACHINE = "em-x270"

inherit kernel
inherit package

ARCH = "arm"

FILES_kernel-image = ""

S = "${WORKDIR}/linux-${PV}"