diff mbox series

[meta-tensorflow] meta-demo: update LAYERSERIES_COMPAT

Message ID 20240204032401.1530344-1-Qi.Chen@windriver.com
State New
Headers show
Series [meta-tensorflow] meta-demo: update LAYERSERIES_COMPAT | expand

Commit Message

ChenQi Feb. 4, 2024, 3:24 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

oe-core is now using nanbield, update LAYERSERIES_COMPAT accordinly.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-demo/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-demo/conf/layer.conf b/meta-demo/conf/layer.conf
index 390ecf9..b78736e 100644
--- a/meta-demo/conf/layer.conf
+++ b/meta-demo/conf/layer.conf
@@ -18,7 +18,7 @@  LAYERDEPENDS_tensorflow-demo = " \
     meta-tensorflow \
 "
 
-LAYERSERIES_COMPAT_tensorflow-demo = "hardknott honister"
+LAYERSERIES_COMPAT_tensorflow-demo = "nanbield"
 
 # USB webcam
 KERNEL_CLASSES:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ts-demo', 'ts-demo-kernel', '', d)}"