소스 검색

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 년 전
부모
커밋
0390cadb32
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"