**** BEGIN LOGGING AT Sat Dec 07 02:59:58 2013 Dec 07 07:15:34 hi all i have been trying to work on rtl8723as wifi module,i have successfully installed driver,but when i try to up module and configure wifi it throws me the errors repeatedly, please see http://pastebin.com/7mTeb7gf can you help me to solve this issues Dec 07 07:23:27 linu: you mean the usb_read_port_complete warning? Dec 07 07:28:33 nerdboy, yes i just posted the entire error in pastebin,while throwing those logs i could not work in the correct way..can you help Dec 07 07:33:59 nerdboy, actually i googling about that error before posting here,i could not get enough idea,do you have any idea Dec 07 09:04:25 somebody fell asleep... long week... Dec 07 13:05:51 ERROR:Nothing provides fetch while bitbake Dec 07 13:07:06 I have added a new folder fetch inside the recipe-core of my layer /meta-xyz/recipe-core/fetch/fetch.bb Dec 07 13:07:45 but when I do "bitbake fetch " ,i am getting this error Dec 07 13:08:05 can any one let me know how do i bitbake new recipe file Dec 07 18:20:09 Getting problem while customize the do_fetch Dec 07 18:21:07 ERROR : Empty URI Dec 07 18:21:24 ERROR : do_fetch failes Dec 07 18:22:37 python do_fetch() { bb.note("Downloading source tarball from ${SRC_URI} ...") src_uri = (bb.data.getVar('SRC_URI', d, True) or "").split() if len(src_uri) == 0: bb.fatal("Empty URI") try: bb.fetch.init(src_uri, d) bb.fetch.go(d) except FetchError: bb.fatal("Could not fetch source tarball.") bb.note("Download successful.") } **** ENDING LOGGING AT Sun Dec 08 02:59:58 2013