mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user