diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-11 14:28:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:24 +0200 |
commit | dcf42ea5d2ba1df523f800d5805ecad87dd3cd4e (patch) | |
tree | 721befceb8ba1400d6be52c44ba6dc72c7004160 /conf/machine | |
parent | d37453d38002ccaed2dd7c38be10ea72b704813e (diff) |
overo: switch to linux-omap-psp 2.6.32 as default
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | conf/machine/overo.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index eac4676d43..6e3b86fc17 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 = "r65" +MACHINE_KERNEL_PR = "r66" KERNEL_IMAGETYPE = "uImage" diff --git a/conf/machine/overo.conf b/conf/machine/overo.conf index a703a898d0..e22cd6e253 100644 --- a/conf/machine/overo.conf +++ b/conf/machine/overo.conf @@ -3,6 +3,7 @@ #@DESCRIPTION: Machine configuration for the Gumstix Overo require conf/machine/include/omap3.inc +PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp" TARGET_ARCH = "arm" MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen" |