Sorry about off-topic question, do you guys know how to set a variable only for host-image (i.e. not multiconfigured image)? Now I'm struggling to enable perf for host on top of master. If I put something like 'IMAGE_INSTALL_append = " perf "' into local.conf, it propagates to both host and guest, and results build failure on guest because of kernel source problem. I guess it's possible to set configurations only for guest with using conf/multiconfig/xxx.conf but I don't know how to do it for host.
We try to integrate R-Car H3 environment.
At 1st issue, broken in kernel build caused by meta-virtualization.
It's fixed by https://github.com/agl-ic-eg/meta-agl/commit/992fc535b4d63105f2ad78f7833a3aae4e3a5a48 and https://github.com/agl-ic-eg/meta-agl-devel/commit/e7cae1402902326a0d8fb4988731bac7c567685a
I can build lxc-host-image-minimal.
But this image is including unnecessary packages by IMAGE_INSTALL_append = " kernel-modules" by agl-base.inc in meta-agl/meta-agl-core/conf/include.
This issue may has qemu environment too.
More big issue is a agl-bsp in guest side.
$IMAGE_INSTALL [8 operations]
_append /cross/agl-ic-eg/eg-integ-v2/agl/meta-agl/meta-agl-core/conf/include/base-agl.inc:3
" kernel-modules"
_append[rcar-gen3] /cross/agl-ic-eg/eg-integ-v2/agl/meta-agl/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc:13
" kernel-devicetree "
_append[rcar-gen3] /cross/agl-ic-eg/eg-integ-v2/agl/meta-agl/meta-agl-bsp/conf/include/agl_rcar.inc:49
" kernel-module-pvrsrvkm kernel-module-vsp2 kernel-module-vspm kernel-module-vspm-if omx-user-module "
The devicetree and all kernel-modules must delete all. Those packages are appended by agl_rcar.inc.