Skip to content

Parallel kernel builds corrupt each other's output #79

Description

@TriplEight

build-kernel-mainline.sh and build-kernel-bsp.sh both default to the same LINUX_OUT=prebuilt/linux/. Running them in parallel causes an mv: unable to remove target: Directory not empty failure at the final packaging step. The fix is to give each script a distinct default (prebuilt/linux-mainline/, prebuilt/linux-bsp/). The README now (#76) warns about it, but a script-side fix would be better. Currently caught by the README warning; silently corrupts the build otherwise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    Status
    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions