aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--conf/layer.conf6
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 94b8870..7111311 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# meta-qualcomm
+# meta-qcom
## Introduction
@@ -16,14 +16,14 @@ revision: HEAD
## Contributing
If you want to contribute changes, you can send Github pull requests at
-https://github.com/ndechesne/meta-qualcomm/pulls.
+https://github.com/ndechesne/meta-qcom/pulls.
Alternatively you can send patches to linaro-dev@lists.linaro.org, in which
case, please:
* When creating patches, please use something like:
-`git format-patch -s --subject-prefix='meta-qualcomm][PATCH' origin`
+`git format-patch -s --subject-prefix='meta-qcom][PATCH' origin`
* When sending patches, please use something like:
@@ -33,7 +33,7 @@ You can discuss about this layer, on `#linaro` on FreeNode IRC network.
## Reporting issues
-Please report any issue on https://github.com/ndechesne/meta-qualcomm/issues
+Please report any issue on https://github.com/ndechesne/meta-qcom/issues
## Maintainer(s)
diff --git a/conf/layer.conf b/conf/layer.conf
index 4b1d983..61a4870 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -5,8 +5,8 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
-BBFILE_COLLECTIONS += "qualcomm"
-BBFILE_PATTERN_qualcomm := "^${LAYERDIR}/"
-BBFILE_PRIORITY_qualcomm = "5"
+BBFILE_COLLECTIONS += "qcom"
+BBFILE_PATTERN_qcom := "^${LAYERDIR}/"
+BBFILE_PRIORITY_qcom = "5"
QCOM_EULA_FILE = "${LAYERDIR}/conf/EULA"