summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorZumeng Chen <zumeng.chen@windriver.com>2012-01-20 15:21:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-20 16:31:34 +0000
commit7a8e1ef418a437c5461d87b7fd230373f293bfc8 (patch)
tree29d07532592bff8ed5bd7e69a862d703a1dc3b5f /meta-yocto
parent967de59f35acef7fb258524973473f3d154e4a37 (diff)
downloadpoky-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')
-rw-r--r--meta-yocto/conf/machine/routerstationpro.conf2
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 @@
5require conf/machine/include/tune-mips32.inc 5require conf/machine/include/tune-mips32.inc
6 6
7MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ 7MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \
8 serial usbgadget" 8 serial"
9 9
10KERNEL_IMAGETYPE = "vmlinux" 10KERNEL_IMAGETYPE = "vmlinux"
11KERNEL_ALT_IMAGETYPE = "vmlinux.bin" 11KERNEL_ALT_IMAGETYPE = "vmlinux.bin"