aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <[email protected]>2024-11-05 05:08:02 +0000
committerSamuli Piippo <[email protected]>2024-11-06 07:34:40 +0000
commitea8da56bde4c97878b92259e38489703e8317543 (patch)
treef2e7909364eea7155c2faf060f248fd0ae49e627
parentfd1ab31ac607501c83df284850cf97e0fffbb33f (diff)
Update to styheadHEADdev
Update layer to styhead compatibility, removing previous versions due to UNPACKDIR changes. Task-number: QTBUG-130566 Change-Id: Ib9a17a9ad09e12dff14cbd154c5c8e79c5778219 Reviewed-by: Mikko Gronoff <[email protected]> Reviewed-by: Ari Parkkila <[email protected]>
-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}/
}