From: Mark Hatle <mark.hatle@windriver.com>
To: <yocto@yoctoproject.org>
Subject: Re: A question about PACKAGE_ARCH renaming
Date: Tue, 17 Apr 2012 10:37:03 -0500 [thread overview]
Message-ID: <4F8D8E1F.2070203@windriver.com> (raw)
In-Reply-To: <CAGiJk9fWzFjW5_T03JFNX9XE2n=XaR_EE2dT_3AtkQ9gjnqAQQ@mail.gmail.com>
On 4/17/12 1:43 AM, Samuel Stirtzel wrote:
> 2012/4/17 Xu, Dongxiao<dongxiao.xu@intel.com>:
>> Hi,
>>
>> I am testing beagleboard with RPM, and there is a question I am confused
>> with that PACKAGE_ARCH is renamed for certain packages. For example the
>> "acl" package, whose expected PACKAGE_ARCH is "armv7a-vfp-neon", however
>> in RPM file, the arch is renamed to "armv7a", see
>> "acl-2.2.51-r2.armv7a.rpm". However IPK package still shows
>> "acl_2.2.51-r2_armv7a-vfp-neon.ipk".
>>
>> Could anybody give hint on this?
>
> Hi,
> if applications need to be machine / hardware specific they can
> indicate so by setting PACKAGE_ARCH.
>
> For example I use it for recipes that build different when other
> machine dependent packages are used by them:
> kde-workspace can use the OpenGL ES driver which is machine dependent
> so if it is used I set PACKAGE_ARCH = "${MACHINE_ARCH}".
>
> AFAIK the vfp-neon arch indicates that the package uses hard float (or
> "vector floating point") libraries instead of soft float.
> See mfloat-abi at http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
Just want to clarify...
VFP indicates it's using the VFP hardware for floating point, but the ABI
remains as the standard EABI. (adding 'hf' means that it's using the
EABI-hardware floating point ABI instead. Original EABI is defined to allow
multiple instruction sets, processor units, etc to interact with a compatible
ABI. While EABI-hf requires vfp support.)
--Mark
>>
>> Thanks,
>> Dongxiao
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
next prev parent reply other threads:[~2012-04-17 15:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-17 1:01 A question about PACKAGE_ARCH renaming Xu, Dongxiao
2012-04-17 6:43 ` Samuel Stirtzel
2012-04-17 6:49 ` Samuel Stirtzel
2012-04-17 15:37 ` Mark Hatle [this message]
2012-04-17 15:02 ` Xu, Dongxiao
2012-04-17 15:35 ` Mark Hatle
2012-04-18 0:38 ` Xu, Dongxiao
2012-04-18 5:20 ` Xu, Dongxiao
2012-04-18 12:45 ` Hatle, Mark
2012-04-18 12:55 ` Richard Purdie
2012-04-18 13:09 ` Xu, Dongxiao
2012-04-18 13:25 ` Hatle, Mark
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=4F8D8E1F.2070203@windriver.com \
--to=mark.hatle@windriver.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.