From 808d2a526e3dd6d77c524d8faa0af3e78cf0bed6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 Jan 2025 22:26:01 +0000 Subject: [PATCH] bitbake.conf: Drop obsolete and misleading comment "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 --- meta/conf/bitbake.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a8ebab04fe4..ba7817b7e5e 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" -- 2.47.3