diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:43:12 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:43:12 +0100 |
commit | 071dafded971a297dd50694595fa4455281ceb49 (patch) | |
tree | 480b7fd4db3049f88a9ef5d22dd348521dad3b69 /recipes/linux/linux-omapandroid_2.6.29.bb | |
parent | 5e910c56c38255f8d9745d1901e7faa97f918648 (diff) |
linux-omapandroid_2.6.29.bb : android kernel for zoom2, seems to be the
best supported kernel at this time
Diffstat (limited to 'recipes/linux/linux-omapandroid_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omapandroid_2.6.29.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/linux/linux-omapandroid_2.6.29.bb b/recipes/linux/linux-omapandroid_2.6.29.bb new file mode 100644 index 0000000000..40444250dc --- /dev/null +++ b/recipes/linux/linux-omapandroid_2.6.29.bb @@ -0,0 +1,24 @@ +require linux.inc + +DESCRIPTION = "Linux kernel for OMAP processors" +KERNEL_IMAGETYPE = "uImage" + +COMPATIBLE_MACHINE = "omapzoom2" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_omapzoom2 = "1" + +SRCREV = "1e5ddc5d409f25652fe99064f22c0aa75bc9b7b3" + +# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc +PV = "2.6.29" +PR_append = "+gitr${SRCREV}" + +SRC_URI = "git://android.git.kernel.org/kernel/omap;branch=android-omap-2.6.29;protocol=git \ + file://defconfig" + +SRC_URI_append = " \ +" + +S = "${WORKDIR}/git" + |