debian/rules: Enable pkg.linux.quick build profile by default

By default, the kernel is built without a specific profile. However, for the aria-nxp branch, the build is restricted to the imx-arm64 flavor. If pkg.linux.quick build profile is not enabled, the binary-arch_arm64_real_signed-template would trigger builds for other flavors, such as arm64 and clould-arm64. The nxp kernel can't support these flavors for following reasons:

  • SDK patches may not be compatible with the configs of these flavors, resulting in build failures.

  • Building of other flavors could produce packages that conflict with those from aria-arm64 or debian.

Although the CI pipeline enables the pkg.linux.quick via the SALSA_CI_DPKG_BUILDPACKAGE_ARGS, this change is necessary to ensure that the kernel can also be built manually using dpkg-buildpackage.

Signed-off-by: Kevin Hao kexin.hao@windriver.com

Merge request reports

Loading