Re: [PATCH 2/3] examples: hello_world: Drop inclusion of common header

2022-10-26 Thread Tom Rini
On Thu, May 05, 2022 at 03:32:41PM +, Paul Barker wrote: > The "common.h" header is not covered by the licensing exception for > standalone applications. Let's drop inclusion of this header from the > hello_world example to prove that a standalone app can be built without > it. > > Signed-off

Re: [PATCH 2/3] examples: hello_world: Drop inclusion of common header

2022-08-29 Thread Wolfgang Denk
Dear Paul, In message <20220505153242.1598807-3-paul.bar...@sancloud.com> you wrote: > The "common.h" header is not covered by the licensing exception for > standalone applications. Let's drop inclusion of this header from the > hello_world example to prove that a standalone app can be built witho

Re: [PATCH 2/3] examples: hello_world: Drop inclusion of common header

2022-05-11 Thread Tom Rini
On Thu, May 05, 2022 at 03:32:41PM +, Paul Barker wrote: > The "common.h" header is not covered by the licensing exception for > standalone applications. Let's drop inclusion of this header from the > hello_world example to prove that a standalone app can be built without > it. > > Signed-off

[PATCH 2/3] examples: hello_world: Drop inclusion of common header

2022-05-05 Thread Paul Barker
The "common.h" header is not covered by the licensing exception for standalone applications. Let's drop inclusion of this header from the hello_world example to prove that a standalone app can be built without it. Signed-off-by: Paul Barker --- examples/standalone/hello_world.c | 1 - 1 file cha