This makes the errors possibly related to a corruption of the memory such as "Undefined Instruction" and "Unable to handle kernel paging request at virtual address" go away. I have verified this multiple times
Signed-off-by: Joel A Fernandes <[email protected]> --- recipes-kernel/linux/linux_3.0.bb | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux_3.0.bb b/recipes-kernel/linux/linux_3.0.bb index 718b6af..753d3ce 100644 --- a/recipes-kernel/linux/linux_3.0.bb +++ b/recipes-kernel/linux/linux_3.0.bb @@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "(beagleboard)" SRCREV_pn-${PN} = "94ed5b4788a7cdbe68bc7cb8516972cbebdc8274" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc -MACHINE_KERNEL_PR_append = "m" +MACHINE_KERNEL_PR_append = "n" FILESPATHPKG_prepend = "linux-3.0:" @@ -193,7 +193,6 @@ SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-3.0.y.git file://beagle/0001-OMAP3-beagle-add-support-for-beagleboard-xM-revision.patch \ file://beagle/0002-UNFINISHED-OMAP3-beagle-add-support-for-expansionboa.patch \ file://beagle/0003-HACK-OMAP3-beagle-switch-to-GPTIMER1.patch \ - file://beagle/0004-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \ file://beagle/0005-omap3-Add-basic-support-for-720MHz-part.patch \ file://beagle/0006-omap-mmc-Adjust-dto-to-eliminate-timeout-errors.patch \ file://madc/0001-Enabling-Hwmon-driver-for-twl4030-madc.patch \ -- 1.7.0.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
