diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-10-13 18:03:21 -0500 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-14 12:56:18 +0200 |
commit | 554db22c5bfdefaa54f3923a7ffbe72092bd0d91 (patch) | |
tree | a24743840369c116c3ba14a116c2102d758d39cf /recipes-kernel | |
parent | a3226f913dfde6cae0ce165e2303cbc8933a8007 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-am335x-joel-3.1/defconfig | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-am335x-joel_3.1.bb | 2 |
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 |
2586 | CONFIG_USB_FUNCTIONFS_RNDIS=y | 2586 | CONFIG_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 | 2588 | CONFIG_USB_FILE_STORAGE=m |
2589 | CONFIG_USB_MASS_STORAGE=m | 2589 | CONFIG_USB_MASS_STORAGE=m |
2590 | CONFIG_USB_G_SERIAL=m | 2590 | CONFIG_USB_G_SERIAL=m |
2591 | CONFIG_USB_MIDI_GADGET=m | 2591 | CONFIG_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" | |||
8 | SRCREV = "d3a2a2a1426ec59fcba80bf400e3261b2a3108c2" | 8 | SRCREV = "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 |
11 | MACHINE_KERNEL_PR_append = "d+gitr${SRCREV}" | 11 | MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/joelagnel/linux-omap-2.6.git;branch=kernel-3.1-psp \ | 13 | SRC_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 \ |