xen-troops / meta-xt-prod-devel-rcar

Main Xen Troops product, which is used for day-to-day development and integration
Apache License 2.0
4 stars 15 forks source link

yaml: Switch to new Android device and kernel #99

Closed svlad-90 closed 1 year ago

svlad-90 commented 1 year ago

yaml: remove deprecated 'ENABLE_VIRTIO' parameter

Removed deprecated 'ENABLE_VIRTIO' parameter from the original 'prod-devel-rcar-agl.yaml'. After the introduction of the 'prod-devel-rcar-virtio.yaml' it has become redundant.

Signed-off-by: Vladyslav Goncharuk vladyslav_goncharuk@epam.com


yaml: Switch to the new Android device and kernel

In order to proceed with virtio functionality we need to use a dedicated AOSP device - xenvm_trout_arm64. It was inherited from the Google Trout device, which is intended to use virtio for device sharing. This patch switches to the usage of that device.

xenvm_trout_arm64 device is intended to work with the 14-6.1 Android kernel. The new kernel contains support for virtio and Xen hypervisor. So, we are adding usage of the new kernel, as otherwise build will fail.

This AOSP device is built with additional vendor_boot and vbmeta_system images, thus Rouge declarations were extended as well.

Signed-off-by: Vladyslav Goncharuk vladyslav_goncharuk@epam.com

arminn commented 1 year ago

Acked-by: Andrii Chepurnyi andrii_chepurnyi@epam.com