#20 map/deploy every deployable folders
This commit is contained in:
parent
a2fcac7b4b
commit
4bcc914087
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
deploy_rpms
|
||||
deploy
|
||||
sstate-cache
|
||||
downloads
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ if $DO_SSTATE ; then
|
|||
fi
|
||||
|
||||
if $DO_DEPLOY ; then
|
||||
DEPLOY_PATH="deploy_rpms"
|
||||
DEPLOY_PATH="deploy"
|
||||
mkdir -p $DEPLOY_PATH
|
||||
rm -rf "$DEPLOY_PATH"/*
|
||||
deploy_param1="-v"
|
||||
|
|
|
|||
|
|
@ -118,4 +118,4 @@ BB_DISKMON_DIRS ??= "\
|
|||
# this doesn't mean anything to you.
|
||||
CONF_VERSION = "2"
|
||||
|
||||
DEPLOY_DIR_RPM = "${TOPDIR}/../deploy_rpms"
|
||||
DEPLOY_DIR = "${TOPDIR}/../deploy"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user