From b2bcc567a38b31de928588be17c0e58236722743 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sat, 11 Aug 2018 11:20:20 +0200 Subject: [PATCH] setup-environment: Do not strip newlines and comments when installing local.conf from sample. --- setup-environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-environment b/setup-environment index c8ab389..2eb82e0 100755 --- a/setup-environment +++ b/setup-environment @@ -157,7 +157,7 @@ if [ "$build_dir_setup_enabled" = "true" ]; then # Generate the local.conf based on the Yocto defaults TEMPLATES=$CWD/yocto/meta-kc-bsp/conf - grep -v '^#\|^$' conf/local.conf.sample > conf/local.conf + cat conf/local.conf.sample > conf/local.conf cat >> conf/local.conf <