diff mbox series

bitbake.conf: Drop obsolete and misleading comment

Message ID 20250107222740.3520980-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 808d2a526e3dd6d77c524d8faa0af3e78cf0bed6
Headers show
Series bitbake.conf: Drop obsolete and misleading comment | expand

Commit Message

Richard Purdie Jan. 7, 2025, 10:27 p.m. UTC
"packaged staging" is obsolete and now we have sstate. Multimachine is just
the norm now, I doubt people remember how things used to be!

Drop the comment as it is misleading and obsolete.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2dfb9ce94cd..6123bcd123d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -443,8 +443,6 @@  STAGING_FIRMWARE_DIR = "${STAGING_DIR_HOST}/firmware"
 
 STAGING_DIR_TARGET = "${RECIPE_SYSROOT}"
 
-# Setting DEPLOY_DIR outside of TMPDIR is helpful, when you are using
-# packaged staging and/or multimachine.
 DEPLOY_DIR ?= "${TMPDIR}/deploy"
 DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk"
 DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm"