aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2019-05-13 12:17:00 -0500
committerDaniel Díaz <daniel.diaz@linaro.org>2019-06-06 16:50:37 -0500
commit76d2ece5b0a4567b28fc2ef9b8751de257ecfa7c (patch)
tree66970ac194effcdb9b22a618c5d15eb001dc3013 /openembedded-lkft
parent64eea651796950457e9aecf86aab388914c5ced4 (diff)
openembedded-lkft: Place custom kernel info in conf/ dir
Move the custom kernel information to the conf/ directory, so that it es easier to manage from outside of Bitbake. Change-Id: I6964b3754d055e8a23863d35d5559e8801b15942 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rwxr-xr-xopenembedded-lkft/builders.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/openembedded-lkft/builders.sh b/openembedded-lkft/builders.sh
index 440f7709..11108717 100755
--- a/openembedded-lkft/builders.sh
+++ b/openembedded-lkft/builders.sh
@@ -200,9 +200,8 @@ elif [ "${MANIFEST_BRANCH}" = "rocko" ]; then
fi
# Place generic kernel definitions (if needed)
-custom_kernel_conf=$(find ../layers/meta-lkft/recipes-kernel -name custom-kernel-info.inc)
if [ -e ${WORKSPACE}/custom-kernel-info.inc.tmp ]; then
- mv -v ${WORKSPACE}/custom-kernel-info.inc.tmp ${custom_kernel_conf}
+ mv -v ${WORKSPACE}/custom-kernel-info.inc.tmp conf/custom-kernel-info.inc
fi
# The kernel (as of next-20181130) requires fold from the host