summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-24 22:43:42 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-25 17:57:12 +0000
commita06878118c81a11caa2e222e07e9029375ea5ee0 (patch)
treed0a7027dff26628108cd0a888b5f8860bdd63079 /conf
parent08d27cd7997867de69548d04f29d1d2d493791f3 (diff)
downloadmeta-raspberrypi-a06878118c81a11caa2e222e07e9029375ea5ee0.tar.gz
layer.conf: Add hardknott (3.3) to acceptable releases
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7626894..aa3174a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi"
9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" 9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
10BBFILE_PRIORITY_raspberrypi = "9" 10BBFILE_PRIORITY_raspberrypi = "9"
11 11
12LAYERSERIES_COMPAT_raspberrypi = "gatesgarth" 12LAYERSERIES_COMPAT_raspberrypi = "gatesgarth hardknott"
13 13
14# Additional license directories. 14# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"