diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2024-10-25 13:53:40 +0300 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2024-11-01 16:09:29 +0200 |
| commit | 11d90316cb2633f7fc122e0ef101417bae39244b (patch) | |
| tree | 3955bfe94e382e1663f07b7b738ccf1ac1578bba | |
| parent | 7524163ee37a70049124193a75be4c80beccae1c (diff) | |
Adapt to yocto styhead
Switch WORKDIR->UNPACKDIR in relevant places and update
layer compatibility to styhead.
Task-number: QTBUG-130564
Change-Id: Iac152d04b1463b59b15aabf0e0fc988e11727deb
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
| -rw-r--r-- | conf/layer.conf | 2 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-ti-staging_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-qt/boot2qt-addons/default-qt-envs.bbappend | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f2d5f05..a0a5198 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -39,4 +39,4 @@ BBFILE_COLLECTIONS += "b2qt-ti" BBFILE_PATTERN_b2qt-ti := "^${LAYERDIR}/" BBFILE_PRIORITY_b2qt-ti = "20" -LAYERSERIES_COMPAT_b2qt-ti = "scarthgap" +LAYERSERIES_COMPAT_b2qt-ti = "styhead" diff --git a/recipes-kernel/linux/linux-ti-staging_%.bbappend b/recipes-kernel/linux/linux-ti-staging_%.bbappend index 9eefc51..2ef8c44 100644 --- a/recipes-kernel/linux/linux-ti-staging_%.bbappend +++ b/recipes-kernel/linux/linux-ti-staging_%.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 05a7f15..f214754 100644 --- a/recipes-qt/boot2qt-addons/default-qt-envs.bbappend +++ b/recipes-qt/boot2qt-addons/default-qt-envs.bbappend @@ -37,5 +37,5 @@ do_configure:append() { } do_install:append() { - install -m 0644 ${WORKDIR}/kms.conf ${D}${sysconfdir}/ + install -m 0644 ${UNPACKDIR}/kms.conf ${D}${sysconfdir}/ } |
