Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Kang Kai <Kai.Kang@windriver.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>,
	OE-core <openembedded-core@lists.openembedded.org>,
	Koen Kooi <koen.kooi@linaro.org>
Subject: Re: [PATCH 09/24] libpng: add neon option for aarch64
Date: Thu, 18 Dec 2014 09:18:00 +0800	[thread overview]
Message-ID: <54922B48.6000309@windriver.com> (raw)
In-Reply-To: <CAJTo0La+gHrdTtS9qG6iMnaHwHrEDcN2DY6uq+EH3tWUbdHfVw@mail.gmail.com>

On 2014年12月17日 19:04, Burton, Ross wrote:
> I find Koen's patch for libpng neater so could you merge that into your
> qemuarm64 branch?  The autobuilder has been doing some builds so this
> should be the last stage before it's all merged.

OK. I'll do it.

--Kai

>
> Ross
>
> On 17 December 2014 at 08:47, Kang Kai <Kai.Kang@windriver.com> wrote:
>>   On 2014年12月17日 03:30, Koen Kooi wrote:
>>
>>   Op 7 nov. 2014, om 09:51 heeft Kai Kang <kai.kang@windriver.com> <kai.kang@windriver.com> het volgende geschreven:
>>
>> Add neon option for aarch64 just as for arm. It fails with:
>>
>> | ./.libs/libpng16.so: undefined reference to `png_init_filter_functions_neon'
>> | collect2: error: ld returned 1 exit status
>>
>> Signed-off-by: Kai Kang <kai.kang@windriver.com> <kai.kang@windriver.com>
>> ---
>> meta/recipes-multimedia/libpng/libpng_1.6.13.bb | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.13.bb b/meta/recipes-multimedia/libpng/libpng_1.6.13.bb
>> index 0c6fd1f..3d32bfe 100644
>> --- a/meta/recipes-multimedia/libpng/libpng_1.6.13.bb
>> +++ b/meta/recipes-multimedia/libpng/libpng_1.6.13.bb
>> @@ -20,6 +20,7 @@ inherit autotools binconfig-disabled pkgconfig
>>
>> # Work around missing symbols
>> EXTRA_OECONF_append_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
>> +EXTRA_OECONF_append_aarch64 = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
>>
>>   You're introducing the same bug in a different way: overeager use of qualifiers. Just drop the _arm bit and it works.
>>
>>
>>
>> OK. I'll remove the _arm to fix this issue.
>>
>> Thanks.
>>
>> --
>> Regards,
>> Neil | Kai Kang
>>
>>


-- 
Regards,
Neil | Kai Kang



  reply	other threads:[~2014-12-18  1:18 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-07  8:51 [PATCH 00/24] V2: Add machine qemuarm64 Kai Kang
2014-11-07  8:51 ` [PATCH 01/24] linux-yocto: depend on libgcc for aarch64 Kai Kang
2014-11-07  8:51 ` [PATCH 02/24] Add machine qemuarm64 Kai Kang
2014-11-07  8:51 ` [PATCH 03/24] siteinfo: account for 32 and 64 bit arm Kai Kang
2014-11-07  8:51 ` [PATCH 04/24] gcc-4.9: redefine default library install directory Kai Kang
2014-11-07  8:51 ` [PATCH 05/24] libc-package.bbclass: add aarch64 target to locale_arch_options Kai Kang
2014-11-07  8:51 ` [PATCH 06/24] glibc-locale.inc: add aarch64 to BINARY_LOCALE_ARCHES Kai Kang
2014-11-07  8:51 ` [PATCH 07/24] libatomics-ops: add aarch64 target iniitial support Kai Kang
2014-11-07  8:51 ` [PATCH 08/24] qt4: add aarch64 support Kai Kang
2014-11-07  8:51 ` [PATCH 09/24] libpng: add neon option for aarch64 Kai Kang
2014-12-16 19:30   ` Koen Kooi
2014-12-17  8:47     ` Kang Kai
2014-12-17 11:04       ` Burton, Ross
2014-12-18  1:18         ` Kang Kai [this message]
2014-11-07  8:51 ` [PATCH 10/24] sysprof: disable build " Kai Kang
2014-11-07  8:51 ` [PATCH 11/24] lttng: recognize aarch64 Kai Kang
2014-11-07  8:51 ` [PATCH 12/24] guile: allow compilation for aarch64 Kai Kang
2014-11-07  8:51 ` [PATCH 13/24] libunwind: add aarch64 support Kai Kang
2014-12-08 20:56   ` Burton, Ross
2014-12-17  8:53     ` Kang Kai
2014-12-17  9:23       ` Fathi Boudra
2014-12-17  9:41         ` Kang Kai
2014-11-07  8:51 ` [PATCH 14/24] runqemu: add qemuarm64 support Kai Kang
2014-11-07  8:51 ` [PATCH 15/24] kexec-tools: add aarch64 support Kai Kang
2014-11-07  8:51 ` [PATCH 16/24] packagegroup-core-tools-profile: remove sysprof for aarch64 Kai Kang
2014-12-08 20:51   ` Burton, Ross
2014-12-09  1:48     ` Kang Kai
2014-12-09 11:56       ` Burton, Ross
2014-12-09 17:45         ` Khem Raj
2014-12-10  1:39         ` Kang Kai
2014-12-10 12:27           ` Burton, Ross
2014-12-17  9:00             ` Kang Kai
2014-11-07  8:51 ` [PATCH 17/24] qemu: add single step support " Kai Kang
2014-12-08 20:53   ` Burton, Ross
2014-12-09  1:53     ` Kang Kai
2014-11-07  8:51 ` [PATCH 18/24] Revert "gcc-4.9: redefine default library install directory" Kai Kang
2014-11-07  8:51 ` [PATCH 19/24] gcc: Disable aarch64 multilib options Kai Kang
2014-12-08 20:52   ` Burton, Ross
2014-12-09  1:54     ` Kang Kai
2014-11-07  8:51 ` [PATCH 20/24] glibc-package: aarch64 enable symlink for ABI compliance Kai Kang
2014-11-07  8:51 ` [PATCH 21/24] aarch-arm64: Update tune files Kai Kang
2014-11-07  8:51 ` [PATCH 22/24] linux-yocto: Fixup linux-yocto for aarch64 Kai Kang
2014-11-07  8:51 ` [PATCH 23/24] local.conf.sample: Add qemuarm64 Kai Kang
2014-11-07  8:51 ` [PATCH 24/24] poky.conf: Add support for aarch64 to QEMU Kai Kang
2014-11-07  9:18 ` [PATCH 00/24] V2: Add machine qemuarm64 Koen Kooi
2014-11-07 14:27   ` Mark Hatle
2014-11-13 15:04     ` Koen Kooi
2014-11-07 11:01 ` Paul Barker
2014-11-10  9:25   ` Kang Kai
2014-11-10 11:26     ` Burton, Ross
2014-11-11  2:51       ` Kang Kai

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=54922B48.6000309@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=koen.kooi@linaro.org \
    --cc=koen@dominion.thruhere.net \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox