[U-Boot] buildman cause PC hang for long time

Hi Simon,
I am adding i.MX8MM/8MN to upstream, but when run " ./tools/buildman/buildman aarch64 -x tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx -j8 " It cause my host pc response very slow, seems it exhausted my CPU resources.
aarch64: w+ hikey +===================== WARNING ====================== +This board does not use CONFIG_DM_USB. Please update +the board to use CONFIG_DM_USB before the v2019.07 release. +Failure to update by the deadline may result in board removal. +See doc/driver-model/MIGRATION.txt for more info. +==================================================== 30 23 0 /54 0:00:11 : hikey
However when I build hikey i.mx8mn i.mx8mm standalone, I do not met issue. But when I run the upper batch command, when it almost reach the end of the build, my host pc responses very slow.
Do you have any idea?
Thanks, Peng.

Subject: [U-Boot] buildman cause PC hang for long time
Hi Simon,
Resolved. Kconfig was wrongly used in my patch.
Thanks, Peng.
I am adding i.MX8MM/8MN to upstream, but when run " ./tools/buildman/buildman aarch64 -x tegra,ls1,ls2,mvebu,uniphier,sunxi,samsung,rockchip,xilinx -j8 " It cause my host pc response very slow, seems it exhausted my CPU resources.
aarch64: w+ hikey +===================== WARNING ====================== This board does +not use CONFIG_DM_USB. Please update the board to use CONFIG_DM_USB +before the v2019.07 release. +Failure to update by the deadline may result in board removal. +See doc/driver-model/MIGRATION.txt for more info. +==================================================== 30 23 0 /54 0:00:11 : hikey
However when I build hikey i.mx8mn i.mx8mm standalone, I do not met issue. But when I run the upper batch command, when it almost reach the end of the build, my host pc responses very slow.
Do you have any idea?
Thanks, Peng.
U-Boot mailing list U-Boot@lists.denx.de https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.d enx.de%2Flistinfo%2Fu-boot&data=02%7C01%7CPeng.Fan%40nxp.com %7Cd03121a83895496a2d3008d70101afac%7C686ea1d3bc2b4c6fa92cd99c 5c301635%7C0%7C0%7C636978979076372506&sdata=a0VBWgE1eTA5 zkmQbmJ5aknDWZSUrgpRoAEnSOvRH7w%3D&reserved=0

Hi Peng,
On Fri, 5 Jul 2019 at 03:26, Peng Fan peng.fan@nxp.com wrote:
Subject: [U-Boot] buildman cause PC hang for long time
Hi Simon,
Resolved. Kconfig was wrongly used in my patch.
There was a problem where if 'make oldconfig' prompted for an option it would hang, fixed by:
e62a24ce27 buildman: Avoid hanging when the config changes
Perhaps we should have a timeout for your situation?
Regards, Simon
participants (2)
-
Peng Fan
-
Simon Glass