Fix depoly path variable in mkdir
This commit was merged in pull request #11.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
MACHINE ?= "genericx86-64"
|
||||
|
||||
DL_DIR ?= "${TOPDIR}/downloads"
|
||||
DL_DIR ?= "${TOPDIR}/../downloads"
|
||||
|
||||
SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
|
||||
SSTATE_DIR ?= "${TOPDIR}/../sstate-cache"
|
||||
|
||||
DISTRO ?= "caros"
|
||||
|
||||
@@ -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_RPM = "${TOPDIR}/../deploy_rpms"
|
||||
|
||||
Reference in New Issue
Block a user