[meta-ti] [PATCH meta-ti] linux-ti33x-psp 3.1rc8: Enable usb-to-serial drivers
Jason Kridner
jkridner at beagleboard.org
Tue Oct 25 23:49:16 PDT 2011
On Wed, Oct 26, 2011 at 1:41 AM, Koen Kooi <koen at beagleboard.org> wrote:
> As a general remark: could you also list the git repo where your patches can
> be pulled from? That will save me a lot of email troubles while traveling.
>
> Op 26 okt 2011, om 02:13 heeft Joel A Fernandes het volgende geschreven:
>
>> Enable the PL2303 usb-to-serial driver required for serial output
>> from the beaglebone tester.
>>
>> Signed-off-by: Joel A Fernandes <joelagnel at ti.com>
>> ---
>> .../linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | 3 ++-
>> recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb | 2 +-
>> 2 files changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git
>> a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
>> b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
>> index 4b3c21d..478ec3e 100644
>> --- a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
>> +++ b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig
>> @@ -2558,7 +2558,8 @@ CONFIG_USB_LIBUSUAL=y
>> # USB port drivers
>> #
>> # CONFIG_USB_USS720 is not set
>> -# CONFIG_USB_SERIAL is not set
>> +CONFIG_USB_SERIAL=y
>> +CONFIG_USB_SERIAL_PL2303=y
>>
>> #
>> # USB Miscellaneous drivers
>> diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
>> b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
>> index bffebea..fbee01f 100644
>> --- a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
>> +++ b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb
>> @@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
>>
>> BRANCH = "master"
>> SRCREV = "1955a86594526e18f03c8d62db81119ffc4ccf0f"
I believe this SRCREV is only working for you because it is in your
cache. Can you confirm with a kernel revision that is currently in
the tree?
Before we launch, I plan to move a clone of the kernel over to
http://github.com/beagleboard. We simply cannot have these sort of
code management regressions in the build. Once we can get the PMIC
driver in, I think we make the clone.
>> -MACHINE_KERNEL_PR_append = "k+gitr${SRCREV}"
>> +MACHINE_KERNEL_PR_append = "l+gitr${SRCREV}"
>>
>> COMPATIBLE_MACHINE = "(ti33x)"
>>
>> --
>> 1.7.0.4
>>
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
More information about the meta-ti
mailing list