Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-16 Thread Jiri Pirko
Sun, Aug 10, 2014 at 09:08:08PM CEST, champetier.etie...@gmail.com wrote: 2014-08-10 20:14 GMT+03:00 Florian Fainelli flor...@openwrt.org: Hello, Le 10 août 2014 09:44, Etienne Champetier champetier.etie...@gmail.com a écrit : Le 10 août 2014 18:18, Stefan Monnier

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-16 Thread Jiří Šlachta
Hi, Dne 16/08/2014 10:06, Jiri Pirko napsal(a): Well, I believe that there are many people that don't use the github PR and in fact, they hate to work with that. Me included. Unfortunatelly it cannot be disabled on github. I know it's cool but I prefer working with patches the old fashion

[OpenWrt-Devel] How to setup a buildbot server by myself?

2014-08-16 Thread xf...@xfguo.org
Hi, We know openwrt have a buildbot server. I want to know how to setup one by myself. Thanks and best regards. Xiongfei Guo Credo Semi. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] Problem using 'dumpinfo' target

2014-08-16 Thread Andrew McDonnell
Hi, I seem to be hitting the bug described in detail here : https://dev.openwrt.org/ticket/14697 This is against Barrier Breaker latest git. Specifically, running any of the following : make DUMP=1 make DUMP=1 dumpinfo produces various error messages, because $(FIND_L) is never set to

Re: [OpenWrt-Devel] How to setup a buildbot server by myself?

2014-08-16 Thread Jiří Šlachta
You can find further reading here: http://buildbot.net/index.html Dne 16/08/2014 12:33, xf...@xfguo.org napsal(a): Hi, We know openwrt have a buildbot server. I want to know how to setup one by myself. Thanks and best regards. Xiongfei Guo Credo Semi.

Re: [OpenWrt-Devel] Lots of missing packages!

2014-08-16 Thread valent.turko...@gmail.com
On Fri, Aug 15, 2014 at 10:14 AM, Martin Babutzka martin.babut...@online.de wrote: Hi, I think there is some confusion about manual building and the Imagebuilder. At least in my case the RC3 Image Builder reacts to the feeds-script like that: ./scripts/feeds update Unable to open feeds

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-16 Thread valent.turko...@gmail.com
On Tue, Aug 12, 2014 at 9:21 PM, Etienne Champetier champetier.etie...@gmail.com wrote: Hi, The interest of GitHub is that it's simpler for new comer I really think mailing list + patchwork is the way to go for the base/core part of OpenWrt What would be the advantage of GitHub for you

Re: [OpenWrt-Devel] [ANN] MicroPython - well-known scripting language, unbloated

2014-08-16 Thread valent.turko...@gmail.com
I'll definitely give cross-compiling for mips architecture (I have lots of AR9331 based routers around) a go and let you know how it worked out, or if it didn't work out. Does MicryPython have support for serial communication as Python has with PySerial? What I mostly need is some simple

[OpenWrt-Devel] [PATCH] [package] gmp: add host compile

2014-08-16 Thread Luiz Angelo Daros de Luca
Currently, any package that uses host compile and depends on libgmp.so will fail. This is because gmp is not compile for host machine. So, staging_dir/host has only static lib for gmp $ ls staging_dir/host/lib/libgmp* -1 staging_dir/host/lib/libgmp.a staging_dir/host/lib/libgmp.la