summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-29 10:44:42 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-29 10:44:42 +0000
commitce1e498f5d3a46642b6bb14c14ebae2a52f732a4 (patch)
tree8b48b2daffea7afd773a08f6281a73e88617c30b /meta/conf/machine
parent46030a84cf6551a62ccb46fb7ee6968ab3c1b3ca (diff)
downloadpoky-ce1e498f5d3a46642b6bb14c14ebae2a52f732a4.tar.gz
cm-x270: do not hardcode kernel version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3013 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/cm-x270.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/machine/cm-x270.conf b/meta/conf/machine/cm-x270.conf
index a77a85186f..69a9964755 100644
--- a/meta/conf/machine/cm-x270.conf
+++ b/meta/conf/machine/cm-x270.conf
@@ -6,7 +6,6 @@ TARGET_ARCH = "arm"
6GUI_MACHINE_CLASS ?= "bigscreen" 6GUI_MACHINE_CLASS ?= "bigscreen"
7 7
8PREFERRED_PROVIDER_virtual/kernel = "linux" 8PREFERRED_PROVIDER_virtual/kernel = "linux"
9PREFERRED_VERSION_linux = "2.6.22"
10 9
11PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" 10PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"
12 11