diff mbox series

[meta-tensorflow] layer.conf: revert -> add dl layer to LAYERRECOMMENDS

Message ID 20231215183503.1743058-1-Randy.MacLeod@windriver.com
State New
Headers show
Series [meta-tensorflow] layer.conf: revert -> add dl layer to LAYERRECOMMENDS | expand

Commit Message

Randy MacLeod Dec. 15, 2023, 6:35 p.m. UTC
From: Randy MacLeod <Randy.MacLeod@windriver.com>

The -dl (download) layers are not used anywhere but in Wind River products
so drop the line that was added in:
   5044996 layer.conf: add dl layer to LAYERRECOMMENDS

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 conf/layer.conf | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index ccb6343..60cbd52 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,6 +21,4 @@  LAYERDEPENDS_meta-tensorflow = " \
 
 LAYER_PATH_meta-tensorflow = "${LAYERDIR}"
 
-LAYERRECOMMENDS_meta-tensorflow += "meta-tensorflow-dl (= 4.1)"
-
 NON_MULTILIB_RECIPES:append = " tensorflow tensorflow-lite"