mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
packaged-staging: allow to set DEPLOY_DIR_PSTAGE in local.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4754 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -70,7 +70,7 @@ python () {
|
|||||||
bb.data.setVar("PSTAGING_ACTIVE", "0", d)
|
bb.data.setVar("PSTAGING_ACTIVE", "0", d)
|
||||||
}
|
}
|
||||||
|
|
||||||
DEPLOY_DIR_PSTAGE = "${DEPLOY_DIR}/pstage"
|
DEPLOY_DIR_PSTAGE ?= "${DEPLOY_DIR}/pstage"
|
||||||
PSTAGE_MACHCONFIG = "${DEPLOY_DIR_PSTAGE}/opkg.conf"
|
PSTAGE_MACHCONFIG = "${DEPLOY_DIR_PSTAGE}/opkg.conf"
|
||||||
|
|
||||||
PSTAGE_PKGMANAGER = "stage-manager-ipkg"
|
PSTAGE_PKGMANAGER = "stage-manager-ipkg"
|
||||||
|
|||||||
Reference in New Issue
Block a user