|
@@ -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}"
|