diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:25:38 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:25:38 +0000 |
commit | 05981416fff9402c7948efb57e60039981f14659 (patch) | |
tree | 8b385b6f7e418b246662ce59740eab58e1fba0ca /meta/conf | |
parent | 4398b980ba11f6a76f6c863f67f174cf1dc2bef6 (diff) | |
download | openembedded-core-05981416fff9402c7948efb57e60039981f14659.tar.gz openembedded-core-05981416fff9402c7948efb57e60039981f14659.tar.bz2 openembedded-core-05981416fff9402c7948efb57e60039981f14659.zip |
conf/machine: Remove stale unused files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@893 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/ipaq-common.conf | 7 | ||||
-rw-r--r-- | meta/conf/machine/include/thinclient-common.conf | 19 |
2 files changed, 0 insertions, 26 deletions
diff --git a/meta/conf/machine/include/ipaq-common.conf b/meta/conf/machine/include/ipaq-common.conf deleted file mode 100644 index eb696cf9f9..0000000000 --- a/meta/conf/machine/include/ipaq-common.conf +++ /dev/null @@ -1,7 +0,0 @@ -IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd atmelwlandriver sa1100-rtc ipaq-hal h3600_ts usb-eth wavelan_cs keybdev" - -BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}', d)}" -BOOTSTRAP_EXTRA_RRECOMMENDS_append_kernel24 += "mipv6" - -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" - diff --git a/meta/conf/machine/include/thinclient-common.conf b/meta/conf/machine/include/thinclient-common.conf deleted file mode 100644 index 4a96b42525..0000000000 --- a/meta/conf/machine/include/thinclient-common.conf +++ /dev/null @@ -1,19 +0,0 @@ -THINCLIENT_MODULES = "ipv6 \ -mip6-mn \ -tun \ -loop \ -vfat \ -sunrpc nfs \ -rfcomm bnep l2cap sco \ -af_packet \ -ppp-async ppp-deflate ppp-mppe \ -ip-gre ip-tables ipip \ -irda irlan irnet irport irtty \ -input uinput \ -" - -# Configuration bits for "generic thinclient" -BOOTSTRAP_EXTRA_RDEPENDS += "apm" -BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${THINCLIENT_MODULES}', d)}" - -INHERIT += "linux_modules" |