[oe] [meta-oe][PATCH v3] luajit: Upgrade to 2.1.0-beta3

Leo Yan leo.yan at linaro.org
Wed Feb 26 12:30:36 UTC 2020


Hi Khem,

On Tue, Feb 25, 2020 at 07:57:09AM -0800, Khem Raj wrote:
> 
> 
> On 2/24/20 11:38 PM, Leo Yan wrote:
> > Hi Khem,
> > 
> > On Mon, Feb 24, 2020 at 10:41:04PM -0800, Khem Raj wrote:
> > > 
> > > 
> > > On 2/24/20 10:37 PM, Leo Yan wrote:
> > > > Since luajit 2.1.0-beta3 can support architecture aarch64 and the old
> > > > misses to support aarch64, the patch upgrades to luajit 2.1.0-beta3.
> > > > 
> > > > Signed-off-by: Leo Yan <leo.yan at linaro.org>
> > > > ---
> > > >    .../luajit/luajit/clang.patch                 | 19 -------------------
> > > 
> > > 
> > > why is this patch dropped ? it building with clang handled differently now ?
> > > if so please add a line or two in commit msg
> > 
> > To be honest, I don't know how to hit the condition for
> > '#elif !LJ_TARGET_PS3', and since considering Clang has upgraded to new
> > version (9.0.1), this is another reason I dropped this patch.
> > 
> 
> you could easily excercise the need for it, by adding meta-clang and setting
> 
> TOOLCHAIN_pn-luajit = "clang" (in local.conf)
> bitbake luajit

I tested up setting with MACHINE=qemumips, it can hit the condition
for '#elif !LJ_TARGET_PS3' and the patch clang.patch is still needed,
otherwise, it can cause building error.

So have sent out patch v4 to keep clang.patch with minor updating
to dismiss patching warning.

Thanks a lot for guidance.

Leo


More information about the Openembedded-devel mailing list