Re: [OE-core] [PATCH 1/1] webkitgtk: fix compile error for arm64

2019-05-13 Thread Kang Kai
On 2019/5/13 下午11:43, Khem Raj wrote: Can you test this on say rpi3 in 64bit mode and see all is ok ? It is ok to build 64-bit rpi3 from layer git://git.yoctoproject.org/meta-raspberrypi with configurations: MACHINE = "raspberrypi3-64" LICENSE_FLAGS_WHITELIST_append = " commercial" Regards,

Re: [OE-core] [PATCH 1/1] webkitgtk: fix compile error for arm64

2019-05-13 Thread Khem Raj
Can you test this on say rpi3 in 64bit mode and see all is ok ? On Mon, May 13, 2019 at 2:53 AM wrote: > From: Kai Kang > > It removes function JSC::AssemblerBuffer::data() for ARM64 in commit > https://trac.webkit.org/changeset/236589/webkit. But the function is > still required by Cortex A53

[OE-core] [PATCH 1/1] webkitgtk: fix compile error for arm64

2019-05-13 Thread kai.kang
From: Kai Kang It removes function JSC::AssemblerBuffer::data() for ARM64 in commit https://trac.webkit.org/changeset/236589/webkit. But the function is still required by Cortex A53 and fails to compile for arm64: | .../tmp/work/aarch64-poky-linux/webkitgtk/2.24.1-r0/webkitgtk-2.24.1/Source/Jav