From patchwork Fri Jan 20 07:21:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] rspro-conf: remove usbgadget from routerstationpro Date: Fri, 20 Jan 2012 07:21:56 -0000 From: Zumeng Chen X-Patchwork-Id: 19813 Message-Id: <1ec175b060ec79949989bbe4df546eff5a942e70.1327043851.git.zumeng.chen@windriver.com> To: 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 --- 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 83c2f8a..a3d520d 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf @@ -5,7 +5,7 @@ require conf/machine/include/tune-mips32.inc MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ - serial usbgadget" + serial" KERNEL_IMAGETYPE = "vmlinux" KERNEL_ALT_IMAGETYPE = "vmlinux.bin"