All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Kenji Morgan <daniel.kenji.morgan@gmail.com>
To: yocto@yoctoproject.org
Subject: menuconfig fails using SSTATE_MIRRORS and SOURCE_MIRROR_URL
Date: Fri, 01 Feb 2013 01:32:49 +0900	[thread overview]
Message-ID: <510A9CB1.9090904@gmail.com> (raw)

To explain my environment:

I am building images for the machine "imx6qsabrelite" in the "meta-fsl-arm" BSP layer using Poky 1.3 (danny).
The kernel recipe is linux-imx which is fetched from Freescale's git repository.
 
On host machine A, I build an image and copy all the sstate cache and download files into a different directory.
I've setup this directory as a Samba share so it can be accessed via the local network.

On host machine B, I have local.conf set to use the shared sstate cache and source download mirror (SSTATE_MIRRORS and SOURCE_MIRROR_URL
).
They are both utilized without any problems when I build an image.
However, when I "bitbake -c menuconfig virtual/kernel", I get the following error in the kconfig terminal:

scripts/kconfig/mconf Kconfig
Error opening terminal: xterm.
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
Command failed.
Press any key to continue...

The same "bitbake -c menuconfig virtual/kernel" on host machine A works.
It also works on host machine B when I disable using the shared sstate cache and source download mirror.

Is anyone aware of such issues?



                 reply	other threads:[~2013-01-31 16:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=510A9CB1.9090904@gmail.com \
    --to=daniel.kenji.morgan@gmail.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.