diff options
Diffstat (limited to 'recipes/linux/linux-eten_2.6.28-rc4+git.bb')
-rw-r--r-- | recipes/linux/linux-eten_2.6.28-rc4+git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/linux/linux-eten_2.6.28-rc4+git.bb b/recipes/linux/linux-eten_2.6.28-rc4+git.bb new file mode 100644 index 0000000000..0d3dac86c6 --- /dev/null +++ b/recipes/linux/linux-eten_2.6.28-rc4+git.bb @@ -0,0 +1,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" |