summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel A Fernandes <joelagnel@ti.com>2011-10-13 18:03:21 -0500
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-14 12:56:18 +0200
commit554db22c5bfdefaa54f3923a7ffbe72092bd0d91 (patch)
treea24743840369c116c3ba14a116c2102d758d39cf
parenta3226f913dfde6cae0ce165e2303cbc8933a8007 (diff)
downloadmeta-ti-554db22c5bfdefaa54f3923a7ffbe72092bd0d91.tar.gz
linux-am335x-joel: Enable g_file_storage kernel module
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-kernel/linux/linux-am335x-joel-3.1/defconfig2
-rw-r--r--recipes-kernel/linux/linux-am335x-joel_3.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig b/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig
index 93b060dd..5d419765 100644
--- a/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig
+++ b/recipes-kernel/linux/linux-am335x-joel-3.1/defconfig
@@ -2585,7 +2585,7 @@ CONFIG_USB_FUNCTIONFS=m
2585# CONFIG_USB_FUNCTIONFS_ETH is not set 2585# CONFIG_USB_FUNCTIONFS_ETH is not set
2586CONFIG_USB_FUNCTIONFS_RNDIS=y 2586CONFIG_USB_FUNCTIONFS_RNDIS=y
2587# CONFIG_USB_FUNCTIONFS_GENERIC is not set 2587# CONFIG_USB_FUNCTIONFS_GENERIC is not set
2588# CONFIG_USB_FILE_STORAGE is not set 2588CONFIG_USB_FILE_STORAGE=m
2589CONFIG_USB_MASS_STORAGE=m 2589CONFIG_USB_MASS_STORAGE=m
2590CONFIG_USB_G_SERIAL=m 2590CONFIG_USB_G_SERIAL=m
2591CONFIG_USB_MIDI_GADGET=m 2591CONFIG_USB_MIDI_GADGET=m
diff --git a/recipes-kernel/linux/linux-am335x-joel_3.1.bb b/recipes-kernel/linux/linux-am335x-joel_3.1.bb
index fe99dd23..30e4eb9f 100644
--- a/recipes-kernel/linux/linux-am335x-joel_3.1.bb
+++ b/recipes-kernel/linux/linux-am335x-joel_3.1.bb
@@ -8,7 +8,7 @@ COMPATIBLE_MACHINE = "beaglebone"
8SRCREV = "d3a2a2a1426ec59fcba80bf400e3261b2a3108c2" 8SRCREV = "d3a2a2a1426ec59fcba80bf400e3261b2a3108c2"
9 9
10# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc 10# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
11MACHINE_KERNEL_PR_append = "d+gitr${SRCREV}" 11MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}"
12 12
13SRC_URI = "git://github.com/joelagnel/linux-omap-2.6.git;branch=kernel-3.1-psp \ 13SRC_URI = "git://github.com/joelagnel/linux-omap-2.6.git;branch=kernel-3.1-psp \
14 file://0001-f_rndis-HACK-around-undefined-variables.patch \ 14 file://0001-f_rndis-HACK-around-undefined-variables.patch \