diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-05-17 13:35:06 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-05-17 13:55:43 -0400 |
commit | 76481d92093933a348c1d1267c5a89a738c4938e (patch) | |
tree | 14638c4c94dede4490ec27fc6adf76cb4503512b /conf/layer.conf | |
parent | e64cdaccca7309e2d3c5da798e01fbea227bd465 (diff) |
Update layer.conf and .gitreview for guppy branchguppy_7.0.4guppy_7.0.3guppy/7.0.4guppy/7.0.37.0.47.0.3guppy
For Guppy, set LAYERSERIES_COMPAT appropriately for rocko in layer.conf,
and point at the guppy branch in .gitreview.
Bug-AGL: SPEC-2418
Change-Id: I214685e1df26dca77aa4bed879f1c4eeed296818
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'conf/layer.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 14892b5..493f61a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "agl-telematics-demo" BBFILE_PATTERN_agl-telematics-demo = "^${LAYERDIR}/" BBFILE_PRIORITY_agl-telematics-demo = "7" -LAYERSERIES_COMPAT_agl-telematics-demo = "thud" +LAYERSERIES_COMPAT_agl-telematics-demo = "rocko" |