]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake.conf: Drop obsolete and misleading comment
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jan 2025 22:26:01 +0000 (22:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jan 2025 12:36:45 +0000 (12:36 +0000)
"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

index a8ebab04fe45b49f5a5edbdd3e29c5b64f8365a2..ba7817b7e5e9ec0e9a9d23cab61c75ae5a82cc68 100644 (file)
@@ -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"