Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Bruce Ashfield
On 2016-08-29 09:22 AM, Ioan-Adrian Ratiu wrote: On Mon, 29 Aug 2016, Bruce Ashfield wrote: On 2016-08-29 08:07 AM, Bruce Ashfield wrote: On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu > wrote:

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Ioan-Adrian Ratiu
On Mon, 29 Aug 2016, Bruce Ashfield wrote: > On 2016-08-29 08:07 AM, Bruce Ashfield wrote: >> >> >> On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu > > wrote: >> >> merge_configs.sh calls make on the generated

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Ioan-Adrian Ratiu
On Mon, 29 Aug 2016, Bruce Ashfield wrote: > On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu > wrote: > >> merge_configs.sh calls make on the generated kernel config from >> the defconfig + fragments to fill in any missing symbols. make >> can

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Bruce Ashfield
On 2016-08-29 08:07 AM, Bruce Ashfield wrote: On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu > wrote: merge_configs.sh calls make on the generated kernel config from the defconfig + fragments to fill in any missing symbols. make

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Bruce Ashfield
On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu wrote: > merge_configs.sh calls make on the generated kernel config from > the defconfig + fragments to fill in any missing symbols. make > can fail and this can lead to nasty errors further on in the > build like generating

[yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Ioan-Adrian Ratiu
merge_configs.sh calls make on the generated kernel config from the defconfig + fragments to fill in any missing symbols. make can fail and this can lead to nasty errors further on in the build like generating an unbootable kernel image. Check the make return code and fail loudly if non-zero.