-
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
Raspberrypi 3 B+ support #16
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Martin Jansa seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
: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: Add Copyright, include webos-rpi.inc at the end. :Detailed Notes: Drop currently unused RPI_USE_TEE and use default VC4DTBO for raspberrypi3. :Testing Performed: See the CCC. :QA Notes: :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-47016] CCC: linux-raspberrypi=v4.19.88 Change-Id: Ided6fc1e6af6c046e40be49cc318b237275115cc
:Release Notes: This reverts commit e798be252a41c13a46964354f17ab51186868616. :Detailed Notes: Drop this old junk, it was removed from meta-raspberrypi before Yocto 2.3 Pyro was released in: commit 9eaff5ce1a403f4a37575953361bc5c4a3e045b6 Author: Paul Barker <[email protected]> Date: Mon May 15 10:19:06 2017 +0100 linux-rasberrypi: Drop 4.4 series kernel The rpi-4.4.y branch has been unmaintained for a couple of months now. Let's drop it before branching for pyro. It's old and unsupported and also breaks perf again: http://caprica.lgsvl.com:8080/Errors/Details/1438070 Upstream is now using 4.14 and 4.19. Use 4.19 for raspberrypi3*, so that we use the same kernel version for both raspberrypi3* and raspberrypi4*. :Testing Performed: Only build tested. :QA Notes: :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-47016] CCC: linux-raspberrypi=v4.19.88 Change-Id: Ic5f388e64059f639302b5a6680cba77920c493b8
:Release Notes: We're using vc4graphics MACHINE_FEATURE together with userland for media so we should be using fkms not kms. :Detailed Notes: As kernel config description says: Name: vc4-fkms-v3d Info: Enable Eric Anholt's DRM VC4 V3D driver on top of the dispmanx display stack. Load: dtoverlay=vc4-fkms-v3d,<param> Name: vc4-kms-v3d Info: Enable Eric Anholt's DRM VC4 HDMI/HVS/V3D driver. Running startx or booting to GUI while this overlay is in use will cause interesting lockups. Load: dtoverlay=vc4-kms-v3d,<param> These correspond with following raspi-config options: vc4-kms-v3d: "G1 GL (Full KMS)" "OpenGL desktop driver with full KMS" vc4-fkms-v3d: "G2 GL (Fake KMS)" "OpenGL desktop driver with fake KMS" no dtoverlay (and no vc4graphics to use userland for media and graphics) "G3 Legacy" "Original non-GL desktop driver" :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-47626] kernel warnings in vc4 [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-47016] CCC: linux-raspberrypi=v4.19.88 Change-Id: I8da03eae612eb105345a515fd61b7b2e2af34ffb
… all RPIs) :Release Notes: Change to SW decoding for all web media not only on RPi4 but all RPIs. :Detailed Notes: HW decoding doesn't work on RPI3 when 4.19 kernel is being used (the same kernel as what we currently use on RPI4). Using long deprecated and unsupported 4.4. kernel which doesn't even work on RPI3 B+ is not an option. Disable HW decoding until it's fixed with PLAT-84754 for both RPI4 and RPI3 to unblock the kernel upgrade. :Testing Performed: Video and sound works well on below apps. - YouTube Test - HTML5 Video - Web Browser(Enact Browser) :QA Notes: N/A :Issues Addressed: [PLAT-84732] Change to SW decoding for all web media [PLAT-84754] Apply media related patch to 4.19 Kernel + FKMS [PLAT-47016] CCC: linux-raspberrypi=v4.19.88 Change-Id: I92bd87df5a0166113b4ee698b86157c1775fd8f2
:Release Notes: Upgrade the kernel to latest with corresponding firmware. Upstreamed in: agherzan/meta-raspberrypi#514 :Detailed Notes: This VC4 firmware is compatible with network boot described here: https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/raspberry_pi4_network_boot_beta.md Using newer firmware with older 4.9.66 doesn't work, surface-manager doesn't start again (similar to agherzan/meta-raspberrypi@e811912 but this time there is no drm card at all, modprobe vc4 doesn't initialize drm like if the fkms dt didn't apply :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-47626] kernel warnings in vc4 [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrypi to 4.19 [PLAT-84908] Upgrade linux-raspberrypi to 4.19.66 or later [PLAT-47016] CCC: linux-raspberrypi=v4.19.88 Change-Id: I9b674c7581ec83d1dd4e849081328bf8e921b377
:Release Notes: Backport latest kernel and firmware from meta-raspberrypi. :Detailed Notes: :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-47626] kernel warnings in vc4 [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-84908] Upgrade linux-raspberrypi to 4.19.66 or later [PLAT-47016] CCC: linux-raspberrypi=v4.19.88 Change-Id: Iedcce6ee1ecd9465a23e1c790117ee1214c858e0
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 22, 2020
: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
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 22, 2020
: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
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 25, 2020
: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
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 25, 2020
: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
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Mar 9, 2020
: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
Merged internally in build 155 which is now public, closing PR. |
hyunjae92-shin
pushed a commit
that referenced
this pull request
Sep 26, 2020
: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
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 14, 2021
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com/Errors/Details/116853 ERROR: Command Error: 'quilt --quiltrc TOPDIR/BUILD/work/raspberrypi3_64-webos-linux/connman/1.39-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c patching file include/device.h patching file include/technology.h patching file plugins/wifi.c Hunk #2 succeeded at 83 (offset 2 lines). Hunk webosose#3 succeeded at 168 with fuzz 1 (offset 2 lines). Hunk webosose#4 succeeded at 224 (offset 7 lines). Hunk webosose#5 succeeded at 812 (offset 8 lines). Hunk webosose#6 succeeded at 2080 (offset 28 lines). Hunk webosose#7 succeeded at 2302 (offset 28 lines). Hunk webosose#8 succeeded at 2328 (offset 28 lines). Hunk webosose#9 succeeded at 2358 (offset 28 lines). Hunk webosose#10 succeeded at 2479 (offset 28 lines). Hunk webosose#11 succeeded at 2536 (offset 40 lines). Hunk webosose#12 FAILED at 2634. Hunk webosose#13 succeeded at 2756 (offset 54 lines). Hunk webosose#14 succeeded at 2822 (offset 54 lines). Hunk webosose#15 succeeded at 2859 (offset 54 lines). Hunk webosose#16 succeeded at 2887 (offset 54 lines). Hunk webosose#17 succeeded at 2897 (offset 54 lines). Hunk webosose#18 succeeded at 2906 (offset 54 lines). Hunk webosose#19 succeeded at 2952 (offset 51 lines). Hunk webosose#20 succeeded at 3633 (offset 51 lines). 1 out of 20 hunks FAILED -- rejects in file plugins/wifi.c patching file src/connman.h Hunk #1 succeeded at 573 (offset 7 lines). patching file src/device.c patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1099 (offset 5 lines). Hunk #2 succeeded at 1151 (offset 5 lines). Patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-122546] Create GPVB with Yocto 3.2 Gatesgarth
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 19, 2021
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com/Errors/Details/116853 ERROR: Command Error: 'quilt --quiltrc TOPDIR/BUILD/work/raspberrypi3_64-webos-linux/connman/1.39-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c patching file include/device.h patching file include/technology.h patching file plugins/wifi.c Hunk #2 succeeded at 83 (offset 2 lines). Hunk webosose#3 succeeded at 168 with fuzz 1 (offset 2 lines). Hunk webosose#4 succeeded at 224 (offset 7 lines). Hunk webosose#5 succeeded at 812 (offset 8 lines). Hunk webosose#6 succeeded at 2080 (offset 28 lines). Hunk webosose#7 succeeded at 2302 (offset 28 lines). Hunk webosose#8 succeeded at 2328 (offset 28 lines). Hunk webosose#9 succeeded at 2358 (offset 28 lines). Hunk webosose#10 succeeded at 2479 (offset 28 lines). Hunk webosose#11 succeeded at 2536 (offset 40 lines). Hunk webosose#12 FAILED at 2634. Hunk webosose#13 succeeded at 2756 (offset 54 lines). Hunk webosose#14 succeeded at 2822 (offset 54 lines). Hunk webosose#15 succeeded at 2859 (offset 54 lines). Hunk webosose#16 succeeded at 2887 (offset 54 lines). Hunk webosose#17 succeeded at 2897 (offset 54 lines). Hunk webosose#18 succeeded at 2906 (offset 54 lines). Hunk webosose#19 succeeded at 2952 (offset 51 lines). Hunk webosose#20 succeeded at 3633 (offset 51 lines). 1 out of 20 hunks FAILED -- rejects in file plugins/wifi.c patching file src/connman.h Hunk #1 succeeded at 573 (offset 7 lines). patching file src/device.c patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1099 (offset 5 lines). Hunk #2 succeeded at 1151 (offset 5 lines). Patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-122546] Create GPVB with Yocto 3.2 Gatesgarth
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 20, 2021
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com/Errors/Details/116853 ERROR: Command Error: 'quilt --quiltrc TOPDIR/BUILD/work/raspberrypi3_64-webos-linux/connman/1.39-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c patching file include/device.h patching file include/technology.h patching file plugins/wifi.c Hunk #2 succeeded at 83 (offset 2 lines). Hunk webosose#3 succeeded at 168 with fuzz 1 (offset 2 lines). Hunk webosose#4 succeeded at 224 (offset 7 lines). Hunk webosose#5 succeeded at 812 (offset 8 lines). Hunk webosose#6 succeeded at 2080 (offset 28 lines). Hunk webosose#7 succeeded at 2302 (offset 28 lines). Hunk webosose#8 succeeded at 2328 (offset 28 lines). Hunk webosose#9 succeeded at 2358 (offset 28 lines). Hunk webosose#10 succeeded at 2479 (offset 28 lines). Hunk webosose#11 succeeded at 2536 (offset 40 lines). Hunk webosose#12 FAILED at 2634. Hunk webosose#13 succeeded at 2756 (offset 54 lines). Hunk webosose#14 succeeded at 2822 (offset 54 lines). Hunk webosose#15 succeeded at 2859 (offset 54 lines). Hunk webosose#16 succeeded at 2887 (offset 54 lines). Hunk webosose#17 succeeded at 2897 (offset 54 lines). Hunk webosose#18 succeeded at 2906 (offset 54 lines). Hunk webosose#19 succeeded at 2952 (offset 51 lines). Hunk webosose#20 succeeded at 3633 (offset 51 lines). 1 out of 20 hunks FAILED -- rejects in file plugins/wifi.c patching file src/connman.h Hunk #1 succeeded at 573 (offset 7 lines). patching file src/device.c patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1099 (offset 5 lines). Hunk #2 succeeded at 1151 (offset 5 lines). Patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-122546] Create GPVB with Yocto 3.2 Gatesgarth
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 27, 2021
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com/Errors/Details/116853 ERROR: Command Error: 'quilt --quiltrc TOPDIR/BUILD/work/raspberrypi3_64-webos-linux/connman/1.39-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c patching file include/device.h patching file include/technology.h patching file plugins/wifi.c Hunk #2 succeeded at 83 (offset 2 lines). Hunk webosose#3 succeeded at 168 with fuzz 1 (offset 2 lines). Hunk webosose#4 succeeded at 224 (offset 7 lines). Hunk webosose#5 succeeded at 812 (offset 8 lines). Hunk webosose#6 succeeded at 2080 (offset 28 lines). Hunk webosose#7 succeeded at 2302 (offset 28 lines). Hunk webosose#8 succeeded at 2328 (offset 28 lines). Hunk webosose#9 succeeded at 2358 (offset 28 lines). Hunk webosose#10 succeeded at 2479 (offset 28 lines). Hunk webosose#11 succeeded at 2536 (offset 40 lines). Hunk webosose#12 FAILED at 2634. Hunk webosose#13 succeeded at 2756 (offset 54 lines). Hunk webosose#14 succeeded at 2822 (offset 54 lines). Hunk webosose#15 succeeded at 2859 (offset 54 lines). Hunk webosose#16 succeeded at 2887 (offset 54 lines). Hunk webosose#17 succeeded at 2897 (offset 54 lines). Hunk webosose#18 succeeded at 2906 (offset 54 lines). Hunk webosose#19 succeeded at 2952 (offset 51 lines). Hunk webosose#20 succeeded at 3633 (offset 51 lines). 1 out of 20 hunks FAILED -- rejects in file plugins/wifi.c patching file src/connman.h Hunk #1 succeeded at 573 (offset 7 lines). patching file src/device.c patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1099 (offset 5 lines). Hunk #2 succeeded at 1151 (offset 5 lines). Patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-122546] Create GPVB with Yocto 3.2 Gatesgarth
hyunjae92-shin
pushed a commit
that referenced
this pull request
Apr 1, 2021
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com/Errors/Details/116853 ERROR: Command Error: 'quilt --quiltrc TOPDIR/BUILD/work/raspberrypi3_64-webos-linux/connman/1.39-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: stdout: Applying patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c patching file include/device.h patching file include/technology.h patching file plugins/wifi.c Hunk #2 succeeded at 83 (offset 2 lines). Hunk #3 succeeded at 168 with fuzz 1 (offset 2 lines). Hunk #4 succeeded at 224 (offset 7 lines). Hunk #5 succeeded at 812 (offset 8 lines). Hunk #6 succeeded at 2080 (offset 28 lines). Hunk #7 succeeded at 2302 (offset 28 lines). Hunk #8 succeeded at 2328 (offset 28 lines). Hunk #9 succeeded at 2358 (offset 28 lines). Hunk #10 succeeded at 2479 (offset 28 lines). Hunk #11 succeeded at 2536 (offset 40 lines). Hunk #12 FAILED at 2634. Hunk #13 succeeded at 2756 (offset 54 lines). Hunk #14 succeeded at 2822 (offset 54 lines). Hunk #15 succeeded at 2859 (offset 54 lines). Hunk #16 succeeded at 2887 (offset 54 lines). Hunk #17 succeeded at 2897 (offset 54 lines). Hunk #18 succeeded at 2906 (offset 54 lines). Hunk #19 succeeded at 2952 (offset 51 lines). Hunk #20 succeeded at 3633 (offset 51 lines). 1 out of 20 hunks FAILED -- rejects in file plugins/wifi.c patching file src/connman.h Hunk #1 succeeded at 573 (offset 7 lines). patching file src/device.c patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1099 (offset 5 lines). Hunk #2 succeeded at 1151 (offset 5 lines). Patch 0001-Add-support-for-the-WPS-PBS-and-PIN-mode.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-122546] Create GPVB with Yocto 3.2 Gatesgarth [PLAT-137851] CCC: connman=v1.39 Change-Id: I846bed5c386a0f8a5ebcd6453c0fa85f9f7dd4e2
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 18, 2022
: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 webosose#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 webosose#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 webosose#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 webosose#3 succeeded at 1647 (offset 20 lines). Hunk webosose#4 succeeded at 1758 (offset 20 lines). Hunk webosose#5 succeeded at 1797 (offset 20 lines). Hunk webosose#6 succeeded at 3005 (offset 28 lines). Hunk webosose#7 succeeded at 3280 (offset 28 lines). Hunk webosose#8 succeeded at 4646 (offset 44 lines). Hunk webosose#9 succeeded at 4665 (offset 44 lines). Hunk webosose#10 succeeded at 4700 (offset 44 lines). Hunk webosose#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 webosose#3 succeeded at 511 (offset 9 lines). Hunk webosose#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 webosose#3 succeeded at 1611 (offset 93 lines). Hunk webosose#4 succeeded at 1806 (offset 93 lines). Hunk webosose#5 succeeded at 1835 (offset 93 lines). Hunk webosose#6 succeeded at 1846 (offset 93 lines). Hunk webosose#7 succeeded at 1936 (offset 93 lines). Hunk webosose#8 succeeded at 1965 (offset 93 lines). Hunk webosose#9 succeeded at 1976 (offset 93 lines). Hunk webosose#10 succeeded at 2286 (offset 93 lines). Hunk webosose#11 succeeded at 2313 (offset 93 lines). Hunk webosose#12 succeeded at 2334 (offset 93 lines). Hunk webosose#13 succeeded at 2345 (offset 93 lines). Hunk webosose#14 succeeded at 3947 (offset 106 lines). Hunk webosose#15 succeeded at 4621 (offset 718 lines). Hunk webosose#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 webosose#3 succeeded at 238 (offset 5 lines). Hunk webosose#4 succeeded at 259 (offset 5 lines). Hunk webosose#5 succeeded at 452 (offset 12 lines). Hunk webosose#6 succeeded at 526 (offset 12 lines). Hunk webosose#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 webosose#3 succeeded at 738 (offset 12 lines). Hunk webosose#4 succeeded at 750 (offset 12 lines). Hunk webosose#5 succeeded at 762 (offset 12 lines). Hunk webosose#6 succeeded at 787 (offset 12 lines). Hunk webosose#7 succeeded at 801 (offset 12 lines). Hunk webosose#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 webosose#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 webosose#3 succeeded at 2124 (offset 159 lines). Hunk webosose#4 succeeded at 3254 with fuzz 2 (offset 164 lines). Hunk webosose#5 succeeded at 3273 (offset 169 lines). Hunk webosose#6 succeeded at 3304 (offset 169 lines). Hunk webosose#7 succeeded at 3318 (offset 169 lines). Hunk webosose#8 succeeded at 6912 (offset 493 lines). Hunk webosose#9 succeeded at 7393 (offset 498 lines). Hunk webosose#10 succeeded at 7800 (offset 506 lines). Hunk webosose#11 succeeded at 8849 (offset 509 lines). Hunk webosose#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 webosose#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: [WRN-9820] Create GPVB with Yocto 3.5 Kirkstone Change-Id: I13b8826147192db98046877f30958ec0489180c1
hyunjae92-shin
pushed a commit
that referenced
this pull request
Nov 29, 2022
: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
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jul 21, 2023
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jan 17, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 22, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 22, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 22, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 24, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 24, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 26, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Feb 26, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRP-13301] Create GPVB with Yocto 4.3 Nanbield [WRP-412] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Mar 1, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Mar 1, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Mar 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Mar 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
May 29, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
May 29, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jun 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jun 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jun 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jun 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jul 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Jul 10, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Aug 23, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Aug 23, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Nov 5, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Nov 5, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Nov 5, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Nov 5, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Nov 29, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=e01f9c79725388437d52096701416b61d9a0aa7d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1033997 patching file ext/wayland/gstwaylandsink.c Hunk webosose#3 FAILED at 378. Hunk webosose#4 succeeded at 496 with fuzz 2 (offset 102 lines). Hunk webosose#5 FAILED at 405. Hunk webosose#6 FAILED at 419. Hunk webosose#7 FAILED at 432. Hunk webosose#8 succeeded at 520 (offset 29 lines). Hunk webosose#9 succeeded at 716 (offset 29 lines). Hunk webosose#10 succeeded at 815 (offset 29 lines). Hunk webosose#11 succeeded at 913 (offset 29 lines). Hunk webosose#12 succeeded at 932 (offset 29 lines). Hunk webosose#13 succeeded at 943 (offset 29 lines). Hunk webosose#14 succeeded at 1138 (offset 29 lines). Hunk webosose#15 succeeded at 1217 (offset 29 lines). Hunk webosose#16 succeeded at 1229 (offset 29 lines). 4 out of 16 hunks FAILED -- rejects in file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c Hunk #2 succeeded at 158 (offset 1 line). Hunk webosose#3 succeeded at 305 (offset 1 line). Hunk webosose#4 succeeded at 453 (offset 6 lines). Hunk webosose#5 succeeded at 600 (offset 6 lines). patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#16 succeeded at 476 (offset 8 lines). Hunk webosose#17 succeeded at 499 (offset 8 lines). Hunk webosose#18 succeeded at 551 (offset 8 lines). Hunk webosose#19 succeeded at 560 (offset 8 lines). Hunk webosose#20 succeeded at 577 (offset 8 lines). Hunk webosose#21 succeeded at 642 (offset 8 lines). Hunk webosose#22 succeeded at 657 (offset 8 lines). Hunk webosose#23 succeeded at 710 (offset 8 lines). Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d7bf88db7f2f55540bf7891474a3a28f5681ddbb backported to mickledore as well in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=a071696747ece93409d533a2e966cd59195a056d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/623492 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/gst-plugins-bad-1.22.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#3 succeeded at 167 (offset 4 lines). Hunk webosose#4 succeeded at 187 (offset 4 lines). Hunk webosose#5 succeeded at 197 (offset 4 lines). Hunk webosose#6 succeeded at 207 (offset 4 lines). Hunk webosose#7 succeeded at 216 (offset 4 lines). Hunk webosose#8 succeeded at 271 (offset 4 lines). Hunk webosose#9 succeeded at 283 (offset 4 lines). Hunk webosose#10 succeeded at 303 (offset 4 lines). Hunk webosose#11 succeeded at 318 (offset 4 lines). Hunk webosose#12 succeeded at 348 (offset 4 lines). Hunk webosose#13 succeeded at 387 (offset 4 lines). Hunk webosose#14 succeeded at 402 (offset 4 lines). Hunk webosose#15 succeeded at 435 (offset 4 lines). Hunk webosose#16 succeeded at 458 (offset 4 lines). Hunk webosose#17 FAILED at 476. Hunk webosose#18 succeeded at 616 (offset 5 lines). Hunk webosose#19 succeeded at 669 (offset 5 lines). 1 out of 19 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I65381c6a3b7e0f65ceabf592d34d807972867b1c
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ff2fc789e08c42903f5e528d4836dd482227291c backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=f481d973d7f942f8a9492cd71985bd1d428ac59a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/710585 ERROR: Applying patch '0004-waylandsink-remove-unsupported-subcompositor.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/gst-plugins-bad-1.22.6' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/gstreamer1.0-plugins-bad/1.22.6/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0004-waylandsink-remove-unsupported-subcompositor.patch patching file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c patching file gst-libs/gst/wayland/gstwlwindow.c Hunk #2 succeeded at 67 (offset 3 lines). Hunk webosose#3 succeeded at 170 (offset 3 lines). Hunk webosose#4 succeeded at 190 (offset 3 lines). Hunk webosose#5 succeeded at 200 (offset 3 lines). Hunk webosose#6 succeeded at 210 (offset 3 lines). Hunk webosose#7 succeeded at 219 (offset 3 lines). Hunk webosose#8 succeeded at 274 (offset 3 lines). Hunk webosose#9 succeeded at 286 (offset 3 lines). Hunk webosose#10 succeeded at 306 (offset 3 lines). Hunk webosose#11 succeeded at 321 (offset 3 lines). Hunk webosose#12 succeeded at 351 (offset 3 lines). Hunk webosose#13 succeeded at 390 (offset 3 lines). Hunk webosose#14 succeeded at 405 (offset 3 lines). Hunk webosose#15 succeeded at 441 (offset 6 lines). Hunk webosose#16 succeeded at 464 (offset 6 lines). Hunk webosose#17 succeeded at 487 with fuzz 1 (offset 7 lines). Hunk webosose#18 FAILED at 503. Hunk webosose#19 succeeded at 625 (offset 7 lines). Hunk webosose#20 succeeded at 678 (offset 7 lines). 1 out of 20 hunks FAILED -- rejects in file gst-libs/gst/wayland/gstwlwindow.c :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I444ab46e8b664357f9aac468b3dc35b510664d57
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=e01f9c79725388437d52096701416b61d9a0aa7d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1033997 patching file ext/wayland/gstwaylandsink.c Hunk webosose#3 FAILED at 378. Hunk webosose#4 succeeded at 496 with fuzz 2 (offset 102 lines). Hunk webosose#5 FAILED at 405. Hunk webosose#6 FAILED at 419. Hunk webosose#7 FAILED at 432. Hunk webosose#8 succeeded at 520 (offset 29 lines). Hunk webosose#9 succeeded at 716 (offset 29 lines). Hunk webosose#10 succeeded at 815 (offset 29 lines). Hunk webosose#11 succeeded at 913 (offset 29 lines). Hunk webosose#12 succeeded at 932 (offset 29 lines). Hunk webosose#13 succeeded at 943 (offset 29 lines). Hunk webosose#14 succeeded at 1138 (offset 29 lines). Hunk webosose#15 succeeded at 1217 (offset 29 lines). Hunk webosose#16 succeeded at 1229 (offset 29 lines). 4 out of 16 hunks FAILED -- rejects in file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c Hunk #2 succeeded at 158 (offset 1 line). Hunk webosose#3 succeeded at 305 (offset 1 line). Hunk webosose#4 succeeded at 453 (offset 6 lines). Hunk webosose#5 succeeded at 600 (offset 6 lines). patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#16 succeeded at 476 (offset 8 lines). Hunk webosose#17 succeeded at 499 (offset 8 lines). Hunk webosose#18 succeeded at 551 (offset 8 lines). Hunk webosose#19 succeeded at 560 (offset 8 lines). Hunk webosose#20 succeeded at 577 (offset 8 lines). Hunk webosose#21 succeeded at 642 (offset 8 lines). Hunk webosose#22 succeeded at 657 (offset 8 lines). Hunk webosose#23 succeeded at 710 (offset 8 lines). Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar
shr-project
added a commit
to shr-project/meta-webosose
that referenced
this pull request
Dec 7, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=e01f9c79725388437d52096701416b61d9a0aa7d :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1033997 patching file ext/wayland/gstwaylandsink.c Hunk webosose#3 FAILED at 378. Hunk webosose#4 succeeded at 496 with fuzz 2 (offset 102 lines). Hunk webosose#5 FAILED at 405. Hunk webosose#6 FAILED at 419. Hunk webosose#7 FAILED at 432. Hunk webosose#8 succeeded at 520 (offset 29 lines). Hunk webosose#9 succeeded at 716 (offset 29 lines). Hunk webosose#10 succeeded at 815 (offset 29 lines). Hunk webosose#11 succeeded at 913 (offset 29 lines). Hunk webosose#12 succeeded at 932 (offset 29 lines). Hunk webosose#13 succeeded at 943 (offset 29 lines). Hunk webosose#14 succeeded at 1138 (offset 29 lines). Hunk webosose#15 succeeded at 1217 (offset 29 lines). Hunk webosose#16 succeeded at 1229 (offset 29 lines). 4 out of 16 hunks FAILED -- rejects in file ext/wayland/gstwaylandsink.c patching file ext/wayland/gstwaylandsink.h patching file gst-libs/gst/wayland/gstwldisplay.c Hunk #2 succeeded at 158 (offset 1 line). Hunk webosose#3 succeeded at 305 (offset 1 line). Hunk webosose#4 succeeded at 453 (offset 6 lines). Hunk webosose#5 succeeded at 600 (offset 6 lines). patching file gst-libs/gst/wayland/gstwlwindow.c Hunk webosose#16 succeeded at 476 (offset 8 lines). Hunk webosose#17 succeeded at 499 (offset 8 lines). Hunk webosose#18 succeeded at 551 (offset 8 lines). Hunk webosose#19 succeeded at 560 (offset 8 lines). Hunk webosose#20 succeeded at 577 (offset 8 lines). Hunk webosose#21 succeeded at 642 (offset 8 lines). Hunk webosose#22 succeeded at 657 (offset 8 lines). Hunk webosose#23 succeeded at 710 (offset 8 lines). Patch 0004-waylandsink-remove-unsupported-subcompositor.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.