Actions
Bug #271
closedParallel build with depthcharge payload fails
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/13/2020
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
The parallel build of coreboot master for QEMU Q35 with Chrome OS support and payload depthcharge fails, as the depthcharge repository is cloned twice:
$ make savedefconfig
$ more defconfig
CONFIG_USE_OPTION_TABLE=y
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y
CONFIG_CHROMEOS=y
CONFIG_PAYLOAD_DEPTHCHARGE=y
CONFIG_DEPTHCHARGE_MASTER=y
$ make -j4
[…]
CC postcar/southbridge/intel/common/rtc.o
make[2]: Entering directory '/dev/shm/coreboot/payloads/external/depthcharge'
Cloning depthcharge from Git
Cloning depthcharge from Git
fatal: could not create work tree dir 'depthcharge': File exists
Cloning into 'depthcharge'...
make[1]: *** [Makefile:41: /dev/shm/coreboot/payloads/external/depthcharge/depthcharge] Error 128
make[1]: *** Waiting for unfinished jobs....
AR verstage/external/vboot_reference-verstage/vboot_fw.a
Updated by Patrick Georgi over 4 years ago
- Status changed from New to Resolved
Actions