aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-nokia900-meego_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-nokia900-meego_git.bb')
-rw-r--r--recipes/linux/linux-nokia900-meego_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/linux/linux-nokia900-meego_git.bb b/recipes/linux/linux-nokia900-meego_git.bb
new file mode 100644
index 0000000000..14408aab74
--- /dev/null
+++ b/recipes/linux/linux-nokia900-meego_git.bb
@@ -0,0 +1,19 @@
+require linux.inc
+
+KERNEL_RELEASE = "2.6.37"
+PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
+
+SRCREV = "1c8a111c2041e8d240fcfb04d298a236af251d5d"
+
+SRC_URI = "\
+ git://git.freesmartphone.org/linux-2.6.git;protocol=git;branch=nokia900/kernel-adaptation-n900-meego \
+ file://defconfig \
+"
+S = "${WORKDIR}/git"
+
+#CMDLINE_nokia900 = "snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p1 rootdelay=10 panic=20"
+
+# Mark archs/machines that this kernel supports
+COMPATIBLE_MACHINE = "nokia900"
+DEFAULT_PREFERENCE = "-2"
+DEFAULT_PREFERENCE_nokia900 = "1"