diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-08 19:18:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-08 19:18:40 +0000 |
commit | 52dcccdfd31b0b0c9ac4725dd52a20b88a6b7b7c (patch) | |
tree | 06a634a182886ead6e16e3dad4fb1b3dc258ec4c /conf/distro | |
parent | 5bcdb4abd61e4d64aec042d9bb27e8ff275530b3 (diff) |
* Remove 2.4 machine support for c7x0, akita, spitz and borzoi.
* Remove borzoi machine entirely as its now equal to spitz.
* For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION
to fix a long standing bug - people will need to update local.conf.
* Add dummy terrier MACHINE to point at spitz.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2006.9.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 18d942198a..6ca56971ab 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -74,7 +74,6 @@ PREFERRED_PROVIDER_hostap-conf = "hostap-conf" PCMCIA_MANAGER_c7x0 = "pcmciautils" PCMCIA_MANAGER_akita = "pcmciautils" PCMCIA_MANAGER_spitz = "pcmciautils" -PCMCIA_MANAGER_borzoi = "pcmciautils" PCMCIA_MANAGER_nokia770 = "pcmciautils" PCMCIA_MANAGER_ipaq-pxa270 = "pcmciautils" @@ -90,6 +89,5 @@ GPE_EXTRA_INSTALL_append_nokia770 = " libgtkinput" #GPE_EXTRA_INSTALL_append_tosa = " libgtkinput" #GPE_EXTRA_INSTALL_append_akita = " libgtkinput" #GPE_EXTRA_INSTALL_append_spitz = " libgtkinput" -#GPE_EXTRA_INSTALL_append_borzoi = " libgtkinput" |