diff options
author | Zumeng Chen <zumeng.chen@windriver.com> | 2012-01-20 15:21:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-20 16:31:34 +0000 |
commit | 7a8e1ef418a437c5461d87b7fd230373f293bfc8 (patch) | |
tree | 29d07532592bff8ed5bd7e69a862d703a1dc3b5f /meta-yocto/conf/machine/routerstationpro.conf | |
parent | 967de59f35acef7fb258524973473f3d154e4a37 (diff) | |
download | poky-7a8e1ef418a437c5461d87b7fd230373f293bfc8.tar.gz |
rspro-conf: remove usbgadget from routerstationpro
Since the target doesn't have the related requirement
to use USB slave hardware supporting usb gadget, so
remove it from MACHINE_FEATURES.
Signed-off-by: Zumeng.chen@windriver.com>
Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/machine/routerstationpro.conf')
-rw-r--r-- | meta-yocto/conf/machine/routerstationpro.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index 83c2f8ab05..a3d520d173 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf | |||
@@ -5,7 +5,7 @@ | |||
5 | require conf/machine/include/tune-mips32.inc | 5 | require conf/machine/include/tune-mips32.inc |
6 | 6 | ||
7 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ | 7 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ |
8 | serial usbgadget" | 8 | serial" |
9 | 9 | ||
10 | KERNEL_IMAGETYPE = "vmlinux" | 10 | KERNEL_IMAGETYPE = "vmlinux" |
11 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | 11 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" |