From db62e9f2b76742c9eb621707ba9957ef0a749d20 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 27 Jun 2019 15:26:16 -0700 Subject: [PATCH] layer.conf: Set the OE layer version to 1 --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index b723ce6..3eb7f2e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,6 +10,9 @@ BBFILE_PRIORITY_ros-layer = "7" LICENSE_PATH += "${LAYERDIR}/licenses" +# Version 1 is the manually created meta-ros, prior to the introduction of superflore. +LAYERVERSION_ros-layer = "1" + LAYERSERIES_COMPAT_ros-layer = "rocko sumo thud" ROSDISTRO := "indigo"