Просмотр исходного кода

meta: Update layers configs

Update layers configs to proper format.

Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
Alexander Smirnov 8 лет назад
Родитель
Сommit
2477154f76
2 измененных файлов с 26 добавлено и 0 удалено
  1. 13 0
      meta-isar/conf/layer.conf
  2. 13 0
      meta/conf/layer.conf

+ 13 - 0
meta-isar/conf/layer.conf

@@ -1,5 +1,18 @@
+# This software is a part of ISAR.
+# Copyright (C) 2015-2016 ilbers GmbH
+
 # We have a conf and classes directory, add to BBPATH
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
 BBFILES +=  "${LAYERDIR}/recipes-*/*/*.bb"
+
+BBFILE_COLLECTIONS += "isar"
+BBFILE_PATTERN_isar = "^${LAYERDIR}/"
+BBFILE_PRIORITY_isar = "5"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_isar = "1"
+
+LAYERDIR_isar = "${LAYERDIR}"

+ 13 - 0
meta/conf/layer.conf

@@ -1,5 +1,18 @@
+# This software is a part of ISAR.
+# Copyright (C) 2015-2016 ilbers GmbH
+
 # We have a conf and classes directory, add to BBPATH
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
 BBFILES +=  "${LAYERDIR}/recipes-*/*/*.bb"
+
+BBFILE_COLLECTIONS += "core"
+BBFILE_PATTERN_core = "^${LAYERDIR}/"
+BBFILE_PRIORITY_core = "5"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_core = "1"
+
+LAYERDIR_core = "${LAYERDIR}"