summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gregory <gg@slimlogic.co.uk>2010-03-18 20:14:20 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-18 21:48:28 +0000
commit5cc700daae90841ef064bd0af334cdb0504c68e5 (patch)
tree833e60b99c09595fcef52e2ca7d411b67ba065aa
parentc25d4ba28c021960f88491cb43cbc8eb8ec3362c (diff)
downloadpoky-5cc700daae90841ef064bd0af334cdb0504c68e5.tar.gz
zoom2.conf : switch to using the TI integration tree for kernel
Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r--meta/conf/machine/zoom2.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/zoom2.conf b/meta/conf/machine/zoom2.conf
index c71bc6df98..142a40c5a1 100644
--- a/meta/conf/machine/zoom2.conf
+++ b/meta/conf/machine/zoom2.conf
@@ -4,7 +4,7 @@
4TARGET_ARCH = "arm" 4TARGET_ARCH = "arm"
5PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" 5PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a"
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-omap3-pm" 7PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
8 8
9MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost screen touchscreen" 9MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost screen touchscreen"
10 10