Force install kernel-image into lxc-host-image-minimal 86/27786/3
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Thu, 21 Jul 2022 13:33:16 +0000 (22:33 +0900)
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Mon, 25 Jul 2022 14:10:28 +0000 (23:10 +0900)
The AGL IC images use NO_RECOMMENDATIONS, that remove all recommend
packages.  Basically it mandatory option for IC EG QM stack.
In Yocto 4.0, kernel image package dependency changed from RDEPEND to
RRECOMMEND.  After that, lxc-host-image-xxx is not including kernel image.

This patch fix this issue.

Bug-AGL : SPEC-4464

Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: Ie65d5519657e96179d408018e03b6330aad96e3b

meta-agl-lxc/recipes-platform/images/lxc-host-image-minimal.bb

index a8085f4..38fc7b2 100644 (file)
@@ -3,6 +3,7 @@ SUMMARY = "A minimal container host image"
 require recipes-platform/images/agl-image-boot.inc
 
 IMAGE_INSTALL += " \
+    kernel-image \
     lxc \
     ${LXC_CONTAINER_CONFIGS} \
     drm-lease-manager \