From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/2] conf/bitbake.conf: add DISTRO_ARCH and MACHINE_DISTRO_ARCH
Date: Mon, 28 Feb 2011 16:01:24 +0100 [thread overview]
Message-ID: <ikgdc4$j5n$1@dough.gmane.org> (raw)
In-Reply-To: <1298899606-9139-2-git-send-email-otavio@ossystems.com.br>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
What does it do and why is it needed?
On 28-02-11 14:26, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> conf/bitbake.conf | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index 1002c01..b018f08 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -132,7 +132,9 @@ PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
> PACKAGE_EXTRA_ARCHS ?= ""
> MACHINE_ARCH = "${@oe.utils.ifelse(bool(d.getVar('MACHINE', True)), '${MACHINE}', \
> 'BASE_PACKAGE_ARCH')}"
> -PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${MACHINE}"
> +DISTRO_ARCH = "${TARGET_ARCH}-${DISTRO}"
> +MACHINE_DISTRO_ARCH = "${MACHINE_ARCH}-${DISTRO}"
> +PACKAGE_ARCHS = "all any noarch ${TARGET_ARCH} ${PACKAGE_EXTRA_ARCHS} ${DISTRO_ARCH} ${MACHINE_DISTRO_ARCH} ${MACHINE}"
>
> MULTIMACH_ARCH = "${PACKAGE_ARCH}"
> MULTIMACH_TARGET_SYS = "${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNa7jDMkyGM64RGpERAlXgAJsF7DlPyuZo8XyGq0U5TOYt3bLxhQCgtsS5
rfWBVwGPaGgjvc84OCecAqw=
=HD2X
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-02-28 15:03 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-28 13:26 [PATCH 1/2] freerdp: rdpepends on xprop Otavio Salvador
2011-02-28 13:26 ` [PATCH 2/2] conf/bitbake.conf: add DISTRO_ARCH and MACHINE_DISTRO_ARCH Otavio Salvador
2011-02-28 15:01 ` Koen Kooi [this message]
2011-02-28 16:57 ` Phil Blundell
2011-02-28 17:04 ` Otavio Salvador
2011-02-28 17:54 ` Phil Blundell
2011-02-28 18:00 ` Otavio Salvador
2011-02-28 16:55 ` [PATCH 1/2] freerdp: rdpepends on xprop Phil Blundell
2011-02-28 17:06 ` Otavio Salvador
2011-02-28 17:18 ` Phil Blundell
2011-02-28 17:18 ` Otavio Salvador
2011-02-28 17:28 ` [PATCH 1/3] freerdp: rdepends " Otavio Salvador
2011-02-28 17:57 ` Phil Blundell
2011-02-28 17:58 ` Otavio Salvador
2011-02-28 18:17 ` Phil Blundell
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='ikgdc4$j5n$1@dough.gmane.org' \
--to=k.kooi@student.utwente.nl \
--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.