From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Lianhao Lu <lianhao.lu@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/5] cross-canadian.bbclass: Correct deb package arch.
Date: Fri, 28 Jan 2011 17:01:57 +0000 [thread overview]
Message-ID: <1296234117.13501.451.camel@rex> (raw)
In-Reply-To: <1eec11d1126152a4ae4930d8df5aedfec1bdf7b7.1296208216.git.lianhao.lu@intel.com>
On Fri, 2011-01-28 at 18:01 +0800, Lianhao Lu wrote:
> From: Lianhao Lu <lianhao.lu@intel.com>
>
> Set DPKG_ARCH to make debian package to be generated with correct
> architecture.
>
> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
> ---
> meta/classes/cross-canadian.bbclass | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
> index 993f831..1a045ba 100644
> --- a/meta/classes/cross-canadian.bbclass
> +++ b/meta/classes/cross-canadian.bbclass
> @@ -43,6 +43,9 @@ HOST_OS = "${SDK_OS}"
> HOST_PREFIX = "${SDK_PREFIX}"
> HOST_CC_ARCH = "${SDK_CC_ARCH}"
>
> +#assign DPKG_ARCH
> +DPKG_ARCH = "${SDK_ARCH}"
> +
> CPPFLAGS = "${BUILDSDK_CPPFLAGS}"
> CFLAGS = "${BUILDSDK_CFLAGS}"
> CXXFLAGS = "${BUILDSDK_CFLAGS}"
Merged into master, thanks.
Richard
next prev parent reply other threads:[~2011-01-28 17:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-28 10:01 [PATCH 0/5] [BUG# 227] rpm/deb support for meta-toolchain Lianhao Lu
2011-01-28 10:01 ` [PATCH 1/5] cross-canadian.bbclass: Correct deb package arch Lianhao Lu
2011-01-28 17:01 ` Richard Purdie [this message]
2011-01-28 10:01 ` [PATCH 3/5] image/rootfs_xx/package_xx.bbclass: prepare to add populate_sdk task Lianhao Lu
2011-01-28 10:01 ` [PATCH 5/5] meta-toolchain: pkg format independant " Lianhao Lu
2011-01-28 10:01 ` [PATCH 4/5] classes/populate_sdk_xxx.bbclass: pkg format support for " Lianhao Lu
2011-01-28 10:01 ` [PATCH 2/5] apt-native: Added licence checksum Lianhao Lu
2011-01-28 17:01 ` Richard Purdie
2011-01-29 13:28 ` [PATCH 0/5] [BUG# 227] rpm/deb support for meta-toolchain Richard Purdie
2011-01-30 8:23 ` Lu, Lianhao
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=1296234117.13501.451.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--cc=lianhao.lu@intel.com \
--cc=poky@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.