From 95b066090dd5022e922dad6fa1f609b757988f67 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 5 Jun 2018 10:38:03 +0200 Subject: 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 --- .../recipes-kernel/kern-tools-native/kern-tools-native_git.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/kern-tools-native/kern-tools-native_git.bbappend (limited to 'meta-agl-bsp/recipes-kernel/kern-tools-native/kern-tools-native_git.bbappend') diff --git a/meta-agl-bsp/recipes-kernel/kern-tools-native/kern-tools-native_git.bbappend b/meta-agl-bsp/recipes-kernel/kern-tools-native/kern-tools-native_git.bbappend new file mode 100644 index 000000000..814278302 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/kern-tools-native/kern-tools-native_git.bbappend @@ -0,0 +1,6 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI += "\ + file://0001-merge_config.sh-add-CR-after-fragment.patch;patchdir=git \ + " + -- cgit 1.2.3-korg