The initramfs-firmware-image recipe has been dropped from meta-qcom.
Stop attempting to build it in GitHub workflows.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Now as we are not publishing build artifacts, also build
initramfs-firmware-mega-image. This verifies that there are no conflicts
between firmware packages, at the same time verifying that all files can
be downloaded.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
In order to be more flexible, manually specify build variants
(machine-libc-kernel-subtype)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Include scarthgap and kirkstone into the push-triggered builds. While we
are at it, drop the honister, which is EOL
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Switch to the Debian container in order to get away from the static
shadow compilation issues.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tux had a convenient bug that allowed us to use a 'ref' type with a
SHA. This bug was fixed, so we need to make sure that we use a type
'sha' in the Tux plan when we use a SHA value.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
When testing github workflows, it's convenient to use a secondary repo
fork, so let's make sure we don't hardcode the repo name in the
workflow, so that they work in a forked repo (such as meta-qcom-test).
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Use TuxOE plans to submit multiple jobs at once, instead of matrix
build since it uses one Github Action job for each build.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
In addition to testing pull_request events, also test push events. In
order to effectively reuse the template job, a few additional changes
were made, especially the addition of a couple of input params.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>