diff options
author | Mike Westerhof <mwester@dls.net> | 2009-04-15 23:33:57 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-04-15 23:33:57 -0500 |
commit | e9a0747532601b393e46a861bca6b1f929d43605 (patch) | |
tree | 2141ea671053b805f80348ce18bba970fca36e1e /recipes/linux/linux-openmoko-2.6.29_git.bb | |
parent | fb7eba513b2d59c33163bd380019a4cabc8b6782 (diff) |
Revert "Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream kernel"
This reverts commit fb7eba513b2d59c33163bd380019a4cabc8b6782.
Change rejected.
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.29_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.29_git.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.29_git.bb b/recipes/linux/linux-openmoko-2.6.29_git.bb deleted file mode 100644 index 19423509e8..0000000000 --- a/recipes/linux/linux-openmoko-2.6.29_git.bb +++ /dev/null @@ -1,31 +0,0 @@ -require linux.inc -require linux-openmoko.inc - -DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones" - -# NOTE: This recipe is tied to an upstream git repo; the KERNEL_VERSION must match the -# the kernel version string as built, otherwise depmod will silently fail when building -# the image itself. KERNEL_RELEASE should match the kernel version in the recipe name. -# This may have to be adjusted as the upstream git repository changes! -KERNEL_RELEASE = "2.6.29" -KERNEL_VERSION = "2.6.29-rc3" - -OEV = "oe1" -PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r0" - -SRC_URI = "\ - git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \ - file://fix-install.patch;patch=1 \ - file://defconfig-oe.patch \ -" -S = "${WORKDIR}/git" - -CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig" -CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig" -CONFIG_NAME_om-gta03 = "gta03_defconfig" - -do_configure_prepend() { - install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe - cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR} -} |