-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnutls: Use HTTPS mirror instead of FTP #1
Conversation
FTP mirror seems to randomly give issues for some users, therefore use the HTTPS mirror instead which seems more stable. Signed-off-by: Herman van Hazendonk <[email protected]>
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
|
|||
FILESEXTRAPATHS_prepend = "${COREBASE}/meta/recipes-support/${BPN}/${BPN}:" | |||
|
|||
SRC_URI += " \ | |||
SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend that add MIRRORS like below
MIRRORS += "ftp://ftp.gnutls.org/gcrypt/gnutls ${GNUPG_MIRROR}/gnutls \n"
Actually it's resolved latest yocto version(http://lists.openembedded.org/pipermail/openembedded-core/2016-December/130380.html) but not applied in yocto morty (2.2)
Sent a new PR with MIRRORS instead |
@Herrie82 |
:Release Notes: New Yocto is more strict about applying patches which don't apply cleanly. :Detailed Notes: WARNING: nodejs-6.11.2-r1.1 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0004-no-registry.patch patching file deps/npm/lib/cache/caching-client.js patching file deps/npm/lib/utils/map-to-registry.js patch unexpectedly ends in middle of line Hunk #1 succeeded at 45 with fuzz 1. Now at patch 0004-no-registry.patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-60242] [OSE] Fix build issues [PLAT-52479] Upgrade to Yocto 2.5 Sumo [PLAT-52480] CCC: Upgrade to Yocto 2.5 Sumo [PLAT-56432] CCC: Refresh patches which don't apply cleanly
:Release Notes: New Yocto is more strict about applying patches which don't apply cleanly. :Detailed Notes: WARNING: alsa-utils-1.1.5-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch disable-libsamplerate.patch patching file configure.ac Hunk #1 succeeded at 38 with fuzz 2. Hunk #2 succeeded at 54 with fuzz 2 (offset 9 lines). Now at patch disable-libsamplerate.patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-60242] [OSE] Fix build issues [PLAT-52479] Upgrade to Yocto 2.5 Sumo [PLAT-52480] CCC: Upgrade to Yocto 2.5 Sumo [PLAT-56432] CCC: Refresh patches which don't apply cleanly
:Release Notes: New Yocto is more strict about applying patches which don't apply cleanly. :Detailed Notes: WARNING: connman-1.35-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0004-Support-WPS-PBC-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h Hunk #1 succeeded at 268 (offset 4 lines). Hunk #2 succeeded at 361 (offset 5 lines). patching file gsupplicant/supplicant.c Hunk #1 succeeded at 699 (offset 13 lines). Hunk #2 succeeded at 2918 (offset 127 lines). Hunk #3 succeeded at 5041 (offset 159 lines). patching file include/device.h patching file include/technology.h patching file plugins/wifi.c Hunk #3 succeeded at 156 (offset 4 lines). Hunk #4 succeeded at 207 (offset 4 lines). Hunk #5 succeeded at 798 (offset 6 lines). Hunk #6 succeeded at 1960 (offset 6 lines). Hunk #7 succeeded at 2181 (offset 6 lines). Hunk #8 succeeded at 2207 (offset 6 lines). Hunk #9 succeeded at 2237 (offset 6 lines). Hunk #10 succeeded at 2358 (offset 14 lines). Hunk #11 succeeded at 2404 with fuzz 2. Hunk #19 succeeded at 2805 (offset 13 lines). Hunk #20 succeeded at 3422 (offset 55 lines). patching file src/connman.h Hunk #1 succeeded at 560 (offset 7 lines). patching file src/device.c Hunk #1 succeeded at 1108 (offset -4 lines). patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1092 (offset 23 lines). Hunk #2 succeeded at 1144 (offset 23 lines). Now at patch 0004-Support-WPS-PBC-and-PIN-mode.patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-60242] [OSE] Fix build issues [PLAT-52479] Upgrade to Yocto 2.5 Sumo [PLAT-52480] CCC: Upgrade to Yocto 2.5 Sumo [PLAT-56432] CCC: Refresh patches which don't apply cleanly
:Release Notes: stabilization of camera pipeline stabalization of camera service :Detailed Notes: - Optimized memroy usage for camera pipeline - Removed redundant code from camera pipeline - Get current format set by primary app in secondary app at the point of subscription - Add option to set file name for startCapture API g-camera-pipeline: submissions/3..submissions/4 daf5f65 Removal of harcoded values from g-camera-pipeline 3faed9c Fix CPPCheck tool erros in g-camera-pipeline 63b4970 Stablilty of g-camera-pipeline com.webos.service.camera submissions/2..submissions/3 f9059ee Camera Stabilization and support :Testing Performed: CCC testing :QA Notes: :Issues Addressed: [PLAT-77016] [OSE] CCC: g-camera-pipeline=4,com.webos.service.camera=3 [PLAT-76267] Run cppcheck tool for g-camera-pipeline [PLAT-74749] After continuous capture, Preview Stops [PLAT-74744] g-camera-pipeline stability with minimal CPU and memory usage [PLAT-75640] C++ based implementation for CameraPlayer common functions [PLAT-76268] Camera-Pipeline Stabilization and Support [PLAT-76256] [Camera] Stabilization and support #1 Change-Id: I52c13ebc983f015d24af66d7b5ccdd46a2743126
:Release Notes: New Yocto is more strict about applying patches which don't apply cleanly. :Detailed Notes: WARNING: userland-20180130-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0001-Remove-EGL-dependency.patch patching file CMakeLists.txt patching file host_applications/linux/CMakeLists.txt patching file interface/vmcs_host/CMakeLists.txt patching file makefiles/cmake/vmcs.cmake Hunk #1 succeeded at 74 with fuzz 1 (offset 1 line). patching file middleware/openmaxil/CMakeLists.txt patching file pkgconfig/openmaxil.pc.in Now at patch 0001-Remove-EGL-dependency.patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-52479] Upgrade to Yocto 2.5 Sumo [PLAT-78511] [OSE] CCC: Upgrade to Yocto 2.5 Sumo Change-Id: I9092222060c35d6091f2300533ab4c791144d0ee
:Release Notes: :Detailed Notes: WARNING: mesa-2_17.3.8-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0001-mesa-do-not-leak-ctx-Shader.ReferencedProgram-refere.patch patching file src/mesa/main/shaderapi.c Hunk #1 succeeded at 156 with fuzz 2. Now at patch 0001-mesa-do-not-leak-ctx-Shader.ReferencedProgram-refere.patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-52479] Upgrade to Yocto 2.5 Sumo [PLAT-52480] CCC: Upgrade to Yocto 2.5 Sumo [PLAT-52479] Upgrade to Yocto 2.5 Sumo [PLAT-78511] [OSE] CCC: Upgrade to Yocto 2.5 Sumo Change-Id: Ief6fc76141dedb12cc33087c3df2de5f84821ba8
:Release Notes: :Detailed Notes: http://caprica.lgsvl.com:8080/Errors/Details/1118148 Applying patch 0002-date-add-support-for-options-U-and-S.patch patching file coreutils/date.c Hunk #1 succeeded at 100 (offset 1 line). Hunk #2 succeeded at 142 (offset 1 line). Hunk #3 succeeded at 150 with fuzz 1 (offset 1 line). Hunk #4 FAILED at 190. Hunk #5 succeeded at 273 (offset 12 lines). Hunk #6 succeeded at 303 (offset 12 lines). Hunk #7 succeeded at 346 (offset 10 lines). 1 out of 7 hunks FAILED -- rejects in file coreutils/date.c Patch 0002-date-add-support-for-options-U-and-S.patch does not apply (enforce with -f) 0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch is even more strange, probably isn't needed anymore for long time but the patch when it was introduced in initial Open webOS release didn't have any explanation what it is trying to fix and how to reproduce it. :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-78082] Upgrade to Yocto 2.6 Thud [PLAT-78507] [OSE] CCC: Upgrade to Yocto 2.6 Thud Change-Id: I37392578ee76fe57e25fc1fca88e9a7be69b7d8d
:Release Notes: :Detailed Notes: WARNING: qemu-native-3.0.0-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch opengl-without-x11.patch patching file ui/egl-helpers.c Hunk #1 succeeded at 320 (offset 85 lines). Hunk #2 succeeded at 342 (offset 85 lines). patching file include/ui/egl-helpers.h Hunk #1 succeeded at 43 with fuzz 2 (offset 9 lines). Now at patch opengl-without-x11.patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-78082] Upgrade to Yocto 2.6 Thud [PLAT-78507] [OSE] CCC: Upgrade to Yocto 2.6 Thud Change-Id: Ic5a4a8272a23f355cb83230dd975a5281f9f8eb5
:Release Notes: :Detailed Notes: Fixes warning detected in: https://gecko.lgsvl.com/jenkins/job/clean-engineering-webos-raspberrypi3-build/12007/consoleFull WARNING: bluez5-5.50-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0007-Use-system-bus-instead-of-session-for-obexd.patch patching file obexd/client/ftp.c Hunk #1 succeeded at 475 (offset -1 lines). patching file obexd/client/map.c patching file obexd/client/opp.c patching file obexd/client/pbap.c patching file obexd/client/session.c Hunk #1 succeeded at 596 (offset 3 lines). patching file obexd/client/sync.c patching file obexd/plugins/pcsuite.c patching file obexd/src/manager.c Hunk #1 succeeded at 499 (offset 2 lines). patching file src/bluetooth.conf patching file tools/obexctl.c Hunk #1 succeeded at 2151 with fuzz 2 (offset -7 lines). Now at patch 0007-Use-system-bus-instead-of-session-for-obexd.patch :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-78082] Upgrade to Yocto 2.6 Thud [PLAT-78507] [OSE] CCC: Upgrade to Yocto 2.6 Thud Change-Id: I0eb1bbf8c356b390996e8b15dc499362b0ff79f8
:Release Notes: Refresh patch file for old xproto introduced in commit d609606532de9df35c887f24f4083949be57e3b8 Author: Minjae Kim <[email protected]> Date: Fri Jun 7 18:46:11 2019 +0900 wayland: downgrade 1.16.0 to 1.11.0 :Detailed Notes: Fixes: WARNING: xproto-1_7.0.29-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch xproto_fix_for_x32.patch patching file Xmd.h Hunk #1 succeeded at 62 with fuzz 2. Now at patch xproto_fix_for_x32.patch :Testing Performed: Only build tested. :QA Notes: None. :Issues Addressed: [PLAT-78082] Upgrade to Yocto 2.6 Thud [PLAT-80706] [OSE] CCC: Various build fixes 2019-06-20 Change-Id: Icaf0d7a7c72539f91273de1bddd0cc5f492b8013
:Release Notes: Refresh patch file for old xproto introduced in commit d609606532de9df35c887f24f4083949be57e3b8 Author: Minjae Kim <[email protected]> Date: Fri Jun 7 18:46:11 2019 +0900 wayland: downgrade 1.16.0 to 1.11.0 :Detailed Notes: Fixes: WARNING: xproto-1_7.0.29-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch xproto_fix_for_x32.patch patching file Xmd.h Hunk #1 succeeded at 62 with fuzz 2. Now at patch xproto_fix_for_x32.patch :Testing Performed: Only build tested. :QA Notes: None. :Issues Addressed: [PLAT-78082] Upgrade to Yocto 2.6 Thud [PLAT-80706] [OSE] CCC: Various build fixes 2019-06-20 Change-Id: Icaf0d7a7c72539f91273de1bddd0cc5f492b8013 Originally-Reviewed-on: http://gpro.lgsvl.com/235034 Reviewed-on: http://gpro.lge.com/245034 Reviewed-by: Martin Jansa <[email protected]> Tested-by: Martin Jansa <[email protected]>
:Release Notes: Backport the recipes from oe-core as well as the patches with raspberrypi4 support from meta-raspberrypi in meta-webos-backports-2.7 :Detailed Notes: This also fixes: ERROR: u-boot-1_2019.01-r0 do_patch: Fuzz detected: Applying patch 0004-rpi-Add-rpi_model-entry-for-RaspberryPi-4.patch patching file board/raspberrypi/rpi/rpi.c Hunk #1 succeeded at 143 with fuzz 2 (offset -5 lines). The context lines in the patches can be updated with devtool: devtool modify u-boot devtool finish --force-patch-refresh u-boot <layer_path> Don't forget to review changes done by devtool! ERROR: u-boot-1_2019.01-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Also fix qemuarm builds which were failing with: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'virtual/bootloader' u-boot PROVIDES virtual/bootloader but was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. u-boot PROVIDES virtual/bootloader but was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. ERROR: Nothing RPROVIDES 'webos-image-devel' No eligible RPROVIDERs exist for 'webos-image-devel' NOTE: Runtime target 'webos-image-devel' is unbuildable, removing... Missing or unbuildable dependency chain was: ['webos-image-devel'] ERROR: Nothing RPROVIDES 'u-boot-fw-utils' (but /jenkins/mjansa/build-webos-thud/meta-lg-webos/meta-webos/recipes-core/packagegroups/packagegroup-webos-extended.bb RDEPENDS on or otherwise requires it) u-boot-fw-utils was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. u-boot-fw-utils was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. NOTE: Runtime target 'u-boot-fw-utils' is unbuildable, removing... Missing or unbuildable dependency chain was: ['u-boot-fw-utils'] NOTE: Runtime target 'packagegroup-webos-extended' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-webos-extended', 'u-boot-fw-utils'] because meta-webos-raspberrypi/recipes-core/packagegroups/packagegroup-webos-extended.bbappend was adding u-boot-fw-utils dependency to all MACHINEs (missing _rpi override). :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-76088] [FOTA] Prepare meta layer for libostree [PLAT-85195] [FOTA] Add u-boot rpi4 support for ostree [PLAT-81123] CCC: webos-sota.inc: enable FOTA by using ostree [PLAT-85555] CCC: Various build fixes Change-Id: I14071352ea5c4ca0c34599bb1c4c4b80c1a6d32b
:Release Notes: Backport the recipes from oe-core as well as the patches with raspberrypi4 support from meta-raspberrypi in meta-webos-backports-2.7 :Detailed Notes: This also fixes: ERROR: u-boot-1_2019.01-r0 do_patch: Fuzz detected: Applying patch 0004-rpi-Add-rpi_model-entry-for-RaspberryPi-4.patch patching file board/raspberrypi/rpi/rpi.c Hunk #1 succeeded at 143 with fuzz 2 (offset -5 lines). The context lines in the patches can be updated with devtool: devtool modify u-boot devtool finish --force-patch-refresh u-boot <layer_path> Don't forget to review changes done by devtool! ERROR: u-boot-1_2019.01-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Also fix qemuarm builds which were failing with: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'virtual/bootloader' u-boot PROVIDES virtual/bootloader but was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. u-boot PROVIDES virtual/bootloader but was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. ERROR: Nothing RPROVIDES 'webos-image-devel' No eligible RPROVIDERs exist for 'webos-image-devel' NOTE: Runtime target 'webos-image-devel' is unbuildable, removing... Missing or unbuildable dependency chain was: ['webos-image-devel'] ERROR: Nothing RPROVIDES 'u-boot-fw-utils' (but /jenkins/mjansa/build-webos-thud/meta-lg-webos/meta-webos/recipes-core/packagegroups/packagegroup-webos-extended.bb RDEPENDS on or otherwise requires it) u-boot-fw-utils was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. u-boot-fw-utils was skipped: Either UBOOT_MACHINE or UBOOT_CONFIG must be set in the qemuarm machine configuration. NOTE: Runtime target 'u-boot-fw-utils' is unbuildable, removing... Missing or unbuildable dependency chain was: ['u-boot-fw-utils'] NOTE: Runtime target 'packagegroup-webos-extended' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-webos-extended', 'u-boot-fw-utils'] because meta-webos-raspberrypi/recipes-core/packagegroups/packagegroup-webos-extended.bbappend was adding u-boot-fw-utils dependency to all MACHINEs (missing _rpi override). :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-76088] [FOTA] Prepare meta layer for libostree [PLAT-85195] [FOTA] Add u-boot rpi4 support for ostree [PLAT-81123] CCC: webos-sota.inc: enable FOTA by using ostree [PLAT-85555] CCC: Various build fixes Change-Id: I14071352ea5c4ca0c34599bb1c4c4b80c1a6d32b
:Release Notes: :Detailed Notes: ERROR: userland-20190724-r0 do_patch: Fuzz detected: Applying patch 0002-Remove-EGL-dependency.patch patching file CMakeLists.txt patching file host_applications/linux/CMakeLists.txt patching file interface/vmcs_host/CMakeLists.txt Hunk #1 succeeded at 24 with fuzz 1 (offset -2 lines). patching file makefiles/cmake/vmcs.cmake The context lines in the patches can be updated with devtool: devtool modify userland devtool finish --force-patch-refresh userland <layer_path> Don't forget to review changes done by devtool! ERROR: userland-20190724-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-84805] Create GPVB with Yocto 3.0 Zeus [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-86843] CCC: Various build fixes Change-Id: I87682d79931cdbdd8ba2767c6717906c67e016c1
:Release Notes: :Detailed Notes: ERROR: userland-20190724-r0 do_patch: Fuzz detected: Applying patch 0002-Remove-EGL-dependency.patch patching file CMakeLists.txt patching file host_applications/linux/CMakeLists.txt patching file interface/vmcs_host/CMakeLists.txt Hunk #1 succeeded at 24 with fuzz 1 (offset -2 lines). patching file makefiles/cmake/vmcs.cmake The context lines in the patches can be updated with devtool: devtool modify userland devtool finish --force-patch-refresh userland <layer_path> Don't forget to review changes done by devtool! ERROR: userland-20190724-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-84805] Create GPVB with Yocto 3.0 Zeus [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-86843] CCC: Various build fixes Change-Id: I87682d79931cdbdd8ba2767c6717906c67e016c1
:Release Notes: :Detailed Notes: WARNING: connman-1.36-r0 do_patch: Fuzz detected: Applying patch 0004-Support-WPS-PBC-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c Hunk #2 succeeded at 2956 (offset 38 lines). Hunk webosose#3 succeeded at 5079 (offset 38 lines). patching file include/device.h Hunk #1 succeeded at 129 with fuzz 1 (offset 3 lines). patching file include/technology.h patching file plugins/wifi.c Hunk #1 succeeded at 61 with fuzz 1. Hunk #2 succeeded at 78 (offset 1 line). Hunk webosose#3 succeeded at 163 (offset 7 lines). Hunk webosose#4 succeeded at 214 (offset 7 lines). Hunk webosose#5 succeeded at 805 (offset 7 lines). Hunk webosose#6 succeeded at 2055 (offset 95 lines). Hunk webosose#7 succeeded at 2277 with fuzz 2 (offset 96 lines). Hunk webosose#8 succeeded at 2303 (offset 96 lines). Hunk webosose#9 succeeded at 2333 (offset 96 lines). Hunk webosose#10 succeeded at 2454 (offset 96 lines). Hunk webosose#11 succeeded at 2499 (offset 95 lines). Hunk webosose#12 succeeded at 2637 (offset 95 lines). Hunk webosose#13 succeeded at 2707 (offset 95 lines). Hunk webosose#14 succeeded at 2773 (offset 95 lines). Hunk webosose#15 succeeded at 2810 (offset 98 lines). Hunk webosose#16 succeeded at 2838 (offset 98 lines). Hunk webosose#17 succeeded at 2848 (offset 98 lines). Hunk webosose#18 succeeded at 2857 (offset 98 lines). Hunk webosose#19 succeeded at 2906 with fuzz 1 (offset 101 lines). Hunk webosose#20 succeeded at 3561 (offset 139 lines). patching file src/connman.h Hunk #1 succeeded at 562 (offset 2 lines). patching file src/device.c Hunk #1 succeeded at 1154 with fuzz 1 (offset 46 lines). patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1090 (offset -2 lines). Hunk #2 succeeded at 1142 (offset -2 lines). The context lines in the patches can be updated with devtool: devtool modify connman devtool finish --force-patch-refresh connman <layer_path> Don't forget to review changes done by devtool! WARNING: connman-1.36-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Applying patch 0010-Support-channel-frequency-of-scanned-AP.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c Hunk #2 succeeded at 1121 (offset 2 lines). Hunk webosose#3 succeeded at 1302 (offset 2 lines). Hunk webosose#4 succeeded at 2331 (offset 14 lines). Hunk webosose#5 succeeded at 2488 (offset 14 lines). Hunk webosose#6 succeeded at 6022 (offset 38 lines). patching file include/device.h Hunk #2 succeeded at 92 (offset 1 line). Hunk webosose#3 succeeded at 118 (offset 1 line). Hunk webosose#4 succeeded at 145 (offset 3 lines). patching file include/network.h patching file plugins/wifi.c Hunk #1 succeeded at 170 (offset 6 lines). Hunk #2 succeeded at 187 (offset 6 lines). Hunk webosose#3 succeeded at 2293 (offset 94 lines). Hunk webosose#4 succeeded at 2351 with fuzz 1 (offset 95 lines). Hunk webosose#5 succeeded at 3182 (offset 100 lines). Hunk webosose#6 succeeded at 3202 (offset 100 lines). Hunk webosose#7 succeeded at 3269 (offset 102 lines). Hunk webosose#8 succeeded at 3282 (offset 75 lines). Hunk webosose#9 FAILED at 3224. 1 out of 9 hunks FAILED -- rejects in file plugins/wifi.c patching file src/device.c Hunk #2 succeeded at 563 (offset 22 lines). Hunk webosose#3 succeeded at 829 (offset 38 lines). Hunk webosose#4 succeeded at 874 (offset 38 lines). Hunk webosose#5 succeeded at 1319 (offset 46 lines). patching file src/network.c Hunk #1 succeeded at 51 (offset 7 lines). Hunk #2 succeeded at 66 (offset 7 lines). Hunk webosose#3 succeeded at 107 with fuzz 1 (offset 8 lines). Hunk webosose#4 succeeded at 922 (offset 9 lines). Hunk webosose#5 succeeded at 966 (offset 9 lines). Hunk webosose#6 succeeded at 1728 (offset 9 lines). patching file src/service.c Hunk #1 succeeded at 145 (offset 4 lines). Hunk #2 succeeded at 1574 (offset 15 lines). Hunk webosose#3 succeeded at 2424 (offset 76 lines). Hunk webosose#4 succeeded at 2540 (offset 76 lines). patching file src/technology.c Hunk webosose#4 succeeded at 1257 (offset -2 lines). Hunk webosose#5 succeeded at 1354 (offset -2 lines). Patch 0010-Support-channel-frequency-of-scanned-AP.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: Icefeedb4cbf648309db3c73bf95dbc91087ebc89
:Release Notes: :Detailed Notes: ERROR: userland-20190724-r0 do_patch: Fuzz detected: Applying patch 0002-Remove-EGL-dependency.patch patching file CMakeLists.txt patching file host_applications/linux/CMakeLists.txt patching file interface/vmcs_host/CMakeLists.txt Hunk #1 succeeded at 24 with fuzz 1 (offset -2 lines). patching file makefiles/cmake/vmcs.cmake The context lines in the patches can be updated with devtool: devtool modify userland devtool finish --force-patch-refresh userland <layer_path> Don't forget to review changes done by devtool! ERROR: userland-20190724-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-84805] Create GPVB with Yocto 3.0 Zeus [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-86843] CCC: Various build fixes Change-Id: I87682d79931cdbdd8ba2767c6717906c67e016c1
:Release Notes: Fix Coverity reported resource leak in g-media-pipeline :Detailed Notes: Below resource leak was reported: CID 305252 (#1 of 1): Resource leak (RESOURCE_LEAK) leaked_storage: Variable caps going out of scope leaks the storage it points to. -Unreferenced caps after its usage leaked_storage: Variable thiscaps going out of scope leaks the storage it points to. -Unreferenced thiscaps after its usage g-camera-pipeline:submissions/12..submissions/13 e0006b4 Fix 305252 Resource leak (g-camera-pipeline) :Testing Performed: Fixed and built on official build 148 :QA Notes: NA :Issues Addressed: [PLAT-97459] CCC: g-camera-pipeline=13 [PLAT-96867] 305252 Resource leak (g-camera-pipeline) Change-Id: I20dc50f3c22c7f2d453e9e66777f2a6c9ef671ee
:Release Notes: Since submissions/21 there is different change in master branch which causes this patch to apply with patch-fuzz ERROR. :Detailed Notes: Please note that the change which was merged into g-media-pipeline sets -DPLATFORM_RASPBERRYPI4 instead of -DPLATFORM_RASPBERRYPI3 added by this .patch file, but nothing seems to be using these definitions, so it doesn't matter. Also the change in master sets -DMAX_NUM_DISPLAY=1 which is probably wrong (but it's the same as what .patch was using). Fixes: ERROR: g-media-pipeline-1.0.0-21-r4 do_patch: Fuzz detected: Applying patch 0001-Add-raspberrypi4-and-raspberrypi4-64-targets.patch patching file CMakeLists.txt Hunk #1 succeeded at 34 with fuzz 1. The context lines in the patches can be updated with devtool: devtool modify g-media-pipeline devtool finish --force-patch-refresh g-media-pipeline <layer_path> Don't forget to review changes done by devtool! ERROR: g-media-pipeline-1.0.0-21-r4 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-47016] CCC: linux-raspberrypi=v4.19.88 Change-Id: If8d7da9f92739d073c3004ec378c5584937fdad7
:Release Notes: Resolves the warning from do_patch shown e.g. in: https://forum.webosose.org/t/solved-build-failed-for-rpi4/1011 :Detailed Notes: WARNING: connman-1.35-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0011-Provide-station-information-when-AP-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c patching file include/technology.h patching file plugins/wifi.c Hunk #1 succeeded at 3286 (offset -1 lines). Hunk #2 succeeded at 3525 (offset -1 lines). patching file src/connman.h patching file src/manager.c patching file src/technology.c Hunk #1 succeeded at 2074 (offset -44 lines). patching file src/tethering.c Hunk #1 succeeded at 29 with fuzz 1. Hunk #2 succeeded at 52 (offset -2 lines). Hunk #3 succeeded at 63 (offset -2 lines). Hunk #4 succeeded at 80 (offset -2 lines). Hunk #5 succeeded at 749 (offset -2 lines). Hunk #6 succeeded at 772 (offset -2 lines). Now at patch 0011-Provide-station-information-when-AP-mode.patch :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-101120] CCC: Blacklist failing recipes Change-Id: I6635cf4d32a17712650fb675a0a1a21ae0554b41
… 241 :Release Notes: systemd: refresh patches to apply cleanly on 244.3 :Detailed Notes: ERROR: systemd-1_241+AUTOINC+d1cc09a6ea-r0 do_patch: Fuzz detected: Applying patch 0001-meson-add-smack-default-process-label-option.patch patching file meson.build Hunk #1 succeeded at 929 (offset 94 lines). patching file meson_options.txt Hunk #1 succeeded at 234 with fuzz 2 (offset 14 lines). The context lines in the patches can be updated with devtool: devtool modify systemd devtool finish --force-patch-refresh systemd <layer_path> Don't forget to review changes done by devtool! ERROR: systemd-1_241+AUTOINC+d1cc09a6ea-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Build tested. :QA Notes: None. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-115142] CCC: Upgrade to Yocto 2.7 Warrior Change-Id: I8f09fc82462e48007921768b92a2ff810b5d9bbb
:Release Notes: :Detailed Notes: Fixes: ERROR: wayland-1.17.0-r0 do_patch: Command Error: 'quilt --quiltrc raspberrypi4-webos-linux-gnueabi/wayland/1.17.0-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0003-Enhance-Wayland-debug-print.patch patching file Makefile.am patching file configure.ac patching file src/connection.c Hunk #2 succeeded at 1295 (offset 8 lines). Hunk #3 FAILED at 1330. 1 out of 3 hunks FAILED -- rejects in file src/connection.c patching file src/wayland-client.c Hunk #1 succeeded at 751 (offset 3 lines). Hunk #2 succeeded at 1426 (offset 3 lines). patching file src/wayland-private.h patching file src/wayland-server.c Hunk #3 succeeded at 1029 (offset 33 lines). Hunk #4 succeeded at 1139 (offset 33 lines). Hunk #5 succeeded at 1210 (offset 33 lines). patching file src/wayland-util.c Patch 0003-Enhance-Wayland-debug-print.patch does not apply (enforce with -f) ERROR: wayland-1.17.0-r0 do_patch: ERROR: wayland-1.17.0-r0 do_patch: Function failed: patch_do_patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-115142] CCC: Upgrade to Yocto 2.7 Warrior Change-Id: I19cf84fddd7b06cb4111a8b092259fecc031e5ee
:Release Notes: :Detailed Notes: WARNING: connman-1.36-r0 do_patch: Fuzz detected: Applying patch 0004-Support-WPS-PBC-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c Hunk #2 succeeded at 2956 (offset 38 lines). Hunk #3 succeeded at 5079 (offset 38 lines). patching file include/device.h Hunk #1 succeeded at 129 with fuzz 1 (offset 3 lines). patching file include/technology.h patching file plugins/wifi.c Hunk #1 succeeded at 61 with fuzz 1. Hunk #2 succeeded at 78 (offset 1 line). Hunk #3 succeeded at 163 (offset 7 lines). Hunk #4 succeeded at 214 (offset 7 lines). Hunk #5 succeeded at 805 (offset 7 lines). Hunk #6 succeeded at 2055 (offset 95 lines). Hunk #7 succeeded at 2277 with fuzz 2 (offset 96 lines). Hunk #8 succeeded at 2303 (offset 96 lines). Hunk #9 succeeded at 2333 (offset 96 lines). Hunk #10 succeeded at 2454 (offset 96 lines). Hunk #11 succeeded at 2499 (offset 95 lines). Hunk #12 succeeded at 2637 (offset 95 lines). Hunk #13 succeeded at 2707 (offset 95 lines). Hunk #14 succeeded at 2773 (offset 95 lines). Hunk #15 succeeded at 2810 (offset 98 lines). Hunk #16 succeeded at 2838 (offset 98 lines). Hunk #17 succeeded at 2848 (offset 98 lines). Hunk #18 succeeded at 2857 (offset 98 lines). Hunk #19 succeeded at 2906 with fuzz 1 (offset 101 lines). Hunk #20 succeeded at 3561 (offset 139 lines). patching file src/connman.h Hunk #1 succeeded at 562 (offset 2 lines). patching file src/device.c Hunk #1 succeeded at 1154 with fuzz 1 (offset 46 lines). patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1090 (offset -2 lines). Hunk #2 succeeded at 1142 (offset -2 lines). The context lines in the patches can be updated with devtool: devtool modify connman devtool finish --force-patch-refresh connman <layer_path> Don't forget to review changes done by devtool! WARNING: connman-1.36-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Applying patch 0010-Support-channel-frequency-of-scanned-AP.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c Hunk #2 succeeded at 1121 (offset 2 lines). Hunk #3 succeeded at 1302 (offset 2 lines). Hunk #4 succeeded at 2331 (offset 14 lines). Hunk #5 succeeded at 2488 (offset 14 lines). Hunk #6 succeeded at 6022 (offset 38 lines). patching file include/device.h Hunk #2 succeeded at 92 (offset 1 line). Hunk #3 succeeded at 118 (offset 1 line). Hunk #4 succeeded at 145 (offset 3 lines). patching file include/network.h patching file plugins/wifi.c Hunk #1 succeeded at 170 (offset 6 lines). Hunk #2 succeeded at 187 (offset 6 lines). Hunk #3 succeeded at 2293 (offset 94 lines). Hunk #4 succeeded at 2351 with fuzz 1 (offset 95 lines). Hunk #5 succeeded at 3182 (offset 100 lines). Hunk #6 succeeded at 3202 (offset 100 lines). Hunk #7 succeeded at 3269 (offset 102 lines). Hunk #8 succeeded at 3282 (offset 75 lines). Hunk #9 FAILED at 3224. 1 out of 9 hunks FAILED -- rejects in file plugins/wifi.c patching file src/device.c Hunk #2 succeeded at 563 (offset 22 lines). Hunk #3 succeeded at 829 (offset 38 lines). Hunk #4 succeeded at 874 (offset 38 lines). Hunk #5 succeeded at 1319 (offset 46 lines). patching file src/network.c Hunk #1 succeeded at 51 (offset 7 lines). Hunk #2 succeeded at 66 (offset 7 lines). Hunk #3 succeeded at 107 with fuzz 1 (offset 8 lines). Hunk #4 succeeded at 922 (offset 9 lines). Hunk #5 succeeded at 966 (offset 9 lines). Hunk #6 succeeded at 1728 (offset 9 lines). patching file src/service.c Hunk #1 succeeded at 145 (offset 4 lines). Hunk #2 succeeded at 1574 (offset 15 lines). Hunk #3 succeeded at 2424 (offset 76 lines). Hunk #4 succeeded at 2540 (offset 76 lines). patching file src/technology.c Hunk #4 succeeded at 1257 (offset -2 lines). Hunk #5 succeeded at 1354 (offset -2 lines). Patch 0010-Support-channel-frequency-of-scanned-AP.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-115142] CCC: Upgrade to Yocto 2.7 Warrior Change-Id: Icefeedb4cbf648309db3c73bf95dbc91087ebc89
…-or.patch :Release Notes: gatesgarth and hardknott are using libtool-2.4.6 like dunfell, but don't have the patch which adds -f*-prefix-map* parameter in the same chunk: 3dcc84e37c libtool: Fix lto option passing for reproducible builds causing this patch to fail to apply. In honister this change needs to be reverted and in kirkstone this patch gets removed completely as it's already included in upstream version. :Detailed Notes: ERROR: libtool-native-2.4.6-r0 do_patch: Applying patch '0001-libtool-fix-clang-linking-with-fsanitize-address-or.patch' on target directory '/data001/jenkins/gecko/webos-pro_qemux86-64/build/BUILD/work/x86_64-linux/libtool-native/2.4.6-r0/libtool-2.4.6' Command Error: 'quilt --quiltrc /data001/jenkins/gecko/webos-pro_qemux86-64/build/BUILD/work/x86_64-linux/libtool-native/2.4.6-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0001-libtool-fix-clang-linking-with-fsanitize-address-or.patch patching file build-aux/ltmain.in Hunk #1 FAILED at 5425. 1 out of 1 hunk FAILED -- rejects in file build-aux/ltmain.in Patch 0001-libtool-fix-clang-linking-with-fsanitize-address-or.patch does not apply (enforce with -f) stderr: ERROR: Logfile of failure stored in: /data001/jenkins/gecko/webos-pro_qemux86-64/build/BUILD/work/x86_64-linux/libtool-native/2.4.6-r0/temp/log.do_patch.2957 :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12996] CCC: Upgrade to Yocto 3.2 Gatesgarth [PLAT-122546] Create GPVB with Yocto 3.2 Gatesgarth Change-Id: I937b738b706787c94ee751ffc950438ed6d35da7
:Release Notes: :Detailed Notes: Update patch to apply to fix: ERROR: mesa-2_20.3.1-r0 do_patch: Command Error: 'quilt --quiltrc /jenkins/mjansa/build/webos/hardknott/BUILD/work/raspberrypi4-webos-linux-gnueabi/mesa/2_20.3.1-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0001-implement-drm_create_linear_prime_buffer.patch patching file include/GL/internal/dri_interface.h Hunk #1 succeeded at 1585 (offset 6 lines). patching file src/egl/drivers/dri2/egl_dri2.c Hunk #1 succeeded at 3177 (offset -3 lines). Hunk #2 succeeded at 3198 (offset -3 lines). patching file src/egl/drivers/dri2/platform_android.c Hunk #1 FAILED at 611. 1 out of 1 hunk FAILED -- rejects in file src/egl/drivers/dri2/platform_android.c patching file src/egl/wayland/wayland-drm/meson.build patching file src/egl/wayland/wayland-drm/wayland-drm.c patching file src/egl/wayland/wayland-drm/wayland-drm.h patching file src/egl/wayland/wayland-drm/wayland-drm.xml patching file src/gallium/frontends/dri/dri2.c Hunk #1 FAILED at 1357. 1 out of 1 hunk FAILED -- rejects in file src/gallium/frontends/dri/dri2.c patching file src/gbm/backends/dri/gbm_dri.c patching file src/loader/loader_dri3_helper.c Hunk #1 succeeded at 1689 (offset 50 lines). patching file src/mesa/drivers/dri/i915/intel_screen.c patching file src/mesa/drivers/dri/i965/intel_screen.c Hunk #1 succeeded at 1241 (offset 6 lines). Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f) ERROR: Logfile of failure stored in: /jenkins/mjansa/build/webos/hardknott/BUILD/work/raspberrypi4-webos-linux-gnueabi/mesa/2_20.3.1-r0/temp/log.do_patch.72336 ERROR: Task (/jenkins/mjansa/build/webos/hardknott/oe-core/meta/recipes-graphics/mesa/mesa_20.3.1.bb:do_patch) failed with exit code '1' :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: I612bc20c2e61b5b7693b4b69c5989225e79c6c05
…sion :Release Notes: :Detailed Notes: 0002-v4l2videodec-Check-stop-in-flush-to-avoid-race-condi.patch is already applied upstream. Fixes: ERROR: gstreamer1.0-plugins-good-1.18.3-r0 do_patch: Command Error: 'quilt --quiltrc raspberrypi4-webos-linux-gnueabi/gstreamer1.0-plugins-good/1.18.3-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0004-Fix-v4l2dec-flush-for-video-loop-playback.patch patching file sys/v4l2/gstv4l2videodec.c Hunk #1 FAILED at 292. 1 out of 1 hunk FAILED -- rejects in file sys/v4l2/gstv4l2videodec.c Patch 0004-Fix-v4l2dec-flush-for-video-loop-playback.patch does not apply (enforce with -f) stderr: ERROR: Logfile of failure stored in: raspberrypi4-webos-linux-gnueabi/gstreamer1.0-plugins-good/1.18.3-r0/temp/log.do_patch.67251 ERROR: Task (oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.3.bb:do_patch) failed with exit code '1' :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: I5faad9abe982c3893cd84aa84ab4982379996da6
…n 1.18.3 version :Release Notes: :Detailed Notes: Fixes: ERROR: gstreamer1.0-plugins-bad-1.18.3-r0 do_patch: Command Error: 'quilt --quiltrc /jenkins/mjansa/build/webos/hardknott/BUILD/work/qemux86_64-webos-linux/gstreamer1.0-plugins-bad/1.18.3-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0003_disable_using_subsurface_subcompositor.patch patching file ext/wayland/gstwaylandsink.c Hunk #1 succeeded at 1056 (offset 51 lines). Hunk #2 succeeded at 1073 (offset 51 lines). patching file ext/wayland/wldisplay.c Hunk #1 succeeded at 346 (offset 14 lines). patching file ext/wayland/wlwindow.c Hunk #2 succeeded at 171 with fuzz 1. Hunk #3 FAILED at 186. Hunk #4 FAILED at 243. Hunk #5 succeeded at 258 (offset 5 lines). Hunk #6 succeeded at 295 (offset 5 lines). Hunk #7 succeeded at 306 (offset 5 lines). Hunk #8 succeeded at 335 (offset 9 lines). Hunk #9 succeeded at 390 (offset 9 lines). Hunk #10 succeeded at 401 (offset 9 lines). Hunk #11 succeeded at 414 (offset 9 lines). Hunk #12 succeeded at 433 (offset 9 lines). Hunk #13 succeeded at 446 (offset 9 lines). Hunk #14 succeeded at 490 (offset 5 lines). Hunk #15 FAILED at 504. 3 out of 15 hunks FAILED -- rejects in file ext/wayland/wlwindow.c patching file ext/wayland/wlwindow.h Patch 0003_disable_using_subsurface_subcompositor.patch does not apply (enforce with -f) ERROR: Logfile of failure stored in: /jenkins/mjansa/build/webos/hardknott/BUILD/work/qemux86_64-webos-linux/gstreamer1.0-plugins-bad/1.18.3-r0/temp/log.do_patch.60344 ERROR: Task (/jenkins/mjansa/build/webos/hardknott/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.3.bb:do_patch) failed with exit code '1' :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: Ie2baf3dd67b9941909af8f550d033b03b524464d
:Release Notes: Merge the patches for rpi3 and rpi4 and update to apply on u-boot version currently in oe-core. :Detailed Notes: Fixes: ERROR: u-boot-1_2020.10-r0 do_patch: Command Error: 'quilt --quiltrc /jenkins/mjansa/build/ose-github/hardknott/BUILD/work/raspberrypi4-webos-linux-gnueabi/u-boot/1_2020.10-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0001-Speed-up-boot-by-disable-usb-and-enable-bootcount.patch patching file configs/rpi_3_32b_defconfig Hunk #1 FAILED at 7. Hunk #2 succeeded at 45 (offset 1 line). 1 out of 2 hunks FAILED -- rejects in file configs/rpi_3_32b_defconfig patching file include/configs/rpi.h Hunk #1 succeeded at 106 (offset 20 lines). Patch 0001-Speed-up-boot-by-disable-usb-and-enable-bootcount.patch does not apply (enforce with -f) ERROR: Logfile of failure stored in: /jenkins/mjansa/build/ose-github/hardknott/BUILD/work/raspberrypi4-webos-linux-gnueabi/u-boot/1_2020.10-r0/temp/log.do_patch.5506 ERROR: Task (/jenkins/mjansa/build/ose-github/hardknott/oe-core/meta/recipes-bsp/u-boot/u-boot_2020.10.bb:do_patch) failed with exit code '1' It's not clear why we remove CONFIG_USE_PREBOOT=y only from rpi_3_32b_defconfig but not from rpi_4_32b_defconfig. CONFIG_PREBOOT was removed from both in upstream commit: commit 44758771eefb8e600144e2e0a13cf87b9df64276 Author: Jonas Smedegaard <[email protected]> Date: Tue Jul 21 09:32:20 2020 +0200 Subject: arm: move CONFIG_PREBOOT="usb start" to KConfig This commit moves CONFIG_PREBOOT="usb start" to common/KConfig for all boards also declaring USB_KEYBOARD. Besides simplifying defconfig files, this also enables support for board-specific CONFIG_PREBOOT for sunxi boards: commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig") intended to support CONFIG_PREBOOT, but include/configs/sunxi-common.h hardcodes preboot as part of internally defined CONSOLE_STDIN_SETTINGS, silently ignoring any board-specific CONFIG_PREBOOT. :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: I6623f73225692a693b285dc4c9b167baeb0f733c
:Release Notes: :Detailed Notes: ERROR: opkg-1_0.4.4-r0 do_patch: Fuzz detected: Applying patch 0005-Add-symlink-path-validity.patch patching file libopkg/opkg_archive.c Hunk #1 succeeded at 883 (offset -23 lines). patching file libopkg/opkg_conf.c patching file libopkg/opkg_conf.h Hunk #1 succeeded at 107 (offset 2 lines). patching file src/opkg.c Hunk #1 succeeded at 60 (offset 3 lines). Hunk #2 succeeded at 108 with fuzz 2 (offset 2 lines). Hunk #3 succeeded at 258 (offset 3 lines). The context lines in the patches can be updated with devtool: devtool modify opkg devtool finish --force-patch-refresh opkg <layer_path> Don't forget to review changes done by devtool! ERROR: opkg-1_0.4.4-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: I74c5e0a615618b9dac08fecacecab51a2a15fca0
:Release Notes: Resolve conflicts mostly from these 2 upstream changes: commit c4ef8f8d048a30304ba4cb1b83bfe39b55c13ba7 Author: Luiz Augusto von Dentz <[email protected]> Date: Wed Oct 28 14:53:36 2020 -0700 core: Rename hcid.h to btd.h Since we use btd term for daemon APIs it makes sense to use it also for the header name instead of hcid. commit 01d035d33886b13cd6dc361f994ce22ad47daf61 Author: Luiz Augusto von Dentz <[email protected]> Date: Wed Oct 28 14:50:00 2020 -0700 core: Rename main_opts to btd_opts Use btd_ prefix since this is a daemon API. :Detailed Notes: Fixes: NOTE: --- Patch fuzz start --- Applying patch 0011-Fix-volume-level-notification-not-appearing-after-12.patch patching file profiles/audio/media.c Hunk #1 succeeded at 1235 (offset 1 line). patching file profiles/audio/transport.c Hunk #1 succeeded at 656 (offset -13 lines). Hunk #2 succeeded at 932 with fuzz 1 (offset -10 lines). Now at patch 0011-Fix-volume-level-notification-not-appearing-after-12.patch NOTE: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' (meta-webosose/meta-webos/recipes-connectivity/bluez5/bluez5/0012-Support-enabling-avdtp-delayReport.patch) ERROR: Command Error: 'quilt --quiltrc TOPDIR/BUILD/work/raspberrypi3-webos-linux-gnueabi/bluez5/5.56-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch patching file profiles/audio/a2dp.c Hunk #1 succeeded at 2194 (offset 34 lines). patching file profiles/audio/a2dp.h Hunk #1 succeeded at 77 (offset -13 lines). patching file profiles/audio/avdtp.c Hunk #1 succeeded at 469 (offset -9 lines). patching file profiles/audio/avdtp.h Hunk #1 succeeded at 306 (offset -8 lines). patching file profiles/audio/media.c Hunk #1 succeeded at 120 (offset -12 lines). Hunk #2 succeeded at 813 (offset 1 line). Hunk #3 succeeded at 2430 (offset 1 line). patching file profiles/audio/media.h Hunk #1 succeeded at 10 (offset -13 lines). Hunk #2 succeeded at 23 (offset -13 lines). patching file src/adapter.c Hunk #1 FAILED at 78. Hunk #2 succeeded at 224 (offset -19 lines). Hunk #3 succeeded at 291 (offset -15 lines). Hunk #4 succeeded at 497 with fuzz 2 (offset -15 lines). Hunk #5 succeeded at 3194 with fuzz 2 (offset -17 lines). Hunk #6 succeeded at 3539 (offset 22 lines). Hunk #7 succeeded at 4867 (offset -6 lines). Hunk #8 succeeded at 6319 (offset -6 lines). Hunk #9 FAILED at 6366. Hunk #10 succeeded at 6367 (offset -6 lines). 2 out of 10 hunks FAILED -- rejects in file src/adapter.c patching file src/adapter.h Hunk #1 succeeded at 25 (offset -8 lines). Hunk #2 succeeded at 69 (offset -8 lines). can't find file to patch at input line 302 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/src/hcid.h b/src/hcid.h |index 3624ba6ea..8f77184ed 100644 |--- a/src/hcid.h |+++ b/src/hcid.h -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored patching file src/main.c Hunk #1 succeeded at 76 (offset -12 lines). Hunk #2 succeeded at 709 with fuzz 2 (offset 74 lines). patching file src/main.conf Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f) meta-webos/recipes-connectivity/bluez5/bluez5/0029-Fix-provision-failed-issue.patch this patch isn't webos specific, it's backport of 2 commits from upstream: bluez/bluez@faa1f74 bluez/bluez@1f4ec8f :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: I7c7d06574aac0c4595a76dc4d81d2c8e4d6df18d
:Release Notes: :Detailed Notes: Fixes: stdout: Applying patch 0002-date-add-support-for-options-U-and-S.patch patching file coreutils/date.c Hunk #1 FAILED at 99. Hunk #2 succeeded at 126 (offset -12 lines). Hunk #3 FAILED at 146. Hunk #4 succeeded at 172 (offset -18 lines). Hunk #5 succeeded at 250 (offset -17 lines). Hunk #6 succeeded at 281 with fuzz 1 (offset -17 lines). Hunk #7 FAILED at 342. 3 out of 7 hunks FAILED -- rejects in file coreutils/date.c Patch 0002-date-add-support-for-options-U-and-S.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: I1a23ff4c77baaf80ad2a07288cb12a889286144f
…ch to apply cleanly :Release Notes: Adjust after 0001-config-files-path.patch was dropped in meta-raspberrypi: agherzan/meta-raspberrypi@0a89fb8 :Detailed Notes: Fixes: ERROR: gstreamer1.0-omx-1.18.3-r0 do_patch: Fuzz detected: Applying patch 0003-decrease-ranking-of-omxh264dec.patch patching file config/rpi/gstomx.conf Hunk #1 succeeded at 29 with fuzz 2. The context lines in the patches can be updated with devtool: devtool modify gstreamer1.0-omx devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path> Don't forget to review changes done by devtool! ERROR: gstreamer1.0-omx-1.18.3-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12997] CCC: Upgrade to Yocto 3.3 Hardknott [PLAT-124341] Create GPVB with Yocto 3.3 Hardknott Change-Id: Ie45d8fb00f6072e467b5ae0c258cee32640270df
… to apply on 21.1.1 version :Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com/Errors/Details/181612 stdout: Applying patch 0001-implement-drm_create_linear_prime_buffer.patch patching file include/GL/internal/dri_interface.h Hunk #1 succeeded at 1594 (offset 9 lines). patching file src/egl/drivers/dri2/egl_dri2.c Hunk #1 succeeded at 3180 (offset 3 lines). Hunk #2 succeeded at 3201 (offset 3 lines). patching file src/egl/wayland/wayland-drm/meson.build patching file src/egl/wayland/wayland-drm/wayland-drm.c Hunk #7 succeeded at 209 (offset 1 line). patching file src/egl/wayland/wayland-drm/wayland-drm.h patching file src/egl/wayland/wayland-drm/wayland-drm.xml patching file src/gallium/frontends/dri/dri2.c Hunk #1 succeeded at 1423 (offset -9 lines). patching file src/gbm/backends/dri/gbm_dri.c Hunk #1 succeeded at 995 (offset 42 lines). patching file src/loader/loader_dri3_helper.c patching file src/mesa/drivers/dri/i915/intel_screen.c can't find file to patch at input line 262 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_screen.c |index 4492d43c040..0d85fd6206a 100644 |--- a/src/mesa/drivers/dri/i965/intel_screen.c |+++ b/src/mesa/drivers/dri/i965/intel_screen.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12998] CCC: Upgrade to Yocto 3.4 Honister [PLAT-141293] Create GPVB with Yocto 3.4 Honister Change-Id: Ica12c9dbe56b2bb42fbc5b4f3e937df508d47748
:Release Notes: :Detailed Notes: Fixes: ERROR: connman-1.40-r0 do_patch: Command Error: 'quilt --quiltrc /jenkins/mjansa/build/ose-github/honister/BUILD/work/raspberrypi4-webos-linux-gnueabi/connman/1.40-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0011-Read-WpaSupplicantConfigFile-from-main-configuration.patch patching file include/setting.h Hunk #1 FAILED at 29. 1 out of 1 hunk FAILED -- rejects in file include/setting.h patching file plugins/wifi.c Hunk #1 succeeded at 1628 (offset 10 lines). Hunk #2 succeeded at 1646 (offset 10 lines). patching file src/main.c Hunk #1 succeeded at 91 (offset 8 lines). Hunk #2 succeeded at 117 (offset 11 lines). Hunk #3 succeeded at 144 (offset 14 lines). Hunk #4 succeeded at 171 (offset 17 lines). Hunk #5 succeeded at 304 with fuzz 2 (offset 20 lines). Hunk #6 succeeded at 443 (offset 20 lines). Hunk #7 succeeded at 779 with fuzz 1 (offset 68 lines). Patch 0011-Read-WpaSupplicantConfigFile-from-main-configuration.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12998] CCC: Upgrade to Yocto 3.4 Honister [PLAT-141293] Create GPVB with Yocto 3.4 Honister Change-Id: I9a484682dfbe45c439d8bc7fca975e0cb586a407
:Release Notes: :Detailed Notes: Fixes: ERROR: bluez5-5.59-r0 do_patch: Command Error: 'quilt --quiltrc /jenkins/mjansa/build/ros/webos-noetic-honister/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/bluez5/5.59-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch patching file profiles/audio/a2dp.c Hunk #1 succeeded at 2195 (offset 1 line). patching file profiles/audio/a2dp.h patching file profiles/audio/avdtp.c Hunk #1 succeeded at 470 (offset 1 line). patching file profiles/audio/avdtp.h patching file profiles/audio/media.c patching file profiles/audio/media.h patching file src/adapter.c Hunk #1 succeeded at 68 (offset 1 line). Hunk #2 succeeded at 226 (offset 1 line). Hunk #3 succeeded at 295 (offset 3 lines). Hunk #4 succeeded at 501 (offset 3 lines). Hunk #5 succeeded at 3254 (offset 11 lines). Hunk #6 succeeded at 3551 (offset 11 lines). Hunk #7 succeeded at 4880 (offset 12 lines). Hunk #8 succeeded at 6332 (offset 12 lines). Hunk #9 succeeded at 6373 (offset 12 lines). Hunk #10 succeeded at 6381 (offset 12 lines). patching file src/adapter.h patching file src/btd.h Hunk #1 FAILED at 105. 1 out of 1 hunk FAILED -- rejects in file src/btd.h patching file src/main.c Hunk #1 succeeded at 77 (offset 1 line). Hunk #2 succeeded at 729 with fuzz 2 (offset 20 lines). patching file src/main.conf Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12998] CCC: Upgrade to Yocto 3.4 Honister [PLAT-141293] Create GPVB with Yocto 3.4 Honister Change-Id: I92051ac5eb84b9c0e203f3446db5cc9ac8ed21b3
:Release Notes: :Detailed Notes: Fixes: ERROR: bluez5-5.61-r0 do_patch: Command Error: 'quilt --quiltrc /jenkins/home/anaconda/build-webos-auto-honister/build/BUILD/work/sa8155-webos-linux/bluez5/5.61-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch patching file profiles/audio/a2dp.c Hunk #1 succeeded at 2333 (offset 138 lines). patching file profiles/audio/a2dp.h patching file profiles/audio/avdtp.c patching file profiles/audio/avdtp.h Hunk #1 succeeded at 308 (offset 2 lines). patching file profiles/audio/media.c Hunk #3 succeeded at 2433 (offset 3 lines). patching file profiles/audio/media.h patching file src/adapter.c Hunk #3 succeeded at 298 (offset 3 lines). Hunk #4 succeeded at 504 (offset 3 lines). Hunk #5 succeeded at 3270 (offset 16 lines). Hunk #6 succeeded at 3654 (offset 103 lines). Hunk #7 succeeded at 5040 (offset 160 lines). Hunk #8 succeeded at 6496 (offset 164 lines). Hunk #9 succeeded at 6537 (offset 164 lines). Hunk #10 succeeded at 6545 (offset 164 lines). patching file src/adapter.h Hunk #1 FAILED at 25. Hunk #2 succeeded at 69 (offset 1 line). 1 out of 2 hunks FAILED -- rejects in file src/adapter.h patching file src/btd.h patching file src/main.c Hunk #2 succeeded at 730 (offset 1 line). patching file src/main.conf Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12998] CCC: Upgrade to Yocto 3.4 Honister [PLAT-141293] Create GPVB with Yocto 3.4 Honister Change-Id: Iad34978c85d0bf4b8dab12a06489c678523ddad3
:Release Notes: :Detailed Notes: Fixes: ERROR: busybox-1.34.0-r0 do_patch: Command Error: 'quilt --quiltrc /jenkins/mjansa/build/webos/honister/BUILD/work/qemux86-webos-linux/busybox/1.34.0-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch patching file libbb/lineedit.c Hunk #1 FAILED at 460. 1 out of 1 hunk FAILED -- rejects in file libbb/lineedit.c Patch 0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12998] CCC: Upgrade to Yocto 3.4 Honister [PLAT-141293] Create GPVB with Yocto 3.4 Honister Change-Id: I1edd9164533a34c208e6535fb18122a1153bcdbf
:Release Notes: :Detailed Notes: Fixes: ERROR: nodejs-16.11.1-r0 do_patch: Fuzz detected: Applying patch 0001-Use-human-readable-process-name-for-chrome-inspector.patch patching file src/inspector_io.cc patching file src/node_internals.h Hunk #1 succeeded at 91 with fuzz 2 (offset -9 lines). patching file src/util.cc Hunk #1 succeeded at 164 (offset 3 lines). The context lines in the patches can be updated with devtool: devtool modify nodejs devtool finish --force-patch-refresh nodejs <layer_path> Don't forget to review changes done by devtool! ERROR: nodejs-16.11.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: Ib50c21832da969b33c0f20e9f41bbe4e27901ad3
:Release Notes: :Detailed Notes: Fixes: CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86-webos-linux/bluez5/5.62-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch patching file profiles/audio/a2dp.c Hunk #1 succeeded at 2334 (offset 1 line). patching file profiles/audio/a2dp.h patching file profiles/audio/avdtp.c Hunk #1 succeeded at 469 (offset -1 lines). patching file profiles/audio/avdtp.h Hunk #1 succeeded at 311 (offset 3 lines). patching file profiles/audio/media.c Hunk #3 succeeded at 2435 (offset 2 lines). patching file profiles/audio/media.h patching file src/adapter.c Hunk #2 succeeded at 266 (offset 40 lines). Hunk #3 succeeded at 337 (offset 39 lines). Hunk #4 succeeded at 543 (offset 39 lines). Hunk #5 succeeded at 3312 with fuzz 2 (offset 42 lines). Hunk #6 FAILED at 3654. Hunk #7 succeeded at 5129 (offset 90 lines). Hunk #8 succeeded at 6588 (offset 93 lines). Hunk #9 succeeded at 6629 (offset 93 lines). Hunk #10 succeeded at 6637 with fuzz 1 (offset 93 lines). 1 out of 10 hunks FAILED -- rejects in file src/adapter.c patching file src/adapter.h patching file src/btd.h Hunk #1 FAILED at 110. 1 out of 1 hunk FAILED -- rejects in file src/btd.h patching file src/main.c Hunk #1 succeeded at 78 (offset 1 line). Hunk #2 succeeded at 801 with fuzz 2 (offset 71 lines). patching file src/main.conf Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: I87dd7c06a0c4621f8e1b9ff75b0c7956fcb3aec3
:Release Notes: :Detailed Notes: Fixes: ERROR: bluez5-5.63-r0 do_patch: Applying patch '0007-recievePassThrough-commad-support-required-for-webos.patch' on target directory '/OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/bluez5/5.63-r0/bluez-5.63' CmdError('quilt --quiltrc /OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/bluez5/5.63-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0007-recievePassThrough-commad-support-required-for-webos.patch patching file profiles/audio/avctp.c patching file src/device.c Hunk #1 succeeded at 172 (offset 1 line). Hunk #2 FAILED at 279. Hunk #3 succeeded at 1388 (offset 77 lines). Hunk #4 succeeded at 1418 (offset 77 lines). Hunk #5 succeeded at 1432 (offset 77 lines). Hunk #6 succeeded at 2045 (offset 105 lines). Hunk #7 succeeded at 3263 (offset 119 lines). Hunk #8 succeeded at 4501 (offset 165 lines). 1 out of 8 hunks FAILED -- rejects in file src/device.c patching file src/device.h Hunk #1 succeeded at 180 (offset 1 line). Patch 0007-recievePassThrough-commad-support-required-for-webos.patch does not apply (enforce with -f) stderr: ') ERROR: Logfile of failure stored in: /OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/bluez5/5.63-r0/temp/log.do_patch.405525 :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: Ib353e654e5c18bbbe2494526e53784a6e2bb2eaf
:Release Notes: :Detailed Notes: Use striplevel=3, because now the patches are generated from new monorepo https://gitlab.freedesktop.org/gstreamer/gstreamer instead of older https://gitlab.freedesktop.org/gstreamer/gst-plugins-good which doesn't have 1.20.0 version Fixes: http://gecko.lge.com/Errors/Details/347053 ERROR: Applying patch '0001-v4l2-fix-buffer-pool-poll-wait-after-flush.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4-webos-linux-gnueabi/gstreamer1.0-plugins-good/1.20.0-r0/gst-plugins-good-1.20.0' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4-webos-linux-gnueabi/gstreamer1.0-plugins-good/1.20.0-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-v4l2-fix-buffer-pool-poll-wait-after-flush.patch patching file sys/v4l2/gstv4l2allocator.c patching file sys/v4l2/gstv4l2object.c Hunk #1 succeeded at 4453 (offset 81 lines). patching file sys/v4l2/gstv4l2transform.c Hunk #1 succeeded at 935 (offset 1 line). Hunk #2 succeeded at 1017 (offset 3 lines). patching file sys/v4l2/gstv4l2videodec.c Hunk #2 FAILED at 533. Hunk #3 succeeded at 775 (offset 33 lines). 1 out of 3 hunks FAILED -- rejects in file sys/v4l2/gstv4l2videodec.c Patch 0001-v4l2-fix-buffer-pool-poll-wait-after-flush.patch does not apply (enforce with -f) stderr: ') :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: I2656d823796bbfd86c03c1e4ee225f3a2e812e9e
:Release Notes: :Detailed Notes: Use striplevel=3, because now the patches are generated from new monorepo https://gitlab.freedesktop.org/gstreamer/gstreamer instead of older https://gitlab.freedesktop.org/gstreamer/gst-plugins-good which doesn't have 1.20.0 version Fixes: http://gecko.lge.com/Errors/Details/444886 ERROR: Applying patch '0003_disable_using_subsurface_subcompositor.patch' on target directory 'TOPDIR/BUILD/work/qemux86_64-webos-linux/gstreamer1.0-plugins-bad/1.20.3-r0/gst-plugins-bad-1.20.3' CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86_64-webos-linux/gstreamer1.0-plugins-bad/1.20.3-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0003_disable_using_subsurface_subcompositor.patch patching file ext/wayland/gstwaylandsink.c Hunk #1 succeeded at 1068 (offset 63 lines). Hunk #2 succeeded at 1085 (offset 63 lines). patching file ext/wayland/wldisplay.c Hunk #1 succeeded at 346 (offset 14 lines). patching file ext/wayland/wlwindow.c Hunk #1 succeeded at 159 (offset 2 lines). Hunk #2 succeeded at 173 with fuzz 1 (offset 2 lines). Hunk #3 FAILED at 186. Hunk #4 FAILED at 243. Hunk #5 succeeded at 256 (offset 3 lines). Hunk #6 succeeded at 293 (offset 3 lines). Hunk #7 succeeded at 304 (offset 3 lines). Hunk #8 FAILED at 326. Hunk #9 FAILED at 386. Hunk #10 FAILED at 399. Hunk #11 FAILED at 412. Hunk #12 succeeded at 436 (offset -2 lines). Hunk #13 FAILED at 451. Hunk #14 FAILED at 510. Hunk #15 FAILED at 529. 9 out of 15 hunks FAILED -- rejects in file ext/wayland/wlwindow.c patching file ext/wayland/wlwindow.h Patch 0003_disable_using_subsurface_subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: I1694098b56913025842a870abbfb32c647c4f070
:Release Notes: :Detailed Notes: Fixes: ERROR: systemd-1_250.3-r0 do_patch: Fuzz detected: Applying patch 0002-Add-webos-interface.patch patching file src/oom/com.webos.MemoryManager1.conf patching file src/oom/meson.build patching file src/oom/oomd-manager.c Hunk #1 succeeded at 14 with fuzz 2 (offset 3 lines). Hunk #2 succeeded at 399 (offset 46 lines). Hunk #3 succeeded at 516 (offset 43 lines). patching file src/oom/oomd.c Hunk #2 succeeded at 192 (offset 15 lines). patching file src/oom/webos-manager-bus.c patching file src/oom/webos-manager-bus.h patching file src/oom/webos-manager.c patching file src/oom/webos-manager.h patching file units/systemd-oomd.service.in Hunk #1 succeeded at 27 (offset 2 lines). The context lines in the patches can be updated with devtool: devtool modify systemd devtool finish --force-patch-refresh systemd <layer_path> Don't forget to review changes done by devtool! ERROR: systemd-1_250.3-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: None. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: I16fef648dabf62894c9ddfcdaae5c5ea51c949ca
:Release Notes: :Detailed Notes: Fixes: NOTE: recipe wpa-supplicant-2.10-r0: task do_patch: Started ERROR: wpa-supplicant-2.10-r0 do_patch: Applying patch '0001-Add-p2p-changes.patch' on target directory '/OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/wpa-supplicant/2.10-r0/wpa_supplicant-2.10' CmdError('quilt --quiltrc /OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/wpa-supplicant/2.10-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-Add-p2p-changes.patch patching file src/ap/drv_callbacks.c Hunk #1 succeeded at 202 (offset 27 lines). patching file src/ap/hostapd.c Hunk #1 succeeded at 366 (offset 14 lines). Hunk #2 succeeded at 2382 (offset 147 lines). Hunk #3 FAILED at 3582. 1 out of 3 hunks FAILED -- rejects in file src/ap/hostapd.c patching file src/ap/hostapd.h Hunk #1 succeeded at 273 (offset 10 lines). Hunk #2 succeeded at 300 (offset 10 lines). Hunk #3 succeeded at 694 (offset 37 lines). patching file src/ap/sta_info.c Hunk #1 succeeded at 1268 (offset 45 lines). Hunk #2 succeeded at 1295 (offset 45 lines). Hunk #3 succeeded at 1342 (offset 45 lines). patching file src/ap/wpa_auth.c Hunk #1 succeeded at 729 (offset 44 lines). Hunk #2 succeeded at 744 with fuzz 1 (offset 45 lines). patching file src/common/ieee802_11_defs.h Hunk #1 succeeded at 1715 (offset 68 lines). patching file src/p2p/p2p.c Hunk #1 succeeded at 1319 (offset 5 lines). Hunk #2 FAILED at 1322. Hunk #3 succeeded at 1647 (offset 20 lines). Hunk #4 succeeded at 1758 (offset 20 lines). Hunk #5 succeeded at 1797 (offset 20 lines). Hunk #6 succeeded at 3005 (offset 28 lines). Hunk #7 succeeded at 3280 (offset 28 lines). Hunk #8 succeeded at 4646 (offset 44 lines). Hunk #9 succeeded at 4665 (offset 44 lines). Hunk #10 succeeded at 4700 (offset 44 lines). Hunk #11 succeeded at 4811 (offset 44 lines). 1 out of 11 hunks FAILED -- rejects in file src/p2p/p2p.c patching file src/p2p/p2p.h Hunk #1 succeeded at 377 (offset 2 lines). patching file src/p2p/p2p_build.c patching file src/p2p/p2p_go_neg.c Hunk #2 succeeded at 475 with fuzz 1 (offset 9 lines). Hunk #3 succeeded at 511 (offset 9 lines). Hunk #4 succeeded at 852 (offset 9 lines). patching file src/p2p/p2p_group.c patching file src/p2p/p2p_invitation.c patching file src/p2p/p2p_pd.c patching file src/wps/wps_attr_build.c Hunk #2 succeeded at 209 (offset 2 lines). patching file src/wps/wps_defs.h patching file src/wps/wps_i.h patching file wpa_supplicant/ap.c Hunk #1 succeeded at 832 (offset 205 lines). patching file wpa_supplicant/dbus/dbus_new.c Hunk #2 succeeded at 1566 (offset 93 lines). Hunk #3 succeeded at 1611 (offset 93 lines). Hunk #4 succeeded at 1806 (offset 93 lines). Hunk #5 succeeded at 1835 (offset 93 lines). Hunk #6 succeeded at 1846 (offset 93 lines). Hunk #7 succeeded at 1936 (offset 93 lines). Hunk #8 succeeded at 1965 (offset 93 lines). Hunk #9 succeeded at 1976 (offset 93 lines). Hunk #10 succeeded at 2286 (offset 93 lines). Hunk #11 succeeded at 2313 (offset 93 lines). Hunk #12 succeeded at 2334 (offset 93 lines). Hunk #13 succeeded at 2345 (offset 93 lines). Hunk #14 succeeded at 3947 (offset 106 lines). Hunk #15 succeeded at 4621 (offset 718 lines). Hunk #16 succeeded at 4948 (offset 151 lines). patching file wpa_supplicant/dbus/dbus_new.h Hunk #1 succeeded at 213 (offset 5 lines). Hunk #2 succeeded at 229 (offset 5 lines). Hunk #3 succeeded at 238 (offset 5 lines). Hunk #4 succeeded at 259 (offset 5 lines). Hunk #5 succeeded at 452 (offset 12 lines). Hunk #6 succeeded at 526 (offset 12 lines). Hunk #7 succeeded at 555 (offset 12 lines). patching file wpa_supplicant/dbus/dbus_new_handlers.c Hunk #1 succeeded at 3481 (offset 390 lines). Hunk #2 succeeded at 5557 (offset 603 lines). patching file wpa_supplicant/dbus/dbus_new_handlers.h Hunk #1 succeeded at 168 (offset 16 lines). patching file wpa_supplicant/dbus/dbus_new_handlers_p2p.c Hunk #1 succeeded at 1219 (offset 53 lines). Hunk #2 succeeded at 1930 (offset 53 lines). patching file wpa_supplicant/dbus/dbus_new_handlers_p2p.h patching file wpa_supplicant/notify.c Hunk #1 succeeded at 616 (offset 12 lines). Hunk #2 succeeded at 711 (offset 12 lines). Hunk #3 succeeded at 738 (offset 12 lines). Hunk #4 succeeded at 750 (offset 12 lines). Hunk #5 succeeded at 762 (offset 12 lines). Hunk #6 succeeded at 787 (offset 12 lines). Hunk #7 succeeded at 801 (offset 12 lines). Hunk #8 succeeded at 910 (offset 13 lines). patching file wpa_supplicant/notify.h Hunk #1 succeeded at 92 (offset 1 line). Hunk #2 succeeded at 121 (offset 1 line). Hunk #3 succeeded at 147 (offset 1 line). patching file wpa_supplicant/p2p_supplicant.c Hunk #1 succeeded at 1455 (offset 58 lines). Hunk #2 succeeded at 1890 (offset 58 lines). Hunk #3 succeeded at 2124 (offset 159 lines). Hunk #4 succeeded at 3254 with fuzz 2 (offset 164 lines). Hunk #5 succeeded at 3273 (offset 169 lines). Hunk #6 succeeded at 3304 (offset 169 lines). Hunk #7 succeeded at 3318 (offset 169 lines). Hunk #8 succeeded at 6912 (offset 493 lines). Hunk #9 succeeded at 7393 (offset 498 lines). Hunk #10 succeeded at 7800 (offset 506 lines). Hunk #11 succeeded at 8849 (offset 509 lines). Hunk #12 succeeded at 10123 (offset 527 lines). patching file wpa_supplicant/p2p_supplicant.h Hunk #1 succeeded at 221 (offset 9 lines). patching file wpa_supplicant/wpa_supplicant.c Hunk #1 succeeded at 130 with fuzz 2 (offset 4 lines). Hunk #2 succeeded at 8232 (offset 1006 lines). Hunk #3 succeeded at 8260 (offset 1006 lines). Patch 0001-Add-p2p-changes.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: I13b8826147192db98046877f30958ec0489180c1
:Release Notes: WIP: drop failing patches, needs a bit more work to rebase properly for new version :Detailed Notes: Fixes: ERROR: connman-1.41-r0 do_patch: Applying patch '0005-Support-additional-feature-for-tethering.patch' on target directory '/OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/connman/1.41-r0/connman-1.41' CmdError('quilt --quiltrc /OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/connman/1.41-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0005-Support-additional-feature-for-tethering.patch patching file gdhcp/server.c patching file include/technology.h Hunk #1 FAILED at 46. 1 out of 1 hunk FAILED -- rejects in file include/technology.h patching file plugins/wifi.c Hunk #1 FAILED at 3669. 1 out of 1 hunk FAILED -- rejects in file plugins/wifi.c patching file src/connman.h patching file src/technology.c Hunk #1 FAILED at 66. Hunk #2 succeeded at 200 with fuzz 2 (offset 8 lines). Hunk #3 succeeded at 233 (offset 8 lines). Hunk #4 succeeded at 278 (offset 8 lines). Hunk #5 succeeded at 409 (offset 14 lines). Hunk #6 FAILED at 470. Hunk #7 succeeded at 603 with fuzz 2 (offset 22 lines). Hunk #8 succeeded at 1011 (offset 22 lines). Hunk #9 succeeded at 1057 with fuzz 2 (offset 43 lines). Hunk #10 succeeded at 1375 (offset 43 lines). 2 out of 10 hunks FAILED -- rejects in file src/technology.c patching file src/tethering.c Patch 0005-Support-additional-feature-for-tethering.patch does not apply (enforce with -f) stderr: ') ERROR: Logfile of failure stored in: /OE/lge/build/webos/kirkstone/BUILD/work/qemux86_64-webos-linux/connman/1.41-r0/temp/log.do_patch.2536046 :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: I4cee71733583aee3d4acb4ca968f2ea079fe87e4
:Release Notes: :Detailed Notes: Fixes: NOTE: recipe bluez5-5.64-r0: task do_patch: Started ERROR: bluez5-5.64-r0 do_patch: Applying patch '0019-Enabled-EMAIL-support-based-on-MAPInstance-Name-Modi.patch' on target directory '/OE/lge/build/webosose/kirkstone/BUILD/work/qemux86_64-webos-linux/bluez5/5.64-r0/bluez-5.64' CmdError('quilt --quiltrc /OE/lge/build/webosose/kirkstone/BUILD/work/qemux86_64-webos-linux/bluez5/5.64-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0019-Enabled-EMAIL-support-based-on-MAPInstance-Name-Modi.patch patching file obexd/client/bluetooth.c patching file obexd/client/manager.c patching file obexd/client/map.c patching file obexd/client/session.c patching file obexd/client/session.h patching file obexd/client/transport.h patching file tools/obexctl.c Hunk #1 succeeded at 1308 with fuzz 2 (offset 1194 lines). Hunk #2 FAILED at 145. Hunk #3 FAILED at 154. Hunk #4 FAILED at 163. Hunk #5 FAILED at 1833. Hunk #6 succeeded at 1868 (offset 15 lines). 4 out of 6 hunks FAILED -- rejects in file tools/obexctl.c Patch 0019-Enabled-EMAIL-support-based-on-MAPInstance-Name-Modi.patch does not apply (enforce with -f) stderr: ') ERROR: Logfile of failure stored in: /OE/lge/build/webosose/kirkstone/BUILD/work/qemux86_64-webos-linux/bluez5/5.64-r0/temp/log.do_patch.1967342 NOTE: recipe bluez5-5.64-r0: task do_patch: Failed :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: Idaf9a1e93bde840eefd19e928d3a45183d0f246c
:Release Notes: :Detailed Notes: Fixes: NOTE: recipe systemd-1_250.4-r0: task do_patch: Started ERROR: systemd-1_250.4-r0 do_patch: Applying patch '0002-Add-webos-interface.patch' on target directory '/OE/lge/build/webosose/kirkstone/BUILD/work/qemux86_64-webos-linux/systemd/1_250.4-r0/git' CmdError('quilt --quiltrc /OE/lge/build/webosose/kirkstone/BUILD/work/qemux86_64-webos-linux/systemd/1_250.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0002-Add-webos-interface.patch patching file src/oom/com.webos.MemoryManager1.conf patching file src/oom/meson.build Hunk #1 FAILED at 8. Hunk #2 succeeded at 16 (offset -2 lines). 1 out of 2 hunks FAILED -- rejects in file src/oom/meson.build patching file src/oom/oomd-manager.c patching file src/oom/oomd.c patching file src/oom/webos-manager-bus.c patching file src/oom/webos-manager-bus.h patching file src/oom/webos-manager.c patching file src/oom/webos-manager.h patching file units/systemd-oomd.service.in Patch 0002-Add-webos-interface.patch does not apply (enforce with -f) stderr: ') ERROR: Logfile of failure stored in: /OE/lge/build/webosose/kirkstone/BUILD/work/qemux86_64-webos-linux/systemd/1_250.4-r0/temp/log.do_patch.431311 NOTE: recipe systemd-1_250.4-r0: task do_patch: Failed ERROR: Task (/OE/lge/build/webosose/kirkstone/oe-core/meta/recipes-core/systemd/systemd_250.4.bb:do_patch) failed with exit code '1' :Testing Performed: Only build tested. :QA Notes: None. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRN-9820] Create GPVB with Yocto 4.0 Kirkstone Change-Id: I2ddc7b7ed507643f011ab07a99d2d7d09a1073ce
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/448721 NOTE: Applying patch '0001-Fix-advertise-time-out-when-default-is-set-to-zero.patch' (meta-lg-webos/meta-webos/recipes-connectivity/bluez5/bluez5/0001-Fix-advertise-time-out-when-default-is-set-to-zero.patch) NOTE: --- Patch fuzz start --- Applying patch 0001-Fix-advertise-time-out-when-default-is-set-to-zero.patch patching file src/advertising.c Hunk #1 succeeded at 525 with fuzz 2. Now at patch 0001-Fix-advertise-time-out-when-default-is-set-to-zero.patch --- Patch fuzz end --- NOTE: Applying patch '0002-Send-disconnect-signal-on-remote-device-disconnect.patch' (meta-lg-webos/meta-webos/recipes-connectivity/bluez5/bluez5/0002-Send-disconnect-signal-on-remote-device-disconnect.patch) NOTE: Applying patch '0003-Fetching-device-type-like-BLE-BREDR-from-bluez.patch' (meta-lg-webos/meta-webos/recipes-connectivity/bluez5/bluez5/0003-Fetching-device-type-like-BLE-BREDR-from-bluez.patch) NOTE: Applying patch '0004-Fix-Gatt-connect-when-device-address-type-is-BDADDR_.patch' (meta-lg-webos/meta-webos/recipes-connectivity/bluez5/bluez5/0004-Fix-Gatt-connect-when-device-address-type-is-BDADDR_.patch) NOTE: Applying patch '0005-Use-system-bus-instead-of-session-for-obexd.patch' (meta-lg-webos/meta-webos/recipes-connectivity/bluez5/bluez5/0005-Use-system-bus-instead-of-session-for-obexd.patch) NOTE: Applying patch '0006-Implementation-to-get-connected-profiles-uuids.patch' (meta-lg-webos/meta-webos/recipes-connectivity/bluez5/bluez5/0006-Implementation-to-get-connected-profiles-uuids.patch) ERROR: Applying patch '0006-Implementation-to-get-connected-profiles-uuids.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.65-r0/bluez-5.65' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.65-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0006-Implementation-to-get-connected-profiles-uuids.patch patching file src/device.c Hunk #2 succeeded at 997 (offset 9 lines). Hunk #3 succeeded at 1916 (offset 32 lines). Hunk #4 succeeded at 2446 (offset 32 lines). Hunk #5 succeeded at 3059 (offset -149 lines). Hunk #6 FAILED at 3315. 1 out of 6 hunks FAILED -- rejects in file src/device.c Patch 0006-Implementation-to-get-connected-profiles-uuids.patch does not apply (enforce with -f) stderr: ') DEBUG: Python function patch_do_patch finished DEBUG: Python function do_patch finished :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRO-12999] CCC: Upgrade to Yocto 4.0 Kirkstone [WRO-4709] Create GPVB with Yocto 4.1 Langdale Change-Id: I3f698fca0ef8b2f450fb31e247c860107ce63422
:Release Notes: Upgraded in: https://git.openembedded.org/meta-openembedded/commit/?id=c4829fa338dae008c75cfffd4a712813a99c33c4 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/490007 ERROR: Applying patch '0001-Use-human-readable-process-name-for-chrome-inspector.patch' on target directory 'TOPDIR/BUILD/work/x86_64-linux/nodejs-native/16.18.1-r0/node-v16.18.1' CmdError('quilt --quiltrc TOPDIR/BUILD/work/x86_64-linux/nodejs-native/16.18.1-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-Use-human-readable-process-name-for-chrome-inspector.patch patching file src/inspector_io.cc Hunk #1 succeeded at 361 (offset -1 lines). patching file src/node_internals.h patching file src/util.cc Hunk #1 FAILED at 164. 1 out of 1 hunk FAILED -- rejects in file src/util.cc Patch 0001-Use-human-readable-process-name-for-chrome-inspector.patch does not apply (enforce with -f) stderr: ') :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-3687] CCC: Various build fixes Change-Id: I4253c1dfaabf4af5381ebfb3ae8dbf358187ae79
…e-handler.patch to apply :Release Notes: Fix do_patch failure, but this and other .patch files should have been integrated in source repository by component owners long time ago. :Detailed Notes: Fixes: http://gecko.lge.com/jenkins/job/webos-master-verify-raspberrypi4/13272/consoleFull ERROR: umediaserver-1.0.0-24.gav.28-r20 do_patch: Fuzz detected: Applying patch 0001-waitForStop-API-is-added-for-cleanup-message-handler.patch patching file include/public/uMediaClient.h Hunk #1 succeeded at 414 (offset -17 lines). patching file src/media_client/uMediaClient.cpp Hunk #1 succeeded at 1441 with fuzz 1 (offset -1094 lines). The context lines in the patches can be updated with devtool: devtool modify umediaserver devtool finish --force-patch-refresh umediaserver <layer_path> Don't forget to review changes done by devtool! ERROR: umediaserver-1.0.0-24.gav.28-r20 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-310] Apply .patch files for hot-fix to corresponding repositories [WRP-5625] CCC: Various build fixes Change-Id: I4ecc30aaeb68f684b4239188ac44f580f296a39b
…r48 com.webos.service.memorymanager=60-r11 pmtrace=17 bootd=21 :Release Notes: Add systemd-analyze and guider Fix coverity issues :Detailed Notes: packagegroup-webos-diagnostics: r2..r3 Add systemd-analyze and guider packagegroup-webos-extended: r47..r48 Remove systemd-analyze com.webos.service.memorymanager: 58..60 791e2c2 Remove memorymanager.service file 80a627a Fix coverity issues pmtrace: 16..17 c905c90 Fix coverity issue bootd: 20..21 a06a140 Fix coverity issue :Testing Performed: See the CCC jira ticket :QA Notes: :Issues Addressed: [WRQ-3953] CCC: packagegroup-webos-diagnostics=r3 packagegroup-webos-extended=r48 com.webos.service.memorymanager=60-r11 pmtrace=17 bootd=21 [WRQ-1948] [RP] Fix static analysis #1 Cherry-picked-from-commit: 77333c3 Cherry-picked-from-branch:
:Release Notes: It was already reported by gcc in log.do_compile: configd/1.2.0-24/git $ grep Wformat= ../temp/log.do_compile | sort -u ../git/src/common/util/Logger.hpp:238:21: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time64_t' {aka 'long long int'} [-Wformat=] ../git/src/common/util/Logger.hpp:278:46: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time64_t' {aka 'long long int'} [-Wformat=] but it wasn't fatal for the build, "only" causes segfault in runtime. :Detailed Notes: Fixes: Program received signal SIGSEGV, Segmentation fault. __GI_strlen () at ../sysdeps/i386/i586/strlen.S:93 warning: Source file is more recent than executable. 93 movl (%eax), %ecx /* get word (= 4 bytes) in question */ (gdb) bt #0 __GI_strlen () at ../sysdeps/i386/i586/strlen.S:93 #1 0xb78e6b49 in __printf_buffer (buf=0xbffff788, format=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ", ap=0xbffff880 "\251\031G", mode_flags=2) at /usr/src/debug/glibc/2.40+git/stdio-common/vfprintf-process-arg.c:435 #2 0xb790684a in __vsnprintf_internal (string=0x48b828 <Logger::getInstance()::s_logger+520> "[ 136.000000000] [", maxlen=1024, format=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ", args=0xbffff874 "\210", mode_flags=2) at vsnprintf.c:96 #3 0xb79b5aa0 in ___snprintf_chk (s=0x48b828 <Logger::getInstance()::s_logger+520> "[ 136.000000000] [", maxlen=1024, flag=1, slen=4294967295, format=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ") at snprintf_chk.c:38 #4 0x0046f81b in snprintf (__s=0x48b828 <Logger::getInstance()::s_logger+520> "[ 136.000000000] [", __n=1024, __fmt=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ") at /usr/include/bits/stdio2.h:68 #5 Logger::writeFile<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (this=<optimized out>, logLevel=0x4719a9 "info", msgid=0x47177d "MAIN", format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)") at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:278 #6 Logger::write<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (this=<optimized out>, level=0x4719a9 "info", msgid=0x47177d "MAIN", format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)") at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:212 #7 Logger::info<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (msgid=0x47177d "MAIN", format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)") at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:174 #8 Logger::info<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (msgid=0x47177d "MAIN", format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)") at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:171 #9 Setting::printSetting (warning: could not convert 'pbnjson::JValue' from the host encoding (ANSI_X3.4-1968) to UTF-32. This normally should not happen, please file a bug report. this=0x48bea0 <Setting::getInstance()::_instance>) at /usr/src/debug/configd/1.2.0-24/src/configd/setting/Setting.cpp:204 #10 0x0041e84e in main (argc=1, argv=0xbffffa54) at /usr/src/debug/configd/1.2.0-24/src/configd/setting/Setting.h:42 :Testing Performed: Build Successful :QA Notes: N/A :Issues Addressed: [WRQ-33135] CCC: configd=r22 (Logger: fix segfaults with 64bit time_t) [WRQ-32810] configd segfaults with 64-bit time_t Cherry-picked-from-commit: af552b6f66a93164284528295b1f622497d872e9 Cherry-picked-from-branch:
:Release Notes: It was already reported by gcc in log.do_compile: ../git/src/bootd/util/Logger.cpp:124:20: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time64_t' {aka 'long long int'} [-Wformat=] ../git/src/bootd/event/DynamicEventDB.cpp:315:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__time64_t' {aka 'long long int'} [-Wformat=] but it wasn't fatal for the build, "only" causes segfault in runtime. :Detailed Notes: Fixes: Program received signal SIGSEGV, Segmentation fault. __GI_strlen () at ../sysdeps/i386/i586/strlen.S:50 warning: Source file is more recent than executable. 50 cmpb %dh, (%eax) /* is byte NUL? */ (gdb) bt #0 __GI_strlen () at ../sysdeps/i386/i586/strlen.S:50 #1 0xb760fb49 in __printf_buffer (buf=0xbffff030, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n", ap=0xbffff89c "\251\271B", mode_flags=2) at /usr/src/debug/glibc/2.40+git/stdio-common/vfprintf-process-arg.c:435 #2 0xb762f64f in __vdprintf_internal (d=870436166, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n", arg=0xbffff88c "\350\270B", mode_flags=2) at iovdprintf.c:69 #3 0xb76dd7d3 in __dprintf_chk (d=4, flag=1, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n") at dprintf_chk.c:33 #4 0x00429a95 in dprintf (__fd=<optimized out>, __fmt=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n") at /usr/include/bits/stdio2.h:174 #5 Logger::writeBootdLog (this=0x435440 <g_Logger>, type=0x42b8e8 "PERFORMANCE", msgid=0x42b9a9 "Boot", msg=0x43544c <g_Logger+12> "BOOTD_START") at /usr/src/debug/bootd/2.0.0-23/src/bootd/util/Logger.cpp:123 #6 0x00429bdf in Logger::performanceLog (this=0x435440 <g_Logger>, msgid=0x42b9a9 "Boot", format=0x42b008 "BOOTD_START") at /usr/src/debug/bootd/2.0.0-23/src/bootd/util/Logger.cpp:143 #7 0x0040fbf8 in main (argc=1, argv=0xbffffa54) at /usr/src/debug/bootd/2.0.0-23/src/bootd/Main.cpp:44 :Testing Performed: Local Test: OK :QA Notes: No change to image. :Issues Addressed: [WRQ-33135] CCC: bootd=r19 (logger.cpp: fix segfault with 64bit time_t) [WRQ-32812] bootd segfaults with 64-bit time_t Cherry-picked-from-commit: 776133033b0fc5ff2ad6463b18e6799968c22cab Cherry-picked-from-branch:
FTP mirror seems to randomly give issues for some users, therefore use the HTTPS mirror instead which seems more stable.
Signed-off-by: Herman van Hazendonk [email protected]