#20 map/deploy every deployable folders

This commit is contained in:
2023-08-26 18:41:25 +02:00
parent 4254190a14
commit 5ca640cbe7
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
deploy_rpms deploy
sstate-cache sstate-cache
downloads downloads

View File

@@ -56,7 +56,7 @@ if $DO_SSTATE ; then
fi fi
if $DO_DEPLOY ; then if $DO_DEPLOY ; then
DEPLOY_PATH="deploy_rpms" DEPLOY_PATH="deploy"
mkdir -p $DEPLOY_PATH mkdir -p $DEPLOY_PATH
rm -rf "$DEPLOY_PATH"/* rm -rf "$DEPLOY_PATH"/*
deploy_param1="-v" deploy_param1="-v"

View File

@@ -118,4 +118,4 @@ BB_DISKMON_DIRS ??= "\
# this doesn't mean anything to you. # this doesn't mean anything to you.
CONF_VERSION = "2" CONF_VERSION = "2"
DEPLOY_DIR_RPM = "${TOPDIR}/../deploy_rpms" DEPLOY_DIR = "${TOPDIR}/../deploy"