ソースを参照

Fix layer dependency on meta-oe

Fix layer dependency on meta-oe:
- layer name is "swupdate", not "swupdate-layer" (see BBFILE_COLLECTIONS);
- meta-oe layer name is "openembedded-layer", not "oe";
- remove comment about LUA, also libconfig is from meta-oe.

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Diego Rondini 8 年 前
コミット
2018f0ec60
1 ファイル変更1 行追加2 行削除
  1. 1 2
      conf/layer.conf

+ 1 - 2
conf/layer.conf

@@ -9,5 +9,4 @@ BBFILE_COLLECTIONS += "swupdate"
 BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate = "6"
 
-# LUA is retrieved from meta-oe
-LAYERDEPENDS_swupdate-layer = "oe"
+LAYERDEPENDS_swupdate = "openembedded-layer"