diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-07 22:26:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-08 12:37:20 +0000 |
| commit | 5375cd0318124a1d14f09d075cc23c31216953e0 (patch) | |
| tree | 13a0a1c47595a17e6a4360a2edb849f10b4bea5c | |
| parent | 1ddc4b5ea12308397565613fc756a54e1ef51439 (diff) | |
| download | poky-5375cd0318124a1d14f09d075cc23c31216953e0.tar.gz | |
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.
(From OE-Core rev: 808d2a526e3dd6d77c524d8faa0af3e78cf0bed6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a8ebab04fe..ba7817b7e5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -443,8 +443,6 @@ STAGING_FIRMWARE_DIR = "${STAGING_DIR_HOST}/firmware" | |||
| 443 | 443 | ||
| 444 | STAGING_DIR_TARGET = "${RECIPE_SYSROOT}" | 444 | STAGING_DIR_TARGET = "${RECIPE_SYSROOT}" |
| 445 | 445 | ||
| 446 | # Setting DEPLOY_DIR outside of TMPDIR is helpful, when you are using | ||
| 447 | # packaged staging and/or multimachine. | ||
| 448 | DEPLOY_DIR ?= "${TMPDIR}/deploy" | 446 | DEPLOY_DIR ?= "${TMPDIR}/deploy" |
| 449 | DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" | 447 | DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" |
| 450 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" | 448 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" |
