x-linux-ai: fix build issue with OpenSTLinux v6.2
The meta-st-x-linux-ai layer is still based on v6.1.1 and is not compatible with the OpenSTLinux v6.2 BSP. Mask the recipes that fail to build with v6.2 while waiting for an official meta-st-x-linux-ai release aligned with OpenSTLinux v6.2. https://onedigi.atlassian.net/browse/DEL-10021 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
61db652b8b
commit
d0f9c61efd
|
|
@ -55,6 +55,8 @@ BBMASK += " \
|
|||
LAYERDEPENDS_x-linux-ai:remove = "st-openstlinux"
|
||||
BBMASK += " \
|
||||
meta-st-x-linux-ai/recipes-st/images/st-image-ai.bb \
|
||||
meta-st-x-linux-ai/recipes-st/images/st-image-ai-userfs.bb \
|
||||
meta-st-x-linux-ai/recipes-st/images/st-image-ai-vendorfs.bb \
|
||||
"
|
||||
|
||||
# Tweak x-linux-isp dependencies to use ST's ISP packages
|
||||
|
|
|
|||
Loading…
Reference in New Issue