diff --git a/.gitignore b/.gitignore index 8bd535d..5601ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -deploy_rpms +deploy sstate-cache downloads diff --git a/dev/bootstrap.sh b/dev/bootstrap.sh index 57f8bc4..d061ff0 100755 --- a/dev/bootstrap.sh +++ b/dev/bootstrap.sh @@ -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" diff --git a/meta-caros/conf/templates/local.conf.sample b/meta-caros/conf/templates/local.conf.sample index bf5931d..e187d09 100644 --- a/meta-caros/conf/templates/local.conf.sample +++ b/meta-caros/conf/templates/local.conf.sample @@ -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"