Skip to content

Commit f86d5da

Browse files
authored
qcom-base: switch package class to rpm (qualcomm-linux#144)
opkg/ipk has been causing frequent failures in CI due to intermittent libsolv crashes (see Yocto bug [1]) while generating the rootfs image. The issue is hard to reproduce and isolate, and the CI instability is blocking our testing efforts. As a temporary workaround, switch the default PACKAGE_CLASSES to package_rpm, which is the package format more widely used and tested by Poky. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=16010
2 parents 7dfdd7f + 1834871 commit f86d5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/distro/include/qcom-base.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IMAGE_CLASSES += "image_types_qcom"
3434
IMAGE_FSTYPES += "qcomflash"
3535

3636
# Set a default package class to avoid surprises
37-
PACKAGE_CLASSES = "package_ipk"
37+
PACKAGE_CLASSES = "package_rpm"
3838

3939
# Avoid to duplicate the rootfs tarball by generating both tar.gz/tar.xz
4040
IMAGE_FSTYPES:remove = "tar.gz"

0 commit comments

Comments
 (0)