Re: [OE-core][PATCH] kernel-yocto: Fix an inappropriate process with include path

2020-09-02 Thread Xu, Yanfei
On 9/2/20 8:27 PM, Bruce Ashfield wrote: On Wed, Sep 2, 2020 at 8:14 AM Bruce Ashfield via lists.openembedded.org wrote: On Tue, Sep 1, 2020 at 11:20 PM Xu, Yanfei wrote: From: Yanfei Xu We just want to remove the first '-I' in $d, hence removing the 'g' of sed avoid changing the real p

Re: [OE-core][PATCH] kernel-yocto: Fix an inappropriate process with include path

2020-09-02 Thread Bruce Ashfield
On Wed, Sep 2, 2020 at 8:14 AM Bruce Ashfield via lists.openembedded.org wrote: > > On Tue, Sep 1, 2020 at 11:20 PM Xu, Yanfei wrote: > > > > From: Yanfei Xu > > > > We just want to remove the first '-I' in $d, hence removing the > > 'g' of sed avoid changing the real path which is include '-I'

Re: [OE-core][PATCH] kernel-yocto: Fix an inappropriate process with include path

2020-09-02 Thread Bruce Ashfield
On Tue, Sep 1, 2020 at 11:20 PM Xu, Yanfei wrote: > > From: Yanfei Xu > > We just want to remove the first '-I' in $d, hence removing the > 'g' of sed avoid changing the real path which is include '-I' > The g was intentional. Is it actually causing a bug ? if not, I see no reason to change it.

[OE-core][PATCH] kernel-yocto: Fix an inappropriate process with include path

2020-09-01 Thread Xu, Yanfei
From: Yanfei Xu We just want to remove the first '-I' in $d, hence removing the 'g' of sed avoid changing the real path which is include '-I' Signed-off-by: Yanfei Xu --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-y