summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-21 15:33:36 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-21 15:33:36 +0100
commitc00b5df3b85b3badbd268e376c0a19fab19cc4f3 (patch)
treea83857dbb79b3d29b1c6ebac79c5867effb2b0d9
parentc84b0511b3a1278ce6ea8efd423ce032f715a639 (diff)
downloadmeta-ti-c00b5df3b85b3badbd268e376c0a19fab19cc4f3.tar.gz
linux-ti335x-psp 3.1: disable whiteheat firmware to unbreak build with make 3.85
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig2
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig
index a762e6f1..628f149b 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig
@@ -2564,7 +2564,7 @@ CONFIG_USB_SERIAL_AIRCABLE=m
2564CONFIG_USB_SERIAL_ARK3116=m 2564CONFIG_USB_SERIAL_ARK3116=m
2565CONFIG_USB_SERIAL_BELKIN=m 2565CONFIG_USB_SERIAL_BELKIN=m
2566CONFIG_USB_SERIAL_CH341=m 2566CONFIG_USB_SERIAL_CH341=m
2567CONFIG_USB_SERIAL_WHITEHEAT=m 2567# CONFIG_USB_SERIAL_WHITEHEAT is not set
2568CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m 2568CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
2569CONFIG_USB_SERIAL_CP210X=m 2569CONFIG_USB_SERIAL_CP210X=m
2570CONFIG_USB_SERIAL_CYPRESS_M8=m 2570CONFIG_USB_SERIAL_CYPRESS_M8=m
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
index 029b5c35..f7ec2f80 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-meta-ti-r1r+gitr1d84d8853fa30cf3db2571a5aec572accca4e29d" 12BRANCH = "v3.1-meta-ti-r1r+gitr1d84d8853fa30cf3db2571a5aec572accca4e29d"
13SRCREV = "1d84d8853fa30cf3db2571a5aec572accca4e29d" 13SRCREV = "1d84d8853fa30cf3db2571a5aec572accca4e29d"
14MACHINE_KERNEL_PR_append = "f+gitr${SRCREV}" 14MACHINE_KERNEL_PR_append = "g+gitr${SRCREV}"
15 15
16COMPATIBLE_MACHINE = "(ti33x)" 16COMPATIBLE_MACHINE = "(ti33x)"
17 17