kern-tools-native: fix fragments merging script 81/14181/3
authorStephane Desneux <stephane.desneux@iot.bzh>
Tue, 5 Jun 2018 08:38:03 +0000 (10:38 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 6 Jun 2018 12:30:09 +0000 (12:30 +0000)
commit9509ef8e57221bc3b72d2fcf7132771b3508bb65
tree6f070016e63598def9bf9b1cdab5e177a7964d04
parentad34efe7bc84ae83af9e08695f633e8792130707
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]