diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-04-06 22:29:51 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-04-06 22:29:51 +0200 |
commit | 379a4b8cc4000e705be4841fbfcf379d83eaca1f (patch) | |
tree | 404cd567688db8d4880cd82be63b627073fcb6ae /recipes/kexecboot | |
parent | cd60ddc92329fe9ef8fd707408be020a4f3303df (diff) |
linux-kexecboot: remove bogus omap3 refs in 2.6.33+2.6.34-rc3 recipe
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb b/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb index e9c8a9991a..3bb3d595ac 100644 --- a/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb +++ b/recipes/kexecboot/linux-kexecboot_2.6.33+2.6.34-rc3.bb @@ -6,11 +6,9 @@ PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}" PR = "${INC_PR}.0" S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}" -S_omap3 = "${WORKDIR}/git" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_omap3 = "-1" SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${OLD_KERNEL_RELEASE}.tar.bz2;name=kernel \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KERNEL_RELEASE}.bz2;name=patch;patch=1 \ @@ -22,7 +20,3 @@ SRC_URI[kernel.sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf37 SRC_URI[patch.md5sum] = "f8bf58920ee30d12c54e9326ef74af32" SRC_URI[patch.sha256sum] = "c53504b595db44d888fd01982006389e06b0f7f9d2ea2f6f5087e7f7e1acda8a" - -SRC_URI_append_omap3 = " git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;rev=eba014745cc806d625b6a553d1af6efd14e16321 \ - " - |