From 850f00e6d52fef8bf68b01878c78997a5628cb91 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 12 Sep 2018 10:54:33 +0300 Subject: meta-qt5: update layer Update to Qt 5.11.2 RC2 Change-Id: Ie6ffc4e9cdaaa78ac17290994343c8ed4c0894e4 Reviewed-by: Mikko Gronoff --- scripts/manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manifest.xml b/scripts/manifest.xml index b2cd673..ef2dc1c 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml @@ -26,7 +26,7 @@ path="sources/meta-openembedded"/> Date: Wed, 15 Aug 2018 16:26:43 +0300 Subject: qbsp: update component namespace qt.embedded is renamed to embedded, matching existing components in the online installer. Change-Id: I010f567d5f6fa09c269affe91cb5ec1943e0920a Reviewed-by: Mikko Gronoff --- meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb index 1d64011..a599e23 100644 --- a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb +++ b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb @@ -43,7 +43,7 @@ PV := "${@d.getVar('PV', True).split('+')[0]}" VERSION_SHORT = "${@d.getVar('PV', True).replace('.','')}" QBSP_NAME = "Boot2Qt ${PV}" QBSP_MACHINE = "${@d.getVar('MACHINE', True).replace('-','')}" -QBSP_INSTALLER_COMPONENT = "qt.embedded.b2qt.${VERSION_SHORT}.yocto.${QBSP_MACHINE}" +QBSP_INSTALLER_COMPONENT = "embedded.b2qt.${VERSION_SHORT}.yocto.${QBSP_MACHINE}" QBSP_INSTALL_PATH = "/${PV}/Boot2Qt/${MACHINE}" QBSP_SDK_TASK = "meta-toolchain-b2qt-embedded-qt5-sdk" -- cgit v1.2.3-54-g00ecf From 2bea4f1822ba137d6b0c0192412025f4c7183525 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Thu, 13 Sep 2018 14:05:21 +0300 Subject: meta-qt5: update layer Update qtbase changelog for 5.11.2 release Task-number: QTBUG-68980 Change-Id: I6ae652740f98891c982d0f35992624e5aaa2c215 Reviewed-by: Samuli Piippo --- scripts/manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manifest.xml b/scripts/manifest.xml index ef2dc1c..c7b45aa 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml @@ -26,7 +26,7 @@ path="sources/meta-openembedded"/> Date: Mon, 24 Sep 2018 10:05:25 +0300 Subject: automotive: update component revisions Change-Id: If6d14ad2444b3b483c1848e197d899803647b4c1 Reviewed-by: Mikko Gronoff --- meta-boot2qt/recipes-qt/automotive/qmllive_git.bb | 2 +- meta-boot2qt/recipes-qt/automotive/qtivi_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-boot2qt/recipes-qt/automotive/qmllive_git.bb b/meta-boot2qt/recipes-qt/automotive/qmllive_git.bb index d87dd13..76cd9b1 100644 --- a/meta-boot2qt/recipes-qt/automotive/qmllive_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qmllive_git.bb @@ -37,7 +37,7 @@ require recipes-qt/qt5/qt5-git.inc QT_GIT_PROJECT = "qt-apps" -SRCREV = "e400161c6ec932c180e8b9fe5e5d00a593ee254a" +SRCREV = "a239d45ce6e185eb0a3b5e947698a8f08e783189" DEPENDS = "qtbase qtdeclarative" diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb index c933cfb..8665142 100644 --- a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb @@ -50,7 +50,7 @@ SRC_URI += " \ file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \ " -SRCREV_qtivi = "9597934087e395659aedb7735e1fc233a3407fd7" +SRCREV_qtivi = "c3da57cf0c7213120803fe63003d0cc14d14f871" SRCREV_qface = "9da793d6cbc63d617ad5e2ffd13e9f6d055c88e8" SRCREV = "${SRCREV_qtivi}" SRCREV_FORMAT = "qtivi_qface" -- cgit v1.2.3-54-g00ecf