Re: [yocto] Help with ipset bitbake files

2014-02-02 Thread Padam J. Singh
dozens of other recipes and my own applications working, just this one is giving me issues. Thanks, Padam On 31-Jan-2014, at 19:23 , Padam J. Singh m...@padamj.com wrote: Hello Ross, Thanks for the help! I was able to see that both the images/ and packages-split/ipset had the binary

[yocto] Help with ipset bitbake files

2014-01-31 Thread Padam J . Singh
Hello, I am trying to create a bitbake file for ipset (http://ipset.netfilter.org). Currently using the Poky project. When executing this recipe, all steps completes OK. However, the compiled binaries are not included in the final RPMs or the final images. Could someone point out what could

Re: [yocto] Help with ipset bitbake files

2014-01-31 Thread Padam J. Singh
Hello Ross, Thanks for the help! I was able to see that both the images/ and packages-split/ipset had the binary. The root_fs does not have this file. The building of final image shows that the ipset rpm is being installed. I have added ipset to the top-level image : IMAGE_INSTALL += ipset