From 5f4be3f6c66c5506fec80e5954cf033dbc350c8b Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 30 Dec 2025 02:03:37 +0100 Subject: [PATCH] fixed newlines generating with cache script --- build/conf/local.conf | 20 -------------------- scripts/setup-env.sh | 1 - 2 files changed, 21 deletions(-) diff --git a/build/conf/local.conf b/build/conf/local.conf index 6e13615..c52f344 100644 --- a/build/conf/local.conf +++ b/build/conf/local.conf @@ -283,26 +283,6 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl" # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "2" - - - - - - - - - - - - - - - - - - - - # >>> yocto cache (managed) >>> DL_DIR = "/home/yocto/ws/.cache/yocto/downloads" diff --git a/scripts/setup-env.sh b/scripts/setup-env.sh index 88973f5..4f15669 100755 --- a/scripts/setup-env.sh +++ b/scripts/setup-env.sh @@ -31,7 +31,6 @@ sed -i "/${START_MARKER}/,/${END_MARKER}/d" "${CONF_FILE}" # Append managed block cat <> "${CONF_FILE}" - ${START_MARKER} DL_DIR = "${DL_DIR}" SSTATE_DIR = "${SSTATE_DIR}"