| Submitter | Zumeng Chen |
|---|---|
| Date | Jan. 20, 2012, 7:21 a.m. |
| Message ID | <1ec175b060ec79949989bbe4df546eff5a942e70.1327043851.git.zumeng.chen@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/19813/ |
| State | New |
| Headers | show |
Comments
On Fri, 2012-01-20 at 15:21 +0800, Zumeng Chen wrote: > 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> > --- > meta-yocto/conf/machine/routerstationpro.conf | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Merged to poky thanks. meta-yocto specific patches should really be on the yocto list. Cheers, Richard
? 2012?01?21? 00:32, Richard Purdie ??: > On Fri, 2012-01-20 at 15:21 +0800, Zumeng Chen wrote: >> 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> >> --- >> meta-yocto/conf/machine/routerstationpro.conf | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) > > Merged to poky thanks. meta-yocto specific patches should really be on > the yocto list. Many thanks for reminder, Richard, I'll send to yocto list next time :-) Regards, Zumeng > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Patch
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"