Re: [yocto] How did you separate release and development builds?

2018-02-14 Thread Alex Kiernan
On Wed, Feb 14, 2018 at 9:04 AM, Alan Martinovic wrote: > Hi, > I'm assuming separating development and release builds > is a fairly common use case. > The release build would be something like: > > - has all the funcions for production > - attack surface is limited (no

[yocto] How did you separate release and development builds?

2018-02-14 Thread Alan Martinovic
Hi, I'm assuming separating development and release builds is a fairly common use case. The release build would be something like: - has all the funcions for production - attack surface is limited (no ssh, only the required apps) - config files set with real endpoints (logging or crash servers