warning meta-virtualization latyer on imx6dual

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

warning meta-virtualization latyer on imx6dual

跳至解决方案
3,751 次查看
shankovai
Contributor III

Hello NXP support team,

 

Build configuration

ubuntu 18.04

MACHINE=imx6qdlsabresd DISTRO=fsl-imx-wayland source ./imx-setup-release.sh -b build

bitbake core-image-base

Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qdlsabresd"
DISTRO = "fsl-imx-wayland"
DISTRO_VERSION = "5.15-kirkstone"
TUNE_FEATURES = "arm vfp cortexa9 neon thumb callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:27de52e402ae000dfa502d52908cd6e6aef923ec"
meta-oe
meta-multimedia
meta-python = "HEAD:5357c7a40eaf8d1bcf7ff58edbba8e9527e40c7d"
meta-freescale = "HEAD:2fb1ce365338126aad365012ebb913b3e4a9f1be"
meta-freescale-3rdparty = "HEAD:de0eb1408150d77f9cce97c559f9a5a3c71e5d6c"
meta-freescale-distro = "HEAD:fc15f5003043da23212596be7366ae2547c308ad"
meta-bsp
meta-sdk
meta-ml
meta-v2x = "HEAD:5bc708f56575a878da17f2148e959c95d06cf8db"
meta-nxp-demo-experience = "HEAD:8fade3993b832ecd823771644f2a7b731f8f4527"
meta-chromium = "HEAD:d25d8ee98a656b2534d0eec6138ef264529fab4f"
meta-clang = "HEAD:85d956d95401479ca666139e31f662f60c156d5f"
meta-gnome
meta-networking
meta-filesystems = "HEAD:5357c7a40eaf8d1bcf7ff58edbba8e9527e40c7d"
meta-qt6 = "HEAD:b2894aad5c1aaa85f2f5c7b94391b7c51c39e555"
meta-virtualization = "HEAD:973c8d0964c6f40338857efe5b8009b2f647d485"

Warning message

warning: you have included the meta-virtualization layer, but 'virtualization' has not been enabled in your distro_features. some bbappend files may not take effect. see the meta-virtualization readme for details on enabling virtualization support.

followed the instruction provided in i.MX Yocto Project users guide Rev. LF5.15.32_2.0.0

can you suggest how to solve the warning?

 

i have already verified the https://github.com/lgirdk/meta-virtualization/blob/master/README

and added the line DISTRO_FEATURES:append = " virtualization" in the below given path

meta-virtualization/blob/master/conf/layer.conf

warning not solved.

thanks

标记 (1)
0 项奖励
回复
1 解答
3,716 次查看
shankovai
Contributor III

ok please close this thread

在原帖中查看解决方案

0 项奖励
回复
4 回复数
3,717 次查看
shankovai
Contributor III

ok please close this thread

0 项奖励
回复
3,718 次查看
Harvey021
NXP TechSupport
NXP TechSupport

Hi @shankovai 

Please add that statement in your local.conf file

 

Best regards

Harvey

0 项奖励
回复
3,746 次查看
shankovai
Contributor III

added   DISTRO_FEATURES:append = " virtualization"

/meta-virtualization/blob/master/conf/layer.conf

 

But the warning not solved.

0 项奖励
回复
3,746 次查看
shankovai
Contributor III

https://github.com/lgirdk/meta-virtualization/blob/master/README.

read the file, can you suggest path of the file

 

DISTRO_FEATURES:append = " virtualization"

to add the above variable

 

0 项奖励
回复