aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-eten_2.6.24+git.bb
blob: a780ed95198452738c7f1bd9c69b1cf9bb74b502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require linux.inc

DESCRIPTION = "The Linux kernel for E-Ten Glofiish smartphones"

COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = "eten-m800"

KERNEL_RELEASE = "2.6.24"
KERNEL_VERSION = "${KERNEL_RELEASE}"

PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
PR = "r1"

SRC_URI = "\
  git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
"
S = "${WORKDIR}/git"

do_configure_prepend() {
       install -m 0644 ${S}/arch/arm/configs/glofiish_defconfig ${WORKDIR}/defconfig
}