diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-15 16:40:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-15 16:40:52 +0000 |
commit | c503866bd290a2ecdaacbdc4fc3137783c293dec (patch) | |
tree | f9c248cb903d2ae7116fe67c9d7f57bd5f2f871e /conf/machine | |
parent | 53744b0ffd779b7923a4edf4f8665e18726fafc6 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/10/15 17:34:01+01:00 (none)!pb
define GPE_MACHINE_CLASS.
based on patch from Koen Kooi
BKrev: 416ffd94IlBTlQTdLwqcaReBF4GCrw
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/ipaq-pxa-2.6.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/ipaq-pxa-2.6.conf b/conf/machine/ipaq-pxa-2.6.conf index f7335a624c..7377ee47a1 100644 --- a/conf/machine/ipaq-pxa-2.6.conf +++ b/conf/machine/ipaq-pxa-2.6.conf @@ -5,3 +5,6 @@ PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral" BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules modutils-collateral" include conf/machine/handheld-common.conf + +GPE_MACHINE_CLASS = "smallscreen" + |