copy board overlay

Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
carbon
2024-06-18 15:37:08 +08:00
parent 0cb3413fa0
commit bd9a070293

View File

@ -567,6 +567,9 @@ ifneq ($(wildcard $(TOP_DIR)/device/generic/rootfs_overlay/$(SDK_VER)),)
${Q}cp -arf $(TOP_DIR)/device/generic/rootfs_overlay/$(SDK_VER)/* $(BR_ROOTFS_DIR)/ ${Q}cp -arf $(TOP_DIR)/device/generic/rootfs_overlay/$(SDK_VER)/* $(BR_ROOTFS_DIR)/
endif endif
# copy milkv board overlay files
${Q}cp -arf $(TOP_DIR)/device/$(MV_BOARD)/overlay/* $(BR_ROOTFS_DIR)/
# clean this directory for multiple targets # clean this directory for multiple targets
${Q}rm -rf $(BR_OVERLAY_DIR) ${Q}rm -rf $(BR_OVERLAY_DIR)