diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-22 14:56:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:29 +0200 |
commit | 9e23b335a207f9aa3f92514454e8a6316402c951 (patch) | |
tree | 509a1187889f14453d93e537b2d31ba8790788ff /conf/machine | |
parent | 61a1a74b0e71bb40c336cd974c933d3534849957 (diff) |
linux-omap-psp 2.6.32: update to latest 3.00.00.05 tag
* add patches for omap3-touchbook support and make this the default kernel for it
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | conf/machine/omap3-touchbook.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 9a13f8799e..e7170628cc 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 = "r67" +MACHINE_KERNEL_PR = "r68" KERNEL_IMAGETYPE = "uImage" diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf index 88cb9cc8e3..52d190884a 100644 --- a/conf/machine/omap3-touchbook.conf +++ b/conf/machine/omap3-touchbook.conf @@ -17,7 +17,7 @@ GUI_MACHINE_CLASS = "bigscreen" require conf/machine/include/omap3.inc -PREFERRED_PROVIDER_virtual/kernel = "linux-omap-pm" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" IMAGE_FSTYPES += "squashfs tar.bz2 ubi" EXTRA_IMAGECMD_jffs2 = "-lnp " |