All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>,
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] bitbake.conf: add sudo to HOSTTOOLS
Date: Tue, 28 Mar 2017 09:32:31 +0800	[thread overview]
Message-ID: <631d32b8-99ae-9b06-02fd-0dc9fa1ad89a@windriver.com> (raw)
In-Reply-To: <1490621182.13980.260.camel@linuxfoundation.org>



On 03/27/2017 09:26 PM, Richard Purdie wrote:
> On Mon, 2017-03-27 at 03:34 -0700, Robert Yang wrote:
>> Fixed:
>> $ bitbake meta-ide-support
>> $ . ./tmp/environment-setup-i586-poky-linux
>> $ runqemu tmp/deploy/images/qemux86/core-image-sato-
>> qemux86.qemuboot.conf
>>
>> [snip]
>> /bin/sh: sudo: command not found
>> runqemu - ERROR - Failed to setup tap device. Run runqemu-gen-tapdevs
>> to manually create.
>> [snip]
>>
>> The qemu can start, but the IP was wrong, this patch fixes the
>> problem.
>>
>> [YOCTO #11232]
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>  meta/conf/bitbake.conf | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
>> index fa5445b65b..0b1d8d82e0 100644
>> --- a/meta/conf/bitbake.conf
>> +++ b/meta/conf/bitbake.conf
>> @@ -468,6 +468,9 @@ HOSTTOOLS += " \
>>  # Tools needed to run testimage runtime image testing
>>  HOSTTOOLS += "ps stty ip ssh scp ping"
>>
>> +# Tools needed by runqemu in meta-ide-support environment
>> +HOSTTOOLS += "sudo"
>> +
>>  # Link to these if present
>>  HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc
>> socat sudo"
>
> sudo is already in HOSTTOOLS_NONFATAL?

Sorry, it isn't there when I added it last week, please drop my patch.

// Robert

>
> Cheers,
>
> Richard
>


      parent reply	other threads:[~2017-03-28  1:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-27 10:34 [PATCH 0/1] bitbake.conf: add sudo to HOSTTOOLS Robert Yang
2017-03-27 10:34 ` [PATCH 1/1] " Robert Yang
2017-03-27 11:34   ` Burton, Ross
2017-03-27 13:26   ` Richard Purdie
2017-03-27 13:28     ` Burton, Ross
2017-03-28  1:32     ` Robert Yang [this message]

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=631d32b8-99ae-9b06-02fd-0dc9fa1ad89a@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.