Skip to content
Snippets Groups Projects
Unverified Commit 932ac187 authored by Casey's avatar Casey :recycle: Committed by Oliver Smith
Browse files

build: envkernel: default to .output again (MR 2504)


We used to use .output as the default kbuild_out but this was removed
recently, add it back!

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 32045775
No related branches found
No related tags found
1 merge request!2504build: envkernel: fix building out-of-tree
......@@ -226,6 +226,10 @@ def package_kernel(args: PmbArgs) -> None:
else:
function_body = pmb.parse.function_body(aport / "APKBUILD", "package")
kbuild_out = find_kbuild_output_dir(function_body)
if not kbuild_out:
kbuild_out = ".output"
chroot = pmb.build.autodetect.chroot(apkbuild, arch)
# Install package dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment