aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/beagleboard.conf2
-rw-r--r--conf/machine/include/omap3.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index a5de68e0af..bcbf23eaa8 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -15,6 +15,8 @@ GUI_MACHINE_CLASS = "bigscreen"
require conf/machine/include/omap3.inc
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
+
IMAGE_FSTYPES += "tar.bz2 ubi"
EXTRA_IMAGECMD_jffs2 = "-lnp "
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 33e9d65eee..0723b89a61 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
require conf/machine/include/tune-cortexa8.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r60"
+MACHINE_KERNEL_PR = "r61"
KERNEL_IMAGETYPE = "uImage"