All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Wilde, DonaldX" <donaldx.wilde@intel.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Installing iperf3 causes strange image corruption
Date: Tue, 7 Feb 2017 17:42:51 +0000	[thread overview]
Message-ID: <6CE91E52E49AA047A2349BA2FF8E4BCA1546B2CC@FMSMSX106.amr.corp.intel.com> (raw)
In-Reply-To: <CAJTo0LZ6PsPyW1ahJqikBucqFyhvRz_tXZa=2+R5NjiTu9CMvg@mail.gmail.com>

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

My bad, Ross. I meant IMAGE_INSTALL. Must have been lexdysic the other day. ☺

From: Burton, Ross [mailto:ross.burton@intel.com]
Sent: Tuesday, February 7, 2017 10:34 AM
To: Wilde, DonaldX <donaldx.wilde@intel.com>
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Installing iperf3 causes strange image corruption


On 1 February 2017 at 20:28, Wilde, DonaldX <donaldx.wilde@intel.com<mailto:donaldx.wilde@intel.com>> wrote:
Unfortunately, what happens is that somewhere along the line after the initial patch and compilation, something in our image gets radically corrupted. With IMAGE_INCLUDE += “iperf3” set, the image is corrupted. Horrible results occur including that much of our NVRAM content becomes invisible and we get dumped into some kind of emergency debugging shell after about 6.3 seconds.
...
starting pid 1363, tty '': '/etc/init.d/rcS'
can't run '/etc/init.d/rcS': No such file or directory

IMAGE_INCLUDE isn't a standard variable, so either you typo'd that or it's a variable that  your images use.  Either way, your error is basically "the rootfs is bust" so it's quite possible that by assigning to IMAGE_INCLUDE from your local.conf may be overriding the default value (set by ?=).

For example, if you meant IMAGE_INSTALL then image.bbclass uses IMAGE_INSTALL ?= so by doing +=iperf3, you're building an image that *just* contains iperf3.

Try using IMAGE_INSTALL_append = " iperf3".

Ross

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

  reply	other threads:[~2017-02-07 17:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-01 20:28 Installing iperf3 causes strange image corruption Wilde, DonaldX
2017-02-07 17:34 ` Burton, Ross
2017-02-07 17:42   ` Wilde, DonaldX [this message]
2017-02-07 17:43     ` Burton, Ross
2017-02-07 17:48       ` Wilde, DonaldX

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=6CE91E52E49AA047A2349BA2FF8E4BCA1546B2CC@FMSMSX106.amr.corp.intel.com \
    --to=donaldx.wilde@intel.com \
    --cc=ross.burton@intel.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.