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

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

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

KERNEL_RELEASE = "2.6.28-rc4"
KERNEL_VERSION = "${KERNEL_RELEASE}"

# See http://wiki.openembedded.net/index.php/Versioning_Policy
SRCREV = "ab2d414f4f13816af0ec0401b608133ca946624a"
PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
PR = "r2"

SRC_URI = "\
  git://git.openezx.org/gnufiish.git;protocol=git;branch=master \
  file://defconfig \
"
S = "${WORKDIR}/git"

CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5 ro"