[OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-06 Thread bruce . ashfield
From: Bruce Ashfield For testing purposes, it is often easier to patch a fragment in a kernel-meta repository versus needing to make a copy or modify the source repository. We can allow this sort of patching when a patchdir of kernel-meta is passed (to indicate the nested kernel-meta repository)

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-09 Thread Paul Barker
On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote: From: Bruce Ashfield For testing purposes, it is often easier to patch a fragment in a kernel-meta repository versus needing to make a copy or modify the source repository. We can allow this sort of patching when a patchdir of kernel-meta is

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote: > > From: Bruce Ashfield > > > > For testing purposes, it is often easier to patch a fragment > > in a kernel-meta repository versus needing to make a copy or > > modify the source repositor

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield wrote: > > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > > > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote: > > > From: Bruce Ashfield > > > > > > For testing purposes, it is often easier to patch a fragment > > > in a kernel-meta rep

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Sun, Mar 10, 2019 at 11:14 PM Bruce Ashfield wrote: > > On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield > wrote: > > > > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > > > > > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote: > > > > From: Bruce Ashfield > > > > > > > > For testing

Re: [OE-core] [PATCH 1/6] kernel-yocto: allow kernel-meta repositories to be patched

2019-03-10 Thread Bruce Ashfield
On Mon, Mar 11, 2019 at 12:01 AM Bruce Ashfield wrote: > > On Sun, Mar 10, 2019 at 11:14 PM Bruce Ashfield > wrote: > > > > On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield > > wrote: > > > > > > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote: > > > > > > > > On 06/03/2019 16:37, bruce.ashfi..