Re: [OE-core] [PATCH] dtc: Provide libfdt

2019-08-05 Thread Andrew Jeffery
On Tue, 6 Aug 2019, at 02:08, Ross Burton wrote: > On 05/08/2019 04:12, Andrew Jeffery wrote: > > Applications are appearing that depend on parsing flattened devicetree > > in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing > > libfdt so application recipes can depend on it. >

Re: [OE-core] [PATCH] dtc: Provide libfdt

2019-08-05 Thread Ross Burton
On 05/08/2019 04:12, Andrew Jeffery wrote: Applications are appearing that depend on parsing flattened devicetree in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing libfdt so application recipes can depend on it. Other recipes can just depend on dtc to get libftd build. Ross -

Re: [OE-core] [PATCH] dtc: Provide libfdt

2019-08-04 Thread Andrew Jeffery
On Mon, 5 Aug 2019, at 16:13, Adrian Bunk wrote: > On Mon, Aug 05, 2019 at 04:01:57PM +0930, Andrew Jeffery wrote: > > > > > > On Mon, 5 Aug 2019, at 14:35, Adrian Bunk wrote: > > > On Mon, Aug 05, 2019 at 12:42:11PM +0930, Andrew Jeffery wrote: > > > > Applications are appearing that depend o

Re: [OE-core] [PATCH] dtc: Provide libfdt

2019-08-04 Thread Adrian Bunk
On Mon, Aug 05, 2019 at 04:01:57PM +0930, Andrew Jeffery wrote: > > > On Mon, 5 Aug 2019, at 14:35, Adrian Bunk wrote: > > On Mon, Aug 05, 2019 at 12:42:11PM +0930, Andrew Jeffery wrote: > > > Applications are appearing that depend on parsing flattened devicetree > > > in userspace on target devi

Re: [OE-core] [PATCH] dtc: Provide libfdt

2019-08-04 Thread Andrew Jeffery
On Mon, 5 Aug 2019, at 14:35, Adrian Bunk wrote: > On Mon, Aug 05, 2019 at 12:42:11PM +0930, Andrew Jeffery wrote: > > Applications are appearing that depend on parsing flattened devicetree > > in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing > > libfdt so application recipes

Re: [OE-core] [PATCH] dtc: Provide libfdt

2019-08-04 Thread Adrian Bunk
On Mon, Aug 05, 2019 at 12:42:11PM +0930, Andrew Jeffery wrote: > Applications are appearing that depend on parsing flattened devicetree > in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing > libfdt so application recipes can depend on it. > > [1] https://github.com/open-power/pdb

[OE-core] [PATCH] dtc: Provide libfdt

2019-08-04 Thread Andrew Jeffery
Applications are appearing that depend on parsing flattened devicetree in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing libfdt so application recipes can depend on it. [1] https://github.com/open-power/pdbg Signed-off-by: Andrew Jeffery --- meta/recipes-kernel/dtc/dtc.inc | 2