blob: 0d3dac86c6da9f665d3398c7f1856a1ddf14f787 (
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.28-rc4"
KERNEL_VERSION = "${KERNEL_RELEASE}"
# See http://wiki.openembedded.net/index.php/Versioning_Policy
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"
|