diff mbox series

bitbake.conf remove duplicate PERSISTENT_DIR

Message ID 20231212113436.629700-1-jose.quaresma@foundries.io
State Accepted, archived
Commit 13cbc98702d6b927f157c3fe2c917ee6ae37fdd5
Headers show
Series bitbake.conf remove duplicate PERSISTENT_DIR | expand

Commit Message

Jose Quaresma Dec. 12, 2023, 11:34 a.m. UTC
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 conf/bitbake.conf | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index baf0a76f..2c1d8be2 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -42,5 +42,4 @@  T = "${WORKDIR}/temp"
 TARGET_ARCH = "${BUILD_ARCH}"
 TMPDIR = "${TOPDIR}/tmp"
 WORKDIR = "${TMPDIR}/work/${PF}"
-PERSISTENT_DIR = "${TMPDIR}/cache"
 GITPKGV = "${@bb.fetch2.get_srcrev(d, 'gitpkgv_revision')}"