Closed rossburton closed 4 years ago
These would build kernel based on linux-intel 4.19 and apply config fragment with ACRN options, ACRN bridge and GVT.
UOS kernel to linux-intel https://github.com/cheeyanglee/meta-acrn/commit/56e977d1011ed28022c9e1c525e40ca2b2fed150
SOS kernel to linux-intel https://github.com/cheeyanglee/meta-acrn/commit/11b5a116d85bc6a6c9c23b06dd200e814fa21861
Looks like a step in the right direction. Not entirely sure about the variable used to control the kernel configuration but need to think more on that.
Can you submit a proper pull request?
Also note that this and @saininav's -rt pull request conflict, so we need to decide who merges first. :)
Lets merge Chee Yang's patches first. Later I will update my patch accordingly.
As Ross mentioned on my pull request https://github.com/intel/meta-acrn/pull/27#issuecomment-548581706 , we should not use bbappend, as it will included in base recipe if anyone include meta-acrn layer, which is not supposed to happen.
Can you drop your bbappend from your patch and can raise pull request for v2.
Instead of shipping monolithic kernel configs for the UOS and SOS kernels, we should identify what actually needs to be enabled for the SOS and UOS, write kernel config fragments for those, and build a kernel based on the
linux-intel
recipe with these additional fragments.SOS
UOS
cfg/virtio.cfg
)