]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/meta: beagleboard: disable CONFIG_PREEMPT
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 17 Apr 2012 22:01:45 +0000 (18:01 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Apr 2012 22:15:31 +0000 (23:15 +0100)
commit36e9e6a88bc4436efefd4a25c0a58be75f887142
tree7e629bb5e2a0560912d53fc9b7ea3662f3b16d3c
parent0ade3f26f40b67d7296725b1e956c46be9a86089
linux-yocto/meta: beagleboard: disable CONFIG_PREEMPT

Updating the meta SRCREV for both the 3.0 and 3.2 kernel trees to
pickup the beagleboard xM boot fix:

[
    meta/beagleboard: disable CONFIG_PREEMPT

    The boot hangs with the message:
    mmc0: error -110 whilst initialising SD card

    The MMC driver has issues initializing when PREEMPT is enabled (either forced
    or voluntary). Unplugging and then plugging the card back will reset the
    driver and continue booting. Alternatively, disable preemption.
]

[YOCTO: #1892]

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
meta/recipes-kernel/linux/linux-yocto_3.0.bb
meta/recipes-kernel/linux/linux-yocto_3.2.bb