diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-04-01 19:01:09 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-04-05 11:21:49 +0900 |
commit | 490a4441acd52a936776b29be7c3ba2b910a5f01 (patch) | |
tree | 2b237efa5c7ff514d95e6a2138a0cdeb5f25d8d2 /conf | |
parent | 7af614b2ee362765f299faaa732cafc436aa0ae1 (diff) | |
download | meta-raspberrypi-490a4441acd52a936776b29be7c3ba2b910a5f01.tar.gz |
layer.conf: Add warrior to compatible release series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_raspberrypi = "9" | 10 | BBFILE_PRIORITY_raspberrypi = "9" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud" | 12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior" |
13 | 13 | ||
14 | # Additional license directories. | 14 | # Additional license directories. |
15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |