Project

General

Profile

Actions

Bug #271

closed

Parallel build with depthcharge payload fails

Added by Paul Menzel almost 4 years ago. Updated almost 4 years ago.

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
Actions #1

Updated by Patrick Georgi almost 4 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF