From 2661f7f83c040eb45e58af18836cc98ee4fff026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Wed, 17 Oct 2018 00:00:00 +0000 Subject: [PATCH] build: mkdir out_rootfs_overlay_dir --- common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common.py b/common.py index a3cef0b..a250c92 100644 --- a/common.py +++ b/common.py @@ -340,6 +340,7 @@ def make_build_dirs(): global this os.makedirs(this.build_dir, exist_ok=True) os.makedirs(this.gem5_build_dir, exist_ok=True) + os.makedirs(this.out_rootfs_overlay_dir, exist_ok=True) def make_run_dirs(): '''