Skip to content
Snippets Groups Projects
Unverified Commit b24125eb authored by Nils Dagsson Moskopp's avatar Nils Dagsson Moskopp
Browse files

Build kernel and DTB with maximum number of cores

parent 14f02102
No related branches found
No related tags found
1 merge request!12RC1 of MNT Reform System Image and Rescue Image
...@@ -44,7 +44,7 @@ redo "${LINUX_D}"/arch/arm64/boot/dts/freescale/imx8mq.dtsi ...@@ -44,7 +44,7 @@ redo "${LINUX_D}"/arch/arm64/boot/dts/freescale/imx8mq.dtsi
git apply "${PATCHFILE}" git apply "${PATCHFILE}"
done done
>&2 make freescale/imx8mq-mnt-reform2.dtb >&2 make -j "$(nproc)" freescale/imx8mq-mnt-reform2.dtb
) )
cp "${LINUX_D}"/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts "${3}" cp "${LINUX_D}"/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts "${3}"
...@@ -44,7 +44,7 @@ redo "${LINUX_D}"/arch/arm64/boot/dts/freescale/imx8mq.dtsi ...@@ -44,7 +44,7 @@ redo "${LINUX_D}"/arch/arm64/boot/dts/freescale/imx8mq.dtsi
git apply "${PATCHFILE}" git apply "${PATCHFILE}"
done done
>&2 make Image >&2 make -j "$(nproc)" Image
) )
cp "${LINUX_D}"/arch/arm64/boot/Image "${3}" cp "${LINUX_D}"/arch/arm64/boot/Image "${3}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment