From: Robert Berger <gmane@reliableembeddedsystems.com>
To: yocto@yoctoproject.org
Subject: Re: dropbear is not working after including in IMAGE_FEATURES
Date: Thu, 10 Sep 2015 20:37:54 +0300 [thread overview]
Message-ID: <55F1BFF2.9040708@reliableembeddedsystems.com> (raw)
In-Reply-To: <CALLyC8QDpCybg9+-zxf5HP-6xKMOUkUjUkJ6x2O2ebTcCK10ww@mail.gmail.com>
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
next prev parent reply other threads:[~2015-09-10 17:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 14:17 dropbear is not working after including in IMAGE_FEATURES Vivek Per
2015-09-10 17:37 ` Robert Berger [this message]
2015-09-11 4:32 ` Vivek Per
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55F1BFF2.9040708@reliableembeddedsystems.com \
--to=gmane@reliableembeddedsystems.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.