summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-15 09:32:46 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-15 09:32:46 +0100
commit215974bb9cac89c18a559e79047dd5feca881663 (patch)
tree64c0790012b135237a45cb289d0f6eba78fb2d37 /recipes-kernel
parent59e00aecf2740048b03364f0c41b15da686d254f (diff)
downloadmeta-ti-215974bb9cac89c18a559e79047dd5feca881663.tar.gz
linux-ti33x-psp 3.1: remove CAN patch that hardcodes evm as machine instead of falling back to bone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
index 556ad5ab..bbe66ff7 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
@@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
11 11
12BRANCH = "v3.1-staging" 12BRANCH = "v3.1-staging"
13SRCREV = "1d84d8853fa30cf3db2571a5aec572accca4e29d" 13SRCREV = "1d84d8853fa30cf3db2571a5aec572accca4e29d"
14MACHINE_KERNEL_PR_append = "s+gitr${SRCREV}" 14MACHINE_KERNEL_PR_append = "t+gitr${SRCREV}"
15 15
16COMPATIBLE_MACHINE = "(ti33x)" 16COMPATIBLE_MACHINE = "(ti33x)"
17 17
@@ -41,7 +41,6 @@ PATCHES_OVER_PSP = " \
41 file://can/0003-can-d_can-DCAN-config-added-to-am335x_evm_defconfig.patch \ 41 file://can/0003-can-d_can-DCAN-config-added-to-am335x_evm_defconfig.patch \
42 file://can/0004-can-d_can-fix-for-cansend-loop-issue.patch \ 42 file://can/0004-can-d_can-fix-for-cansend-loop-issue.patch \
43 file://can/0005-can-d_can-fixes-the-rmmod-crash.patch \ 43 file://can/0005-can-d_can-fixes-the-rmmod-crash.patch \
44 file://can/0007-can-d_can-am335x-profile-modification-for-dcan0.patch \
45 " 44 "
46 45
47SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "", "${PATCHES_OVER_PSP}", d)}" 46SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "", "${PATCHES_OVER_PSP}", d)}"