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>
There is little point in retaining full set of build artifacts for the
test builds, which is what the empty "artifacts" config does. Keep just
the licences and throw away everything else.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The kernel.bbclass already contains default assignment, drop the manual
assignment of the INITRAMFS_IMAGE variable to the empty string in the CI
setup.
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>
Enable building of the images with and without initramfs so that all
possible dependencies between the kernel and the initramfs are covered.
Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
[DB: reworked to fix duplicate names, while having less extra configs]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This reverts commits 3a3204a5f5 ("CI: also enable meta-python") and
d2086273eb ("CI: temporarily add meta-oe to the setup") Enabling
meta-oe and meta-python results in a lot of issues. Build dependencies
of esp-qcom-image will be handled in a different way.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Enable building of the images with and without initramfs so that all
possible dependencies between the kernel and the initramfs are covered.
Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
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>
Enable building of the initramfs so that we test for possible dependency
issues between the kernel and the initramfs.
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>