fix: install profile to ~/.mkimage, pass overlay via BEE_OVERLAY_DIR env
This commit is contained in:
@@ -46,8 +46,8 @@ profile_bee_debug() {
|
||||
}
|
||||
|
||||
build_bee_debug() {
|
||||
# copy overlay files into rootfs
|
||||
local overlay="${SRCDIR}/../../overlay-debug"
|
||||
# BEE_OVERLAY_DIR is exported by build-debug.sh (absolute path).
|
||||
local overlay="${BEE_OVERLAY_DIR}"
|
||||
if [ -d "$overlay" ]; then
|
||||
cp -r "${overlay}/." "${ROOTFS}/"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user