meta-agl-lxc: add initial rcar3 support 33/26433/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 14 Jun 2021 23:38:23 +0000 (19:38 -0400)
committerScott Murray <scott.murray@konsulko.com>
Mon, 14 Jun 2021 23:38:23 +0000 (19:38 -0400)
commit473894df92072f2b58839667b7db61dcb7cdef21
tree509d4fc3ad9af20d113617274dd51981d8c1fd49
parent1f63a80ae9380317f11417819aa8f8656a4e5ef2
meta-agl-lxc: add initial rcar3 support

Note that these changes do allow building and booting the
lxc-host-image-demo image, and the cluster-demo container does
get autostarted, but currently Weston fails to start in the
container.

Changes:
- Add a meta-rcar-gen3 dynamic layer with some bbappends to
  disable problematic kernel module dependencies when building for
  the container guest configuration.  The ones used are based on
  the ones in the IC EG container-bsp github repo, but fewer are
  needed due to the use of linux-dummy, and the changes are done
  via aglcontainerguest overrides.
- Add linux-renesas bbappend that disables the problematic default
  addition of virtio.scc to KERNEL_FEATURES done in the
  meta-virtualization layer, which currently is dependent on the
  file coming from the linux-yocto kernel metadata, which is not
  the case with linux-renesas.  Upstream have been engaged on this
  being a problem, so this may not be required in the future.
- Add lxc.scc to KERNEL_FEATURES in linux-renesas bbappend to
  leverage the .cfg from meta-virtualization.
- Borrow a couple of tweaks from the IC EG container-bsp github
  repo to disable firmware and disable the serial consoles in the
  container guest build.

Bug-AGL: SPEC-3953

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I30fe6a940c5c44ee2ad71410a97a4495829c0b45
meta-agl-lxc/conf/layer.conf
meta-agl-lxc/conf/multiconfig/agl-container-guest.conf
meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-connectivity/openssl/openssl_1.1.%.bbappend [new file with mode: 0644]
meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend [new file with mode: 0644]
meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend [new file with mode: 0644]