From: Radu Moisan <radu.moisan@intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: while trying to update u-boot
Date: Fri, 03 Aug 2012 11:43:38 +0300 [thread overview]
Message-ID: <501B8F3A.8000309@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
I found the following code in u-boot.inc
if not d.getVar("UBOOT_MACHINE", True):
PN = d.getVar("PN", True)
FILE = os.path.basename(d.getVar("FILE", True))
bb.debug(1, "To build %s, see %s for instructions on \
setting up your machine config" % (PN, FILE))
raise bb.parse.SkipPackage("because UBOOT_MACHINE is not set")
and while I don't have UBOOT_MACHINE set, u-boot still follows with no
problems through do_fetch, do_configure, do_compile and so on, and
finishes without any problem/error. I would have expected to be skipped
as the above code snipped would imply, but I cannot find that log
message anywhere (nor any error to indicate failure). Can somebody point
me in the right direction with this?
Radu
[-- Attachment #2: Type: text/html, Size: 1287 bytes --]
next reply other threads:[~2012-08-03 8:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-03 8:43 Radu Moisan [this message]
2012-08-03 8:45 ` while trying to update u-boot Andrei Gherzan
2012-08-03 8:57 ` Radu Moisan
2012-08-03 9:00 ` Andrei Gherzan
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=501B8F3A.8000309@intel.com \
--to=radu.moisan@intel.com \
--cc=openembedded-core@lists.openembedded.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.