diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/conf/machine/include/thinclient-common.conf | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/thinclient-common.conf')
| -rw-r--r-- | meta/conf/machine/include/thinclient-common.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/conf/machine/include/thinclient-common.conf b/meta/conf/machine/include/thinclient-common.conf new file mode 100644 index 0000000000..4a96b42525 --- /dev/null +++ b/meta/conf/machine/include/thinclient-common.conf | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | THINCLIENT_MODULES = "ipv6 \ | ||
| 2 | mip6-mn \ | ||
| 3 | tun \ | ||
| 4 | loop \ | ||
| 5 | vfat \ | ||
| 6 | sunrpc nfs \ | ||
| 7 | rfcomm bnep l2cap sco \ | ||
| 8 | af_packet \ | ||
| 9 | ppp-async ppp-deflate ppp-mppe \ | ||
| 10 | ip-gre ip-tables ipip \ | ||
| 11 | irda irlan irnet irport irtty \ | ||
| 12 | input uinput \ | ||
| 13 | " | ||
| 14 | |||
| 15 | # Configuration bits for "generic thinclient" | ||
| 16 | BOOTSTRAP_EXTRA_RDEPENDS += "apm" | ||
| 17 | BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp bluez-utils wireless-tools ${@linux_module_packages('${THINCLIENT_MODULES}', d)}" | ||
| 18 | |||
| 19 | INHERIT += "linux_modules" | ||
