diff options
| author | Changqing Li <changqing.li@windriver.com> | 2025-10-27 16:43:24 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-11-05 23:19:33 -0500 |
| commit | c2185cd5ef225c6606341745ad9ffb02efe364d9 (patch) | |
| tree | d099a313460ba1ccd16342ef363a9120d067bb87 | |
| parent | 7936c72223806b40154b570a07fe37cb16870f58 (diff) | |
| download | meta-virtualization-master.tar.gz | |
Here is the setting in recipe kubernetes:
COMPATIBLE_HOST = '(x86_64.*|arm.*|aarch64.*)-linux'
x86 is not support, so add kubernetes into NON_MULTILIB_RECIPES for
x86-64 to avoid extending lib32- variant
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 9a443f9a..dbe66d8c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -67,3 +67,5 @@ USER_CLASSES:append = " meta-virt-xen-cfg" | |||
| 67 | USER_CLASSES:append = " meta-virt-hosts" | 67 | USER_CLASSES:append = " meta-virt-hosts" |
| 68 | 68 | ||
| 69 | HOSTTOOLS_NONFATAL += "getent" | 69 | HOSTTOOLS_NONFATAL += "getent" |
| 70 | |||
| 71 | NON_MULTILIB_RECIPES:append:x86-64 = " kubernetes" | ||
