aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-devtools
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-08-21 10:26:18 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2020-09-03 14:37:53 +0300
commitdba84d058239a8b3cf377ad90d134e27836d6e62 (patch)
tree9a9bc8f9206f571ee02b54b54e12d818b1732aa7 /meta-boot2qt-distro/recipes-devtools
parent449a9e5e6916ec395967a9b3fc5d5ba5c527f225 (diff)
Remove all automotive related recipes
With the switch to Qt 6, the automotive module will not be supported at the beginning. Bring back recipes once the modules are ported to Qt6. Change-Id: I33dafbd12f9a36e0332fa1935a68568fa2cb0e2d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-devtools')
-rw-r--r--meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend b/meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend
deleted file mode 100644
index 57d0530a..00000000
--- a/meta-boot2qt-distro/recipes-devtools/python/python3_%.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-# We need to install the python3 binary into the sysroot to let qtivi install that binary
-# into the correct location.
-# We can't install it directly into ${bindir} as this would be picked up by other recipes
-# and produce a lot of errors. Instead put it inside a qt5 folder where only qtivi picks it up
-# This is a workaround and needs to be replaced by a proper solution discussed here:
-# https://bugreports.qt.io/browse/AUTOSUITE-176
-sysroot_stage_all_append_class-nativesdk () {
- sysroot_stage_dir ${D}${bindir} ${SYSROOT_DESTDIR}${bindir}/qt5
-}