kern-tools-native: fix fragments merging script 87/14187/1
authorStephane Desneux <stephane.desneux@iot.bzh>
Tue, 5 Jun 2018 08:38:03 +0000 (10:38 +0200)
committerStephane Desneux <stephane.desneux@iot.bzh>
Tue, 5 Jun 2018 13:37:42 +0000 (15:37 +0200)
commit95b066090dd5022e922dad6fa1f609b757988f67
tree02f64d1e0bf5afd10316501233e9a4e079ac706f
parent8a5d68099ba78fff41391e1e4bfe0881cb0f711c
kern-tools-native: fix fragments merging script

When concatenating kernel config fragments, if a fragment file doesn't
end with a carriage return, then the last config option of the
fragment and the first one of the next fragment are on the same line
in the result file. This leads to misconfiguration because some
options are not taken into account.

This commit includes a patch that will add a \n in the result file
after each fragment.

Bug-AGL: SPEC-1475

Change-Id: I52d13b42909f56f4608860af865a80d0d9b2579e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
meta-agl-bsp/recipes-kernel/kern-tools-native/files/0001-merge_config.sh-add-CR-after-fragment.patch [new file with mode: 0644]
meta-agl-bsp/recipes-kernel/kern-tools-native/kern-tools-native_git.bbappend [new file with mode: 0644]