[yocto] dropbear is working after including in IMAGE_FEATURES

2015-09-10 Thread Vivek Per
Hi, I have included IMAGE_FEATURES += "ssh-server-dropbear" in my recipe image. and created the image. But after flashing the image i was not able to connect to target from my host machine. but target to host is working fine. Can any one tell me why it is not working. Is there any package nee

[yocto] dropbear is not working after including in IMAGE_FEATURES

2015-09-10 Thread Vivek Per
Hi, I have included IMAGE_FEATURES += "ssh-server-dropbear" in my recipe image. and created the image. But after flashing the image i was not able to connect to target using ssh from my host machine. but target to host is working fine. Can any one tell me why it is not working. Is there any p

Re: [yocto] dropbear is working after including in IMAGE_FEATURES

2015-09-10 Thread Khem Raj
> On Sep 10, 2015, at 7:09 AM, Vivek Per wrote: > > Hi, > I have included IMAGE_FEATURES += "ssh-server-dropbear" in my recipe > image. and created the image. > But after flashing the image i was not able to connect to target from my host > machine. but target to host is working fine. Ca

Re: [yocto] dropbear is not working after including in IMAGE_FEATURES

2015-09-10 Thread Robert Berger
On 09/10/2015 05:17 PM, Vivek Per wrote:> Hi, > I have included IMAGE_FEATURES += "ssh-server-dropbear" in my > recipe image. and created the image. So you have something like: image-features-image.bb with something like this? --> IMAGE_INSTALL = "packagegroup-core-boot packagegroup-base-

[yocto] kernel change detection for packages that depend on kernel version?

2015-09-10 Thread Benjamin Fleming
I'm running into an issue where the branch for my kernel received some new commits, changing what the kernel version string looks like. When I rebuilt my system (bitbake my-image) the kernel was rebuilt (I believe at some point I probably also ran bitbake virtual/kernel -c clean), however severa

[yocto] Peripheral hardware support

2015-09-10 Thread Brad Litterell
I'd like to include a RFID reader in a Yocto-based project. What is the best way to find devices that have driver support already or that provide open-source drivers suitable for inclusion? Is there a hardware support list for stuff like that somewhere? Thanks, Brad -- ___

Re: [yocto] [meta-raspberrypi] du giving non-integer result?

2015-09-10 Thread Trevor Woerner
>From the feedback, it looks like I'm the only one seeing this issue. That's okay, but I'll update this issue with new information in case it's useful to others. Today I also had some other strangeness with the "make sd card image" portion of a build, this time for cubietruck (meta-sunxi): ER

Re: [yocto] dropbear is not working after including in IMAGE_FEATURES

2015-09-10 Thread Vivek Per
Hi, Now Dropbear feature is including in the image but it is getting failed to start time while booting error [3.164188] systemd[1]: Failed to start SSH Server. Does can one help with this issue. Thanks and Regards vivek On Thu, Sep 10, 2015 at 11:07 PM, Robert Berger < gm...@reliabl

[yocto] [PATCH][meta-selinux] net-tools: Rename net-tools bbappend with wildcard for minor version.

2015-09-10 Thread Philip Tricca
Signed-off-by: Philip Tricca --- recipes-extended/net-tools/net-tools_1.%.bbappend | 11 +++ recipes-extended/net-tools/net-tools_1.60-25.bbappend | 11 --- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 recipes-extended/net-tools/net-tools_1.%.bbappend