diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-04-17 18:01:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-17 23:15:31 +0100 |
commit | 36e9e6a88bc4436efefd4a25c0a58be75f887142 (patch) | |
tree | 7e629bb5e2a0560912d53fc9b7ea3662f3b16d3c /meta/recipes-kernel/linux/linux-yocto_3.0.bb | |
parent | 0ade3f26f40b67d7296725b1e956c46be9a86089 (diff) | |
download | openembedded-core-contrib-36e9e6a88bc4436efefd4a25c0a58be75f887142.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.0.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index e56e1d7ec96..0d98074b00a 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb @@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "7528f1d06ef5665eed8c1498f62d5403b82bbbd6" SRCREV_machine_qemux86 ?= "f153b0eb8264dc1e69f59d4c9173619feb4d5bd9" SRCREV_machine_qemux86-64 ?= "aac580659dc0ce083f250fb05abf82e58d7f4531" SRCREV_machine ?= "da7c40006b08916ff3a3db104def82aaf9ac2716" -SRCREV_meta ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" +SRCREV_meta ?= "bb4fff95b3d28c8ab87cd6905eaef86e1f46db6e" PR = "r4" PV = "${LINUX_VERSION}+git${SRCPV}" |