aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf2
-rw-r--r--recipes-kernel/linux/linux-linaro-qcomlt_%.bbappend2
-rw-r--r--recipes-qt/boot2qt-addons/default-qt-envs.bbappend2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 03329ff..03a084a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,4 +10,4 @@ BBFILE_COLLECTIONS += "b2qt-qcom"
BBFILE_PATTERN_b2qt-qcom := "^${LAYERDIR}/"
BBFILE_PRIORITY_b2qt-qcom = "20"
-LAYERSERIES_COMPAT_b2qt-qcom = "nanbield scarthgap"
+LAYERSERIES_COMPAT_b2qt-qcom = "styhead"
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_%.bbappend b/recipes-kernel/linux/linux-linaro-qcomlt_%.bbappend
index 9eefc51..2ef8c44 100644
--- a/recipes-kernel/linux/linux-linaro-qcomlt_%.bbappend
+++ b/recipes-kernel/linux/linux-linaro-qcomlt_%.bbappend
@@ -4,4 +4,4 @@ SRC_URI += "\
file://profiling.cfg \
"
-KERNEL_CONFIG_FRAGMENTS:append = " ${WORKDIR}/profiling.cfg"
+KERNEL_CONFIG_FRAGMENTS:append = " ${UNPACKDIR}/profiling.cfg"
diff --git a/recipes-qt/boot2qt-addons/default-qt-envs.bbappend b/recipes-qt/boot2qt-addons/default-qt-envs.bbappend
index 1952552..aa2652b 100644
--- a/recipes-qt/boot2qt-addons/default-qt-envs.bbappend
+++ b/recipes-qt/boot2qt-addons/default-qt-envs.bbappend
@@ -7,5 +7,5 @@ do_configure:append() {
}
do_install:append() {
- install -m 0644 ${WORKDIR}/kms.conf ${D}${sysconfdir}/
+ install -m 0644 ${UNPACKDIR}/kms.conf ${D}${sysconfdir}/
}