Skip to content

Commit eae42e9

Browse files
committed
ci/ci: use the same package manager for all builds
Currently we are using rpm in qcom-distro and ipk in nodistro. This causes non-determinism between distributions and has implications in build performance. Basically, we can't use packages in sstate-cache from distro1 in distro2, and everything has to be recompiled. Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
1 parent dd1fcae commit eae42e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ local_conf_header:
1111
EXTRA_IMAGE_FEATURES += "ptest-pkgs"
1212
FIRMWARE_COMPRESSION:qcom-armv8a = "zst"
1313
INHERIT:remove = "rm_work"
14+
PACKAGE_CLASSES = "package_rpm"

0 commit comments

Comments
 (0)