diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-11-21 16:41:11 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-11-21 16:41:11 +0000 |
commit | c0515faee70d7a628d2b3ab6304c5d4718b47be1 (patch) | |
tree | e5963da09f9bbf751d53ecd3900837b00a90dad6 /packages | |
parent | 1d2846e45ac2dee5b2aa761c2f0838b8295034ca (diff) |
linux-handhelds-2.6: add magician to COMPATIBLE_MACHINE
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-handhelds-2.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc index 0dfdd4cf81..7f2dc4c77d 100644 --- a/packages/linux/linux-handhelds-2.6.inc +++ b/packages/linux/linux-handhelds-2.6.inc @@ -3,7 +3,7 @@ DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer h LICENSE = "GPL" COMPATIBLE_HOST = "arm.*-linux" -COMPATIBLE_MACHINE ?= '(h1910|h2200|h3600|h3900|h4000|h5000|htcuniversal|hx4700|jornada56x|simpad)' +COMPATIBLE_MACHINE ?= '(h1910|h2200|h3600|h3900|h4000|h5000|htcuniversal|hx4700|jornada56x|magician|simpad)' # SRC_URI *must* be overriden in includer, but this is a good reference SRC_URI ?= "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ |