From: Florian Boor Date: Sat, 11 Aug 2018 09:20:20 +0000 (+0200) Subject: setup-environment: Do not strip newlines and comments when installing local.conf... X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=commitdiff_plain;h=b2bcc567a38b31de928588be17c0e58236722743 setup-environment: Do not strip newlines and comments when installing local.conf from sample. --- 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 <