profile changes
This commit is contained in:
@@ -14,7 +14,7 @@ def build(self):
|
||||
# Stage the source into the (writable) build dir before invoking the kernel
|
||||
# build system, which is not happy with a read-only source tree.
|
||||
self.run("cp", "-rp", f"{self.source_dir}/.", self.build_dir)
|
||||
arch = linux_archs.get(self.profile["arch"], self.profile["arch"])
|
||||
arch = linux_archs.get(self.arch, self.arch)
|
||||
self.run("make", "headers_install", f"ARCH={arch}")
|
||||
self.run(
|
||||
"find",
|
||||
|
||||
Reference in New Issue
Block a user