diff options
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.34_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.34_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34_git.bb b/recipes/linux/linux-openmoko-2.6.34_git.bb new file mode 100644 index 0000000000..f600a02036 --- /dev/null +++ b/recipes/linux/linux-openmoko-2.6.34_git.bb @@ -0,0 +1,26 @@ +require linux.inc +require linux-openmoko.inc + +DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones" + +KERNEL_RELEASE="2.6.34" + +SRCREV = "e23313fc76e2724fe56354526275458a0bdc10c3" +OEV = "oe1" +PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}" + +SRC_URI = "\ + git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.34 \ +# build fix + file://wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch;patch=1 \ +# defconfig updates + file://gta02-defconfig-update-for-2.6.34.patch;patch=1 \ +" + +S = "${WORKDIR}/git" + +CONFIG_NAME_om-gta02 = "gta02_defconfig" + +do_configure_prepend() { + install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe +} |