diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2010-03-18 20:14:20 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-18 20:59:14 +0000 |
commit | e844f9bef6ad409ae0506f86d1c3e506127de26c (patch) | |
tree | 08036773ad60466320cea8bca0f8164ae186df68 /meta/conf/machine | |
parent | af1488eaba54d01d2bdb8e87d6a2befe2b7a4237 (diff) | |
download | openembedded-core-e844f9bef6ad409ae0506f86d1c3e506127de26c.tar.gz openembedded-core-e844f9bef6ad409ae0506f86d1c3e506127de26c.tar.bz2 openembedded-core-e844f9bef6ad409ae0506f86d1c3e506127de26c.zip |
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>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/zoom2.conf | 2 |
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 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap3-pm" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync" MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost screen touchscreen" |