All of lore.kernel.org
 help / color / mirror / Atom feed
* dropbear is not working after including in IMAGE_FEATURES
@ 2015-09-10 14:17 Vivek Per
  2015-09-10 17:37 ` Robert Berger
  0 siblings, 1 reply; 3+ messages in thread
From: Vivek Per @ 2015-09-10 14:17 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

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 package need to add?


Thanks and Regards

[-- Attachment #2: Type: text/html, Size: 597 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dropbear is not working after including in IMAGE_FEATURES
  2015-09-10 14:17 dropbear is not working after including in IMAGE_FEATURES Vivek Per
@ 2015-09-10 17:37 ` Robert Berger
  2015-09-11  4:32   ` Vivek Per
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Berger @ 2015-09-10 17:37 UTC (permalink / raw)
  To: yocto

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-extended"

IMAGE_FEATURES += "debug-tweaks splash x11-base ssh-server-dropbear \
                   package-management x11-sato"

inherit core-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 package need to add?

check your IMAGE_FEATURES if it's really like you want it:

bitbake -e image-features-image | grep ^IMAGE_FEATURES=

I see something like this:

IMAGE_FEATURES="debug-tweaks splash x11-base ssh-server-dropbear
package-management x11-sato"

You might want to check if dropbear made it into your image with
something like this before flashing it:

bitbake -g image-features-image && cat pn-depends.dot | grep -v -e
'-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' |
sort | uniq

This will give you a list and you should find something like:

"dropbear"


"packagegroup-core-ssh-dropbear"

>
>
> Thanks and Regards
>
>
> --
>

Regards,

Robert..."Whereas Europeans generally pronouce my name the right way
(Ni-klows Virt), Americans invariably mangle it into 'Nickle-less
Worth'. This is to say that Europeans call me by name, but Americans
call me by value." -- Niklaus Wirth

My public pgp key is available,at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dropbear is not working after including in IMAGE_FEATURES
  2015-09-10 17:37 ` Robert Berger
@ 2015-09-11  4:32   ` Vivek Per
  0 siblings, 0 replies; 3+ messages in thread
From: Vivek Per @ 2015-09-11  4:32 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2333 bytes --]

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 <
gmane@reliableembeddedsystems.com> wrote:

> 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-extended"
>
> IMAGE_FEATURES += "debug-tweaks splash x11-base ssh-server-dropbear \
>                    package-management x11-sato"
>
> inherit core-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 package need to add?
>
> check your IMAGE_FEATURES if it's really like you want it:
>
> bitbake -e image-features-image | grep ^IMAGE_FEATURES=
>
> I see something like this:
>
> IMAGE_FEATURES="debug-tweaks splash x11-base ssh-server-dropbear
> package-management x11-sato"
>
> You might want to check if dropbear made it into your image with
> something like this before flashing it:
>
> bitbake -g image-features-image && cat pn-depends.dot | grep -v -e
> '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' |
> sort | uniq
>
> This will give you a list and you should find something like:
>
> "dropbear"
>
>
> "packagegroup-core-ssh-dropbear"
>
> >
> >
> > Thanks and Regards
> >
> >
> > --
> >
>
> Regards,
>
> Robert..."Whereas Europeans generally pronouce my name the right way
> (Ni-klows Virt), Americans invariably mangle it into 'Nickle-less
> Worth'. This is to say that Europeans call me by name, but Americans
> call me by value." -- Niklaus Wirth
>
> My public pgp key is available,at:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 3612 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-11  4:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 14:17 dropbear is not working after including in IMAGE_FEATURES Vivek Per
2015-09-10 17:37 ` Robert Berger
2015-09-11  4:32   ` Vivek Per

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.