...
In order to launch the Kata-container, it needs the host kernel have different configurations. The demo kernel configuration is https://people.linaro.org/~kevin.zhao/config-.cca-host-v1.0-eac5v3.host
Repo: https://gitlab.arm.com/linux-arm/linux-cca cca-full/v3
Code Block |
---|
cd linux-cca cp config-.cca-host-v1.0-eac5v3.host make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 -j8 |
...