Skip to content

Commit 2cb5abd

Browse files
committed
Set workflow default kernel to linux-image-arm64
Drop the default kernel specification from debos.yml. This causes the default in the rootfs debos recipe to be used, which is linux-image-arm64, to be fulfilled from debian-backports. The previous kernel of linux-image-6.16.7-qcom1+ fails fastrpc_test, but it does work from linux-image-arm64. Further, that kernel has fallen behind because it required manual updates. Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
1 parent 103fef8 commit 2cb5abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/debos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
# the package name will be passed to APT which interprets the trailing
1717
# plus sign in the package name as a request to install the package, so
1818
# use two plus signs
19-
default: linux-image-6.16.7-qcom1++
19+
default: ''
2020
debos_extra_args:
2121
description: Extra arguments to pass to debos (e.g. -t dtb:qcom/some.dtb)
2222
type: string

0 commit comments

Comments
 (0)