Re: [yocto] [yocto-autobuilder][PATCH] forcebuild: allow build with default options

2017-06-02 Thread Joshua Lock
On Thu, 2017-06-01 at 12:32 -0500, Jose Lamego wrote: > From: Anibal Limon > > A forced build fails if no options are passed through command > line (using "-o OPTIONS"). > > This change allows build to use default options if none are passed > at the command line. Useful. Merged, thanks! Joshua

Re: [yocto] [yocto-autobuilder][PATCH] forcebuild: allow build with default options

2017-06-01 Thread Aníbal Limón
+ Joshua On 06/01/2017 12:32 PM, Jose Lamego wrote: > From: Anibal Limon > > A forced build fails if no options are passed through command > line (using "-o OPTIONS"). > > This change allows build to use default options if none are passed > at the command line. > > Signed-off-by: Jose Lamego

[yocto] [yocto-autobuilder][PATCH] forcebuild: allow build with default options

2017-06-01 Thread Jose Lamego
From: Anibal Limon A forced build fails if no options are passed through command line (using "-o OPTIONS"). This change allows build to use default options if none are passed at the command line. Signed-off-by: Jose Lamego --- bin/forcebuild.py | 6 +- 1 file changed, 5 insertions(+), 1 d