We do not need kernel images in the rootfs when using
linux-qcom-bootimg, the image is flashed into special partition instead.
So, prevent clobbering rootfs (and especially initramfs) with the kernel
images.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Update the SRCREV in linux-linaro-qcomlt_5.16.bb file
for sa8155p adp board, which now supports
additional ethernet fixes for kernel version 5.16.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
This reverts kernel commit 53182e81f47d4ea0c727c49ad23cb782173ab849
for sa8155p as it supports 5.16 kernel version now.
This added tool dependencies on various build systems using %.dtb
targets. Validation will need to be controlled by a kconfig or make
variable instead, but for now let's just revert it.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
There is no need to check dtb schema while building OE kernel images.
Not to mention that supporting dtschema properly requires significant
changes to the OE-core layer (which are still pending). With all that in
mind revert the commit making dtschema validation mandatory when
building individual dtb files.
Revert the patch here rather than in the integration tree itself, so
that users of the integration tree still can benefit from enforced dt
schema validation.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fix override syntax in the linux-linaro-qcomlt_5.15.bb used to select
machine-specific kernel for sa8155p-adp.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
The sa8155p MACHINE uses different branch to be supported, current
Linux 5.15 common release branch is in rc7 but is good enough.
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Add support for bundling initramfs into android boot images. For example
this allows one to build bootable images containing the kernel and all
built modules/firmware to test them without flasing actual images to the
device.
To create kernel+initramfs bundles, just define INITRAMFS_IMAGE.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
They should no longer be used. Users are encouraged to upgrade to the
latest kernel version instead.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
The conversion was mostly automated with:
./scripts/contrib/convert-overrides.py
With a few manual tweaks.
Also change LAYERCOMPAT to honister.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>