diff options
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,4 +2,4 @@ host=gerrit.automotivelinux.org port=29418 project=AGL/meta-agl-telematics-demo -defaultbranch=master +defaultbranch=guppy 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" |