sg3-utils: add newer buildable version
[openembedded.git] / recipes / linux / linux-eten_2.6.28-rc4+git.bb
1 require linux.inc
2
3 DESCRIPTION = "The Linux kernel for E-Ten Glofiish smartphones"
4
5 COMPATIBLE_HOST = "arm.*-linux"
6 COMPATIBLE_MACHINE = "eten-m800"
7
8 KERNEL_RELEASE = "2.6.28-rc4"
9 KERNEL_VERSION = "${KERNEL_RELEASE}"
10
11 # See http://wiki.openembedded.net/index.php/Versioning_Policy
12 SRCREV = "ab2d414f4f13816af0ec0401b608133ca946624a"
13 PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
14 PR = "r2"
15
16 SRC_URI = "\
17   git://git.openezx.org/gnufiish.git;protocol=git;branch=master \
18   file://defconfig \
19 "
20 S = "${WORKDIR}/git"
21
22 CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5 ro"