From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: How to select specific version of dependant component
Date: Fri, 25 Jun 2010 05:11:29 +0200 [thread overview]
Message-ID: <20100625031129.GA17650@jama> (raw)
In-Reply-To: <6A7B7034B0CC4B568C76BC153107D499@rhonda.vtc.ru>
On Fri, Jun 25, 2010 at 02:03:17PM +1100, Andrew Tverdohlebov wrote:
> >its an override. if you want to know what overrides are read the manual.
> >and in future don't top post its not readable flow.
>
> If you look into the OpenEmbedded User Manual yourself smart guy,
> you will probably find that the section "overrides" is a stub.
> There is also nothing usefull regarding purpose of '_local'
description in bitbake.conf
# Overrides are processed left to right, so the ones that are named later take precedence.
# You generally want them to go from least to most specific.
#
# This means that an envionment variable named '<foo>_arm' overrides an
# environment variable '<foo>' (when ${TARGET_ARCH} is arm).
# an environment variable '<foo>_ramses' overrides '<foo>' but doesn't override
# '<foo>_arm' when ${MACHINE} is 'ramses'.
# If you use combination ie '<foo>_arm_ramses', then '<foo>_arm_ramses' will override
# '<foo>_arm' and then '<foo>' will be overriden with that value from '<foo>_arm'.
# And finally '<foo>_local' overrides anything, but with lowest priority.
#
# This works for functions as well, they are really just environment variables.
# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration.
OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
# Alternative OVERRIDES definition without "fail fast", usually only for native building and Scratchbox toolchains.
#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}"
--
Jansa 'JaMa' Martin jabber: Martin.Jansa@gmail.com
next prev parent reply other threads:[~2010-06-25 3:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-24 5:51 How to select specific version of dependant component Andrew Tverdohlebov
2010-06-24 15:18 ` Khem Raj
2010-06-25 0:36 ` Andrew Tverdohlebov
2010-06-25 0:46 ` Khem Raj
2010-06-25 3:03 ` Andrew Tverdohlebov
2010-06-25 3:11 ` Martin Jansa [this message]
2010-06-25 3:51 ` Andrew Tverdohlebov
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=20100625031129.GA17650@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@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.