aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--conf/layer.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5702186..16207ec 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This layer depends on:
```
URI: git://github.com/openembedded/oe-core.git
layers: meta
-branch: master
+branch: zeus
revision: HEAD
```
@@ -18,7 +18,7 @@ This layers has an optional dependency on meta-oe layer:
```
URI: git://github.com/openembedded/meta-openembedded.git
layers: meta-oe
-branch: master
+branch: zeus
revision: HEAD
```
diff --git a/conf/layer.conf b/conf/layer.conf
index a160b55..29f088c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "qcom"
BBFILE_PATTERN_qcom := "^${LAYERDIR}/"
BBFILE_PRIORITY_qcom = "5"
-LAYERSERIES_COMPAT_qcom = "sumo thud warrior zeus"
+LAYERSERIES_COMPAT_qcom = "zeus"
BBFILES_DYNAMIC += " \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \