m5: clean before build to not break across archs

build-buildroot: fix exception...
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-28 00:00:02 +00:00
parent 11fedc6045
commit f9eb0b72de
3 changed files with 8 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ usually extra Buildroot targets.
'BR2_PACKAGE_OVERRIDE_FILE="{}"'.format(
self._path_relative_to_buildroot(os.path.join(common.root_dir, 'buildroot_override'))
),
'BR2_ROOTFS_OVERLAY="{} {}"'.format(
'BR2_ROOTFS_OVERLAY="{}"'.format(
self._path_relative_to_buildroot(common.out_rootfs_overlay_dir),
),
'BR2_ROOTFS_POST_BUILD_SCRIPT="{}"'.format(