Re: [OpenWrt-Devel] Developing own packages with CMake

2013-09-13 Thread Yegor Yefremov
On Thu, Sep 12, 2013 at 6:01 PM, Karl Palsson wrote: > On Thu, Sep 12, 2013 at 05:55:33PM +0200, Yegor Yefremov wrote: >> Hi, >> >> Another useful feature is "The source directory override mechanism" as >> described here: http://free-electrons.com/blog/buildroot-2011-11/ Is >> it planned to integr

Re: [OpenWrt-Devel] Developing own packages with CMake

2013-09-12 Thread Karl Palsson
On Thu, Sep 12, 2013 at 05:55:33PM +0200, Yegor Yefremov wrote: > Hi, > > Another useful feature is "The source directory override mechanism" as > described here: http://free-electrons.com/blog/buildroot-2011-11/ Is > it planned to integrate such a feature? Just add the following line to your pac

[OpenWrt-Devel] Developing own packages with CMake

2013-09-12 Thread Yegor Yefremov
Hi, I want to develop my own package for OpenWRT. I'm a Buildroot user though and AFAIK OpenWRT uses it heavily too. Buildroot provides a very efficient CMake integration. It provides a toolchainfile.cmake, that will be used to compile existing CMake based packages, but it can be easily used to co