From 490a4441acd52a936776b29be7c3ba2b910a5f01 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 1 Apr 2019 19:01:09 -0700 Subject: [PATCH] layer.conf: Add warrior to compatible release series Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 67eb98f..264b2c0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi" BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" -LAYERSERIES_COMPAT_raspberrypi = "sumo thud" +LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"