Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jailhouse: mx93: drop cortex-a55 tune | Oleksandr Suvorov | 2023-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | meta-freescale uses cortexa55 as a tune for mx93, while jailhouse intentionally sets march=armv8-a+nofp to disable using FPU registers by jailhouse. It leads to a building error [1]. Drop cortex-a55 from TUNE_CCARGS (used for generating CC) for mx93. [1] cc1: error: switch '-mcpu=cortex-a55' conflicts with '-march=armv8-a+nofp' switch [-Werror] Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | ||||
* | jailhouse: add imx version | Oleksandr Suvorov | 2023-08-03 | 1 | -0/+107 |
There is a general jailhouse recipe in other layers which causes a version conflict. Introduce jailhouse-imx recipe to avoid conflict. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io> |