Skip to content
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

libconfig, ltrace: broken SRC_URI #7

Open
sukdo399 opened this issue Aug 23, 2018 · 0 comments
Open

libconfig, ltrace: broken SRC_URI #7

sukdo399 opened this issue Aug 23, 2018 · 0 comments

Comments

@sukdo399
Copy link
Contributor

sukdo399 commented Aug 23, 2018

webos ose build fails because of broken SRC_URI.
please refer to below patches.
libconfig: https://patchwork.openembedded.org/patch/153988/ (morty) by @memnoth(yisooan@gmail.com)
ltrace: https://patchwork.openembedded.org/patch/153960/ (master) by @sparkleholic

@sparkleholic will send ltrace patch for morty branch soon after more investigation.

jb-seo pushed a commit to jb-seo/meta-webosose that referenced this issue Feb 26, 2019
…line for qemu eth0 NIC link

:Release Notes:
Use base submissions for webOS OSE
Fix pulseaudio crash issue for emulator device.
Enable eth0 NIC link for Qemu.

:Detailed Notes:
The develop branch webosose#7 is not existed in webOS OSE.

:Testing Performed:
Verfied pulseaudio service state in emulator.
Pulseaudio utility function like paplay verified.
Verifed Wired Network Connectivity in settings.

:QA Notes:

:Issues Addressed:
[PLAT-56426] Network page displays false information on Wired
             Network connectivity.
[PLAT-57956] Playing test file using paplay command cease to execute.
[PLAT-60277] [OSE] CCC: avoutput-adaptation-layer-mock=1
             pulseaudio=r17 webos.inc: kernel cmdline for
             qemu eth0 NIC link
jb-seo pushed a commit to jb-seo/meta-webosose that referenced this issue Feb 26, 2019
:Release Notes:
New Yocto is more strict about applying patches which don't apply
cleanly.

:Detailed Notes:
WARNING: connman-1.35-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch 0004-Support-WPS-PBC-and-PIN-mode.patch
patching file gsupplicant/gsupplicant.h
Hunk webosose#1 succeeded at 268 (offset 4 lines).
Hunk webosose#2 succeeded at 361 (offset 5 lines).
patching file gsupplicant/supplicant.c
Hunk webosose#1 succeeded at 699 (offset 13 lines).
Hunk webosose#2 succeeded at 2918 (offset 127 lines).
Hunk webosose#3 succeeded at 5041 (offset 159 lines).
patching file include/device.h
patching file include/technology.h
patching file plugins/wifi.c
Hunk webosose#3 succeeded at 156 (offset 4 lines).
Hunk webosose#4 succeeded at 207 (offset 4 lines).
Hunk webosose#5 succeeded at 798 (offset 6 lines).
Hunk webosose#6 succeeded at 1960 (offset 6 lines).
Hunk webosose#7 succeeded at 2181 (offset 6 lines).
Hunk webosose#8 succeeded at 2207 (offset 6 lines).
Hunk webosose#9 succeeded at 2237 (offset 6 lines).
Hunk webosose#10 succeeded at 2358 (offset 14 lines).
Hunk webosose#11 succeeded at 2404 with fuzz 2.
Hunk webosose#19 succeeded at 2805 (offset 13 lines).
Hunk webosose#20 succeeded at 3422 (offset 55 lines).
patching file src/connman.h
Hunk webosose#1 succeeded at 560 (offset 7 lines).
patching file src/device.c
Hunk webosose#1 succeeded at 1108 (offset -4 lines).
patching file src/service.c
patching file src/technology.c
Hunk webosose#1 succeeded at 1092 (offset 23 lines).
Hunk webosose#2 succeeded at 1144 (offset 23 lines).

Now at patch 0004-Support-WPS-PBC-and-PIN-mode.patch

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-60242] [OSE] Fix build issues
[PLAT-52479] Upgrade to Yocto 2.5 Sumo
[PLAT-52480] CCC: Upgrade to Yocto 2.5 Sumo
[PLAT-56432] CCC: Refresh patches which don't apply cleanly
flowergom pushed a commit that referenced this issue Jun 24, 2019
:Release Notes:

:Detailed Notes:
http://caprica.lgsvl.com:8080/Errors/Details/1118148
Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 100 (offset 1 line).
Hunk #2 succeeded at 142 (offset 1 line).
Hunk #3 succeeded at 150 with fuzz 1 (offset 1 line).
Hunk #4 FAILED at 190.
Hunk #5 succeeded at 273 (offset 12 lines).
Hunk #6 succeeded at 303 (offset 12 lines).
Hunk #7 succeeded at 346 (offset 10 lines).
1 out of 7 hunks FAILED -- rejects in file coreutils/date.c
Patch 0002-date-add-support-for-options-U-and-S.patch does not apply (enforce with -f)

0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch
is even more strange, probably isn't needed anymore for long time
but the patch when it was introduced in initial Open webOS release
didn't have any explanation what it is trying to fix and how to
reproduce it.

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-78082] Upgrade to Yocto 2.6 Thud
[PLAT-78507] [OSE] CCC: Upgrade to Yocto 2.6 Thud

Change-Id: I37392578ee76fe57e25fc1fca88e9a7be69b7d8d
shr-project added a commit to shr-project/meta-webosose that referenced this issue Oct 21, 2019
: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 issue Feb 15, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk webosose#3 succeeded at 149 (offset -1 lines).
Hunk webosose#4 succeeded at 195 (offset -1 lines).
Hunk webosose#5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk webosose#7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

ERROR: busybox-1.31.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue Feb 22, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk webosose#3 succeeded at 149 (offset -1 lines).
Hunk webosose#4 succeeded at 195 (offset -1 lines).
Hunk webosose#5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk webosose#7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

ERROR: busybox-1.31.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue Feb 22, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk webosose#3 succeeded at 149 (offset -1 lines).
Hunk webosose#4 succeeded at 195 (offset -1 lines).
Hunk webosose#5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk webosose#7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

ERROR: busybox-1.31.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue Feb 25, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk webosose#3 succeeded at 149 (offset -1 lines).
Hunk webosose#4 succeeded at 195 (offset -1 lines).
Hunk webosose#5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk webosose#7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

ERROR: busybox-1.31.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue Feb 25, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk webosose#3 succeeded at 149 (offset -1 lines).
Hunk webosose#4 succeeded at 195 (offset -1 lines).
Hunk webosose#5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk webosose#7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

ERROR: busybox-1.31.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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
shr-project added a commit to shr-project/meta-webosose that referenced this issue Mar 9, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk webosose#3 succeeded at 149 (offset -1 lines).
Hunk webosose#4 succeeded at 195 (offset -1 lines).
Hunk webosose#5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk webosose#7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

ERROR: busybox-1.31.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
shr-project added a commit to shr-project/meta-webosose that referenced this issue Mar 18, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk webosose#3 succeeded at 149 (offset -1 lines).
Hunk webosose#4 succeeded at 195 (offset -1 lines).
Hunk webosose#5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk webosose#7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

ERROR: busybox-1.31.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
hyunjae92-shin pushed a commit that referenced this issue 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
hyunjae92-shin pushed a commit that referenced this issue Sep 26, 2020
* Fixes:
ERROR: busybox-1.31.1-r0 do_patch: Fuzz detected:

Applying patch 0002-date-add-support-for-options-U-and-S.patch
patching file coreutils/date.c
Hunk #1 succeeded at 99 (offset -1 lines).
Hunk #2 succeeded at 141 (offset -1 lines).
Hunk #3 succeeded at 149 (offset -1 lines).
Hunk #4 succeeded at 195 (offset -1 lines).
Hunk #5 succeeded at 272 with fuzz 1 (offset -1 lines).
Hunk #7 succeeded at 347 (offset 1 line).

The context lines in the patches can be updated with devtool:

    devtool modify busybox
    devtool finish --force-patch-refresh busybox <layer_path>

Don't forget to review changes done by devtool!

[PLAT-115145] CCC: Upgrade to Yocto 3.1 Dunfell

Change-Id: Ib5e082325328d5ea5c305f13b65db4fc18e7279d
hyunjae92-shin pushed a commit that referenced this issue Sep 26, 2020
…3-r0,v0.1.0 com.webos.app.volume=4-r0,v0.1.0

:Release Notes:
This commit introduces web-based system UI application notification and
volume. The legacy notification in LSM is dropped and the swipe-down
gesture from the top edge of the screen will launch the volume app.

:Detailed Notes:
auto-luna-surface-manager: submissions/26..submissions/27
cc03eee Revert "Revert "Add TouchHotspot for the volume app""
65ee45d Revert "Revert "Add WebOSAutoSystemUIView for notifications""

bootd: submissions/12..submissions/13
15937f9 Launch the notification app on boottime

com.webos.app.notification: ..submissions/3
0a8b7f4 Change default mode to release
0e0e2a0 Bug fix: Clear timer and make timerId null
16c97c0 Remove unnecessary localeChange event handler
a834abb Fix cancel ls2 subscription APIs
526f6f8 PLAT-98149: Notification First In Last Out (#14)
1a29c24 Bug fix - touch disabled after show notification
54441a2 Add alert notification
e9af9b9 Change to show toast notification only
b5bb068 Update to 1.0.0 (#13)
eb4163a PLAT-99579: Update to enactjs/agate and enyojs/webos-auto-service (#12)
1a1baa4 Apply the default skin - gallium by not defining skin prop (#11)
a47975c PLAT-99318: Apply Fade-out effect when hiding (#10)
57b444a PLAT-95460: Apply com.webos.notification v2.0 luna service specification (#9)
1f0a574 PLAT-94389: Apply webos-auto-service to Notification App (#7)
75e846c PLAT-87368: Integrate notification luna services (#6)
5c0a0cf PLAT-94388: Fix the broken padding in Notification Popup with direction: rtl (#5)
2a83c45 PLAT-86558: Initial Notification UI Implimentation (#3)
1e866b6 Treat warnings as errors on Travis (#2)
7a14c5b 0.1.0 release details
7ee4541 initialize application (#1)
e15a015 Initial commit

com.webos.app.volume: ..submissions/4
d4d5e66 Add missed parameter define
6c72a80 Adjust to webOS OSE
b8876ff Add license file
b9c79db Change to volume app does not shown by subscription
1051cce Fix bugs - volume app is not handle relauch event, etc
d4bb943 Change volume type from BT to master
01bc898 PLAT-98148: Change to fade-out animation when a popup disappears (#10)
acb218b Add less property for the title color change
d4eefba PLAT-97443: Use mock data and services in the webos-auto-service library (#8)
ae75afe PLAT-86781: Integration Service Part (#7)
873808a Add xliff files (#6)
fd2637d PLAT-86090: Implement UI part (#4)
d24fb4e Treat warnings as errors on Travis
27ad21f 0.2.0 release details
902c295 Remove test execution from npm
34584eb Add .travis.yml and strict linting
929481c Updated agate release
1c30d07 0.1.0 release details
ba79e2f PLAT-85875: Improved NPM run scripts with targeted providers and auto-rebuilding (#1)
9d83047 Fixed up the appinfo to be unique
a02706d Added in prop-type checking
ddc6141 Initial version of overlay volume control app
4b9d14c Remove all files
a9d045e Revert "Remove keepAlive property in appinfo.json"
01236fe Remove keepAlive property in appinfo.json
044a6ff Create app files in repository
da3a3d3 Initial empty repository

:Testing Performed:
See the CCC JIRA ticket.

:QA Notes:

:Issues Addressed:
[PLAT-118677] CCC: auto-luna-surface-manager=27 bootd=13 Add com.webos.app.notification=3-r0,v0.1.0 com.webos.app.volume=4-r0,v0.1.0
[PLAT-95346] Request to add apps to system_ui layer
[PLAT-99315] [Auto Notification] Remove QML based Notification App
[PLAT-95842] Request to allow a Volume app launching when swiping down
             from top area of screen
[PLAT-104172] [OSE] Volume - update volume application for OSE
[PLAT-105397] [OSE] Notification - update notification application for OSE
[PLAT-118710] [OSE] bootd - launching notification application in booting time with keepAlive option.

Change-Id: I1e99d8da8cca9065f00540500394ec3b44980c40
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 3, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 5, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 6, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 6, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 7, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 7, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 11, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 12, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 12, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 12, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Nov 13, 2020
:Release Notes:

:Detailed Notes:
Fixes:
ERROR: Fuzz detected:

checking file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
checking file omx/gstomxvideodec.h

patching file omx/gstomxvideodec.c
Hunk webosose#5 succeeded at 2801 with fuzz 2 (offset 9 lines).
Hunk webosose#6 succeeded at 3007 (offset 15 lines).
Hunk webosose#7 succeeded at 3321 (offset 15 lines).
patching file omx/gstomxvideodec.h

The context lines in the patches can be updated with devtool:

    devtool modify gstreamer1.0-omx
    devtool finish --force-patch-refresh gstreamer1.0-omx <layer_path>

Don't forget to review changes done by devtool!

ERROR: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[PLAT-124341] Create GPVB with Yocto 3.3 Hardknott

Change-Id: I83db3a27a7997e68c41272a1a474c4e5bdd48247
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:80/Builds/Details/1243568
ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/bluez-5.66'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 128 (offset 8 lines).
Hunk #2 succeeded at 1327 with fuzz 2 (offset 507 lines).
Hunk webosose#3 succeeded at 3066 (offset 623 lines).
patching file profiles/audio/media.h
patching file src/adapter.c
Hunk #2 succeeded at 281 (offset 9 lines).
Hunk webosose#3 succeeded at 361 (offset 27 lines).
Hunk webosose#4 succeeded at 568 (offset 27 lines).
Hunk webosose#5 succeeded at 3487 (offset 164 lines).
Hunk webosose#6 FAILED at 3749.
Hunk webosose#7 succeeded at 5292 (offset 166 lines).
Hunk webosose#8 succeeded at 6826 (offset 169 lines).
Hunk webosose#9 succeeded at 6871 (offset 173 lines).
Hunk webosose#10 FAILED at 6706.
2 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

stderr: ')

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRO-14883] Create GPVB with Yocto 4.2 Mickedore
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue 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 issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/634854

ERROR: Applying patch '0007-recievePassThrough-commad-support-required-for-webos.patch' on target directory 'TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/bluez-5.68'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0007-recievePassThrough-commad-support-required-for-webos.patch
patching file profiles/audio/avctp.c
patching file src/device.c
Hunk #1 succeeded at 185 (offset 15 lines).
Hunk #2 succeeded at 296 (offset 16 lines).
Hunk webosose#3 succeeded at 1470 (offset 56 lines).
Hunk webosose#4 succeeded at 1500 (offset 56 lines).
Hunk webosose#5 succeeded at 1514 (offset 56 lines).
Hunk webosose#6 succeeded at 2282 (offset 204 lines).
Hunk webosose#7 succeeded at 3319 (offset 204 lines).
Hunk webosose#8 succeeded at 4358 with fuzz 1 (offset 266 lines).
patching file src/device.h
Hunk #1 FAILED at 188.
1 out of 1 hunk FAILED -- rejects in file src/device.h
Patch 0007-recievePassThrough-commad-support-required-for-webos.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

Change-Id: Icff9a7f0dde24b38cdaca5911196a85a5d0aa471
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/685243

Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
Hunk #1 succeeded at 2391 (offset 1 line).
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #2 succeeded at 1450 (offset 23 lines).
Hunk webosose#3 succeeded at 3243 (offset 23 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 26 with fuzz 2 (offset 1 line).
patching file src/adapter.c
Hunk #2 succeeded at 286 (offset 5 lines).
Hunk webosose#3 succeeded at 367 (offset 6 lines).
Hunk webosose#4 succeeded at 574 (offset 6 lines).
Hunk webosose#5 succeeded at 3508 (offset 6 lines).
Hunk webosose#6 succeeded at 3933 (offset 3 lines).
Hunk webosose#7 succeeded at 5312 (offset 4 lines).
Hunk webosose#8 succeeded at 6858 (offset 16 lines).
Hunk webosose#9 succeeded at 6903 (offset 16 lines).
Hunk webosose#10 succeeded at 6914 (offset 16 lines).
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #1 succeeded at 82 (offset -3 lines).
Hunk #2 succeeded at 1033 (offset -3 lines).
patching file src/main.conf

The context lines in the patches can be updated with devtool:

    devtool modify bluez5
    devtool finish --force-patch-refresh bluez5 <layer_path>

Don't forget to review changes done by devtool!

Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: Ibeacee43896df30dc10a207214a13c57dbaa311b
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/708197

ERROR: Applying patch '0001-implement-drm_create_linear_prime_buffer.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/mesa-23.2.1'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-implement-drm_create_linear_prime_buffer.patch
patching file include/GL/internal/dri_interface.h
Hunk #1 succeeded at 1506 (offset 1 line).
patching file src/egl/drivers/dri2/egl_dri2.c
Hunk #1 succeeded at 3129 (offset -15 lines).
Hunk #2 FAILED at 3165.
1 out of 2 hunks FAILED -- rejects in file src/egl/drivers/dri2/egl_dri2.c
patching file src/egl/drivers/dri2/platform_wayland.c
Hunk #1 FAILED at 1117.
1 out of 1 hunk FAILED -- rejects in file src/egl/drivers/dri2/platform_wayland.c
patching file src/egl/wayland/wayland-drm/meson.build
patching file src/egl/wayland/wayland-drm/wayland-drm.c
Hunk #1 FAILED at 37.
Hunk #2 FAILED at 59.
Hunk webosose#3 FAILED at 84.
Hunk webosose#4 FAILED at 128.
Hunk webosose#5 FAILED at 157.
Hunk webosose#6 FAILED at 170.
Hunk webosose#7 FAILED at 192.
7 out of 7 hunks FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.c
patching file src/egl/wayland/wayland-drm/wayland-drm.h
Hunk #1 FAILED at 11.
1 out of 1 hunk FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.h
patching file src/egl/wayland/wayland-drm/wayland-drm.xml
patching file src/gallium/frontends/dri/dri2.c
Hunk #1 succeeded at 1649 (offset 50 lines).
patching file src/gbm/backends/dri/gbm_dri.c
patching file src/loader/loader_dri3_helper.c
Hunk #1 succeeded at 1867 (offset 1 line).
Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f)

A lot of conflicts because of upstream commit:
e85983d7726 egl: re-format using clang-format

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: I27f073f09d867928d5f81fe54f64c124d40ab621
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/748755

ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/bluez-5.71'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 133 (offset 1 line).
Hunk #2 succeeded at 1494 (offset 44 lines).
Hunk webosose#3 succeeded at 3321 (offset 78 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 25 with fuzz 2 (offset -1 lines).
patching file src/adapter.c
Hunk #2 succeeded at 288 (offset 2 lines).
Hunk webosose#3 succeeded at 369 (offset 2 lines).
Hunk webosose#4 succeeded at 576 (offset 2 lines).
Hunk webosose#5 succeeded at 3516 (offset 8 lines).
Hunk webosose#6 FAILED at 3933.
Hunk webosose#7 succeeded at 5352 (offset 41 lines).
Hunk webosose#8 succeeded at 6898 (offset 41 lines).
Hunk webosose#9 succeeded at 6943 (offset 41 lines).
Hunk webosose#10 succeeded at 6954 (offset 41 lines).
1 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #2 succeeded at 1037 (offset 4 lines).
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-504] Create GPVB with Yocto 5.0 Scarthgap

Change-Id: If1e2b507096a953d3803c6e4edf22996a9ff4340
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:80/Builds/Details/1243568
ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/bluez-5.66'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 128 (offset 8 lines).
Hunk #2 succeeded at 1327 with fuzz 2 (offset 507 lines).
Hunk webosose#3 succeeded at 3066 (offset 623 lines).
patching file profiles/audio/media.h
patching file src/adapter.c
Hunk #2 succeeded at 281 (offset 9 lines).
Hunk webosose#3 succeeded at 361 (offset 27 lines).
Hunk webosose#4 succeeded at 568 (offset 27 lines).
Hunk webosose#5 succeeded at 3487 (offset 164 lines).
Hunk webosose#6 FAILED at 3749.
Hunk webosose#7 succeeded at 5292 (offset 166 lines).
Hunk webosose#8 succeeded at 6826 (offset 169 lines).
Hunk webosose#9 succeeded at 6871 (offset 173 lines).
Hunk webosose#10 FAILED at 6706.
2 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

stderr: ')

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRO-14883] Create GPVB with Yocto 4.2 Mickedore
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue 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 issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/634854

ERROR: Applying patch '0007-recievePassThrough-commad-support-required-for-webos.patch' on target directory 'TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/bluez-5.68'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0007-recievePassThrough-commad-support-required-for-webos.patch
patching file profiles/audio/avctp.c
patching file src/device.c
Hunk #1 succeeded at 185 (offset 15 lines).
Hunk #2 succeeded at 296 (offset 16 lines).
Hunk webosose#3 succeeded at 1470 (offset 56 lines).
Hunk webosose#4 succeeded at 1500 (offset 56 lines).
Hunk webosose#5 succeeded at 1514 (offset 56 lines).
Hunk webosose#6 succeeded at 2282 (offset 204 lines).
Hunk webosose#7 succeeded at 3319 (offset 204 lines).
Hunk webosose#8 succeeded at 4358 with fuzz 1 (offset 266 lines).
patching file src/device.h
Hunk #1 FAILED at 188.
1 out of 1 hunk FAILED -- rejects in file src/device.h
Patch 0007-recievePassThrough-commad-support-required-for-webos.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

Change-Id: Icff9a7f0dde24b38cdaca5911196a85a5d0aa471
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/685243

Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
Hunk #1 succeeded at 2391 (offset 1 line).
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #2 succeeded at 1450 (offset 23 lines).
Hunk webosose#3 succeeded at 3243 (offset 23 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 26 with fuzz 2 (offset 1 line).
patching file src/adapter.c
Hunk #2 succeeded at 286 (offset 5 lines).
Hunk webosose#3 succeeded at 367 (offset 6 lines).
Hunk webosose#4 succeeded at 574 (offset 6 lines).
Hunk webosose#5 succeeded at 3508 (offset 6 lines).
Hunk webosose#6 succeeded at 3933 (offset 3 lines).
Hunk webosose#7 succeeded at 5312 (offset 4 lines).
Hunk webosose#8 succeeded at 6858 (offset 16 lines).
Hunk webosose#9 succeeded at 6903 (offset 16 lines).
Hunk webosose#10 succeeded at 6914 (offset 16 lines).
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #1 succeeded at 82 (offset -3 lines).
Hunk #2 succeeded at 1033 (offset -3 lines).
patching file src/main.conf

The context lines in the patches can be updated with devtool:

    devtool modify bluez5
    devtool finish --force-patch-refresh bluez5 <layer_path>

Don't forget to review changes done by devtool!

Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: Ibeacee43896df30dc10a207214a13c57dbaa311b
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/708197

ERROR: Applying patch '0001-implement-drm_create_linear_prime_buffer.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/mesa-23.2.1'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-implement-drm_create_linear_prime_buffer.patch
patching file include/GL/internal/dri_interface.h
Hunk #1 succeeded at 1506 (offset 1 line).
patching file src/egl/drivers/dri2/egl_dri2.c
Hunk #1 succeeded at 3129 (offset -15 lines).
Hunk #2 FAILED at 3165.
1 out of 2 hunks FAILED -- rejects in file src/egl/drivers/dri2/egl_dri2.c
patching file src/egl/drivers/dri2/platform_wayland.c
Hunk #1 FAILED at 1117.
1 out of 1 hunk FAILED -- rejects in file src/egl/drivers/dri2/platform_wayland.c
patching file src/egl/wayland/wayland-drm/meson.build
patching file src/egl/wayland/wayland-drm/wayland-drm.c
Hunk #1 FAILED at 37.
Hunk #2 FAILED at 59.
Hunk webosose#3 FAILED at 84.
Hunk webosose#4 FAILED at 128.
Hunk webosose#5 FAILED at 157.
Hunk webosose#6 FAILED at 170.
Hunk webosose#7 FAILED at 192.
7 out of 7 hunks FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.c
patching file src/egl/wayland/wayland-drm/wayland-drm.h
Hunk #1 FAILED at 11.
1 out of 1 hunk FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.h
patching file src/egl/wayland/wayland-drm/wayland-drm.xml
patching file src/gallium/frontends/dri/dri2.c
Hunk #1 succeeded at 1649 (offset 50 lines).
patching file src/gbm/backends/dri/gbm_dri.c
patching file src/loader/loader_dri3_helper.c
Hunk #1 succeeded at 1867 (offset 1 line).
Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f)

A lot of conflicts because of upstream commit:
e85983d7726 egl: re-format using clang-format

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: I27f073f09d867928d5f81fe54f64c124d40ab621
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jun 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/748755

ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/bluez-5.71'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 133 (offset 1 line).
Hunk #2 succeeded at 1494 (offset 44 lines).
Hunk webosose#3 succeeded at 3321 (offset 78 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 25 with fuzz 2 (offset -1 lines).
patching file src/adapter.c
Hunk #2 succeeded at 288 (offset 2 lines).
Hunk webosose#3 succeeded at 369 (offset 2 lines).
Hunk webosose#4 succeeded at 576 (offset 2 lines).
Hunk webosose#5 succeeded at 3516 (offset 8 lines).
Hunk webosose#6 FAILED at 3933.
Hunk webosose#7 succeeded at 5352 (offset 41 lines).
Hunk webosose#8 succeeded at 6898 (offset 41 lines).
Hunk webosose#9 succeeded at 6943 (offset 41 lines).
Hunk webosose#10 succeeded at 6954 (offset 41 lines).
1 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #2 succeeded at 1037 (offset 4 lines).
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-504] Create GPVB with Yocto 5.0 Scarthgap

Change-Id: If1e2b507096a953d3803c6e4edf22996a9ff4340
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jul 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:80/Builds/Details/1243568
ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/bluez-5.66'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 128 (offset 8 lines).
Hunk #2 succeeded at 1327 with fuzz 2 (offset 507 lines).
Hunk webosose#3 succeeded at 3066 (offset 623 lines).
patching file profiles/audio/media.h
patching file src/adapter.c
Hunk #2 succeeded at 281 (offset 9 lines).
Hunk webosose#3 succeeded at 361 (offset 27 lines).
Hunk webosose#4 succeeded at 568 (offset 27 lines).
Hunk webosose#5 succeeded at 3487 (offset 164 lines).
Hunk webosose#6 FAILED at 3749.
Hunk webosose#7 succeeded at 5292 (offset 166 lines).
Hunk webosose#8 succeeded at 6826 (offset 169 lines).
Hunk webosose#9 succeeded at 6871 (offset 173 lines).
Hunk webosose#10 FAILED at 6706.
2 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

stderr: ')

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRO-14883] Create GPVB with Yocto 4.2 Mickedore
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue 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 issue Jul 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/634854

ERROR: Applying patch '0007-recievePassThrough-commad-support-required-for-webos.patch' on target directory 'TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/bluez-5.68'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0007-recievePassThrough-commad-support-required-for-webos.patch
patching file profiles/audio/avctp.c
patching file src/device.c
Hunk #1 succeeded at 185 (offset 15 lines).
Hunk #2 succeeded at 296 (offset 16 lines).
Hunk webosose#3 succeeded at 1470 (offset 56 lines).
Hunk webosose#4 succeeded at 1500 (offset 56 lines).
Hunk webosose#5 succeeded at 1514 (offset 56 lines).
Hunk webosose#6 succeeded at 2282 (offset 204 lines).
Hunk webosose#7 succeeded at 3319 (offset 204 lines).
Hunk webosose#8 succeeded at 4358 with fuzz 1 (offset 266 lines).
patching file src/device.h
Hunk #1 FAILED at 188.
1 out of 1 hunk FAILED -- rejects in file src/device.h
Patch 0007-recievePassThrough-commad-support-required-for-webos.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

Change-Id: Icff9a7f0dde24b38cdaca5911196a85a5d0aa471
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jul 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/685243

Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
Hunk #1 succeeded at 2391 (offset 1 line).
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #2 succeeded at 1450 (offset 23 lines).
Hunk webosose#3 succeeded at 3243 (offset 23 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 26 with fuzz 2 (offset 1 line).
patching file src/adapter.c
Hunk #2 succeeded at 286 (offset 5 lines).
Hunk webosose#3 succeeded at 367 (offset 6 lines).
Hunk webosose#4 succeeded at 574 (offset 6 lines).
Hunk webosose#5 succeeded at 3508 (offset 6 lines).
Hunk webosose#6 succeeded at 3933 (offset 3 lines).
Hunk webosose#7 succeeded at 5312 (offset 4 lines).
Hunk webosose#8 succeeded at 6858 (offset 16 lines).
Hunk webosose#9 succeeded at 6903 (offset 16 lines).
Hunk webosose#10 succeeded at 6914 (offset 16 lines).
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #1 succeeded at 82 (offset -3 lines).
Hunk #2 succeeded at 1033 (offset -3 lines).
patching file src/main.conf

The context lines in the patches can be updated with devtool:

    devtool modify bluez5
    devtool finish --force-patch-refresh bluez5 <layer_path>

Don't forget to review changes done by devtool!

Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: Ibeacee43896df30dc10a207214a13c57dbaa311b
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jul 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/708197

ERROR: Applying patch '0001-implement-drm_create_linear_prime_buffer.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/mesa-23.2.1'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-implement-drm_create_linear_prime_buffer.patch
patching file include/GL/internal/dri_interface.h
Hunk #1 succeeded at 1506 (offset 1 line).
patching file src/egl/drivers/dri2/egl_dri2.c
Hunk #1 succeeded at 3129 (offset -15 lines).
Hunk #2 FAILED at 3165.
1 out of 2 hunks FAILED -- rejects in file src/egl/drivers/dri2/egl_dri2.c
patching file src/egl/drivers/dri2/platform_wayland.c
Hunk #1 FAILED at 1117.
1 out of 1 hunk FAILED -- rejects in file src/egl/drivers/dri2/platform_wayland.c
patching file src/egl/wayland/wayland-drm/meson.build
patching file src/egl/wayland/wayland-drm/wayland-drm.c
Hunk #1 FAILED at 37.
Hunk #2 FAILED at 59.
Hunk webosose#3 FAILED at 84.
Hunk webosose#4 FAILED at 128.
Hunk webosose#5 FAILED at 157.
Hunk webosose#6 FAILED at 170.
Hunk webosose#7 FAILED at 192.
7 out of 7 hunks FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.c
patching file src/egl/wayland/wayland-drm/wayland-drm.h
Hunk #1 FAILED at 11.
1 out of 1 hunk FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.h
patching file src/egl/wayland/wayland-drm/wayland-drm.xml
patching file src/gallium/frontends/dri/dri2.c
Hunk #1 succeeded at 1649 (offset 50 lines).
patching file src/gbm/backends/dri/gbm_dri.c
patching file src/loader/loader_dri3_helper.c
Hunk #1 succeeded at 1867 (offset 1 line).
Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f)

A lot of conflicts because of upstream commit:
e85983d7726 egl: re-format using clang-format

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: I27f073f09d867928d5f81fe54f64c124d40ab621
shr-project added a commit to shr-project/meta-webosose that referenced this issue Jul 10, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/748755

ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/bluez-5.71'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 133 (offset 1 line).
Hunk #2 succeeded at 1494 (offset 44 lines).
Hunk webosose#3 succeeded at 3321 (offset 78 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 25 with fuzz 2 (offset -1 lines).
patching file src/adapter.c
Hunk #2 succeeded at 288 (offset 2 lines).
Hunk webosose#3 succeeded at 369 (offset 2 lines).
Hunk webosose#4 succeeded at 576 (offset 2 lines).
Hunk webosose#5 succeeded at 3516 (offset 8 lines).
Hunk webosose#6 FAILED at 3933.
Hunk webosose#7 succeeded at 5352 (offset 41 lines).
Hunk webosose#8 succeeded at 6898 (offset 41 lines).
Hunk webosose#9 succeeded at 6943 (offset 41 lines).
Hunk webosose#10 succeeded at 6954 (offset 41 lines).
1 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #2 succeeded at 1037 (offset 4 lines).
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-504] Create GPVB with Yocto 5.0 Scarthgap

Change-Id: If1e2b507096a953d3803c6e4edf22996a9ff4340
shr-project added a commit to shr-project/meta-webosose that referenced this issue Aug 19, 2024
:Release Notes:
It was already reported by gcc in log.do_compile:

configd/1.2.0-24/git $ grep Wformat= ../temp/log.do_compile | sort -u
../git/src/common/util/Logger.hpp:238:21: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time64_t' {aka 'long long int'} [-Wformat=]
../git/src/common/util/Logger.hpp:278:46: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time64_t' {aka 'long long int'} [-Wformat=]

but it wasn't fatal for the build, "only" causes segfault in runtime.

:Detailed Notes:
Fixes:
  Program received signal SIGSEGV, Segmentation fault.
  __GI_strlen () at ../sysdeps/i386/i586/strlen.S:93
  warning: Source file is more recent than executable.
  93              movl (%eax), %ecx       /* get word (= 4 bytes) in question */
  (gdb) bt
  #0  __GI_strlen () at ../sysdeps/i386/i586/strlen.S:93
  #1  0xb78e6b49 in __printf_buffer (buf=0xbffff788, format=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ", ap=0xbffff880 "\251\031G", mode_flags=2) at /usr/src/debug/glibc/2.40+git/stdio-common/vfprintf-process-arg.c:435
  #2  0xb790684a in __vsnprintf_internal (string=0x48b828 <Logger::getInstance()::s_logger+520> "[  136.000000000] [", maxlen=1024, format=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ", args=0xbffff874 "\210", mode_flags=2) at vsnprintf.c:96
  webosose#3  0xb79b5aa0 in ___snprintf_chk (s=0x48b828 <Logger::getInstance()::s_logger+520> "[  136.000000000] [", maxlen=1024, flag=1, slen=4294967295, format=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ") at snprintf_chk.c:38
  webosose#4  0x0046f81b in snprintf (__s=0x48b828 <Logger::getInstance()::s_logger+520> "[  136.000000000] [", __n=1024, __fmt=0x4710a0 "[%5ld.%09ld] [%-7s] %-15s ") at /usr/include/bits/stdio2.h:68
  webosose#5  Logger::writeFile<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (this=<optimized out>, logLevel=0x4719a9 "info", msgid=0x47177d "MAIN",
      format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)") at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:278
  webosose#6  Logger::write<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (this=<optimized out>, level=0x4719a9 "info", msgid=0x47177d "MAIN",
      format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)") at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:212
  webosose#7  Logger::info<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (msgid=0x47177d "MAIN", format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)")
      at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:174
  webosose#8  Logger::info<char const*, int, char const*, LogLevel, LogType, char const*, char const*> (msgid=0x47177d "MAIN", format=0x474b9c "(%s, %d) %s : LogLevel(%d) / LogType(%d) / LogPath(%s) / BootStatus(%s)")
      at /usr/src/debug/configd/1.2.0-24/src/common/util/Logger.hpp:171
  webosose#9  Setting::printSetting (warning: could not convert 'pbnjson::JValue' from the host encoding (ANSI_X3.4-1968) to UTF-32.
  This normally should not happen, please file a bug report.
  this=0x48bea0 <Setting::getInstance()::_instance>) at /usr/src/debug/configd/1.2.0-24/src/configd/setting/Setting.cpp:204
  webosose#10 0x0041e84e in main (argc=1, argv=0xbffffa54) at /usr/src/debug/configd/1.2.0-24/src/configd/setting/Setting.h:42

:Testing Performed:
Build Successful

:QA Notes:
N/A

:Issues Addressed:
[WRQ-32810] configd segfaults with 64-bit time_t

Change-Id: I8d0b9ea01adf41e41f7c09852b4b5fa617dff1ac
shr-project added a commit to shr-project/meta-webosose that referenced this issue Aug 19, 2024
:Release Notes:
It was already reported by gcc in log.do_compile:
../git/src/bootd/util/Logger.cpp:124:20: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time64_t' {aka 'long long int'} [-Wformat=]
../git/src/bootd/event/DynamicEventDB.cpp:315:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__time64_t' {aka 'long long int'} [-Wformat=]
but it wasn't fatal for the build, "only" causes segfault in runtime.

:Detailed Notes:
Fixes:
  Program received signal SIGSEGV, Segmentation fault.
  __GI_strlen () at ../sysdeps/i386/i586/strlen.S:50
  warning: Source file is more recent than executable.
  50              cmpb %dh, (%eax)        /* is byte NUL? */
  (gdb) bt
  #0  __GI_strlen () at ../sysdeps/i386/i586/strlen.S:50
  #1  0xb760fb49 in __printf_buffer (buf=0xbffff030, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n", ap=0xbffff89c "\251\271B", mode_flags=2) at /usr/src/debug/glibc/2.40+git/stdio-common/vfprintf-process-arg.c:435
  #2  0xb762f64f in __vdprintf_internal (d=870436166, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n", arg=0xbffff88c "\350\270B", mode_flags=2) at iovdprintf.c:69
  webosose#3  0xb76dd7d3 in __dprintf_chk (d=4, flag=1, format=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n") at dprintf_chk.c:33
  webosose#4  0x00429a95 in dprintf (__fd=<optimized out>, __fmt=0x42b8cf "%s(%3ld.%09ld) : %s) %s\n") at /usr/include/bits/stdio2.h:174
  webosose#5  Logger::writeBootdLog (this=0x435440 <g_Logger>, type=0x42b8e8 "PERFORMANCE", msgid=0x42b9a9 "Boot", msg=0x43544c <g_Logger+12> "BOOTD_START") at /usr/src/debug/bootd/2.0.0-23/src/bootd/util/Logger.cpp:123
  webosose#6  0x00429bdf in Logger::performanceLog (this=0x435440 <g_Logger>, msgid=0x42b9a9 "Boot", format=0x42b008 "BOOTD_START") at /usr/src/debug/bootd/2.0.0-23/src/bootd/util/Logger.cpp:143
  webosose#7  0x0040fbf8 in main (argc=1, argv=0xbffffa54) at /usr/src/debug/bootd/2.0.0-23/src/bootd/Main.cpp:44

:Testing Performed:
Local Test: OK

:QA Notes:

:Issues Addressed:
[WRQ-32812] bootd segfaults with 64-bit time_t

Change-Id: I45ed378ac1212a6ecbcdf84479d721c2960641c5
shr-project added a commit to shr-project/meta-webosose that referenced this issue Aug 23, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:80/Builds/Details/1243568
ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/bluez-5.66'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.66-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 128 (offset 8 lines).
Hunk #2 succeeded at 1327 with fuzz 2 (offset 507 lines).
Hunk webosose#3 succeeded at 3066 (offset 623 lines).
patching file profiles/audio/media.h
patching file src/adapter.c
Hunk #2 succeeded at 281 (offset 9 lines).
Hunk webosose#3 succeeded at 361 (offset 27 lines).
Hunk webosose#4 succeeded at 568 (offset 27 lines).
Hunk webosose#5 succeeded at 3487 (offset 164 lines).
Hunk webosose#6 FAILED at 3749.
Hunk webosose#7 succeeded at 5292 (offset 166 lines).
Hunk webosose#8 succeeded at 6826 (offset 169 lines).
Hunk webosose#9 succeeded at 6871 (offset 173 lines).
Hunk webosose#10 FAILED at 6706.
2 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

stderr: ')

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRO-14883] Create GPVB with Yocto 4.2 Mickedore
shr-project added a commit to shr-project/meta-webosose that referenced this issue 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 issue 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 issue Aug 23, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/634854

ERROR: Applying patch '0007-recievePassThrough-commad-support-required-for-webos.patch' on target directory 'TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/bluez-5.68'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86_64-webos-linux/bluez5/5.68-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0007-recievePassThrough-commad-support-required-for-webos.patch
patching file profiles/audio/avctp.c
patching file src/device.c
Hunk #1 succeeded at 185 (offset 15 lines).
Hunk #2 succeeded at 296 (offset 16 lines).
Hunk webosose#3 succeeded at 1470 (offset 56 lines).
Hunk webosose#4 succeeded at 1500 (offset 56 lines).
Hunk webosose#5 succeeded at 1514 (offset 56 lines).
Hunk webosose#6 succeeded at 2282 (offset 204 lines).
Hunk webosose#7 succeeded at 3319 (offset 204 lines).
Hunk webosose#8 succeeded at 4358 with fuzz 1 (offset 266 lines).
patching file src/device.h
Hunk #1 FAILED at 188.
1 out of 1 hunk FAILED -- rejects in file src/device.h
Patch 0007-recievePassThrough-commad-support-required-for-webos.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

Change-Id: Icff9a7f0dde24b38cdaca5911196a85a5d0aa471
shr-project added a commit to shr-project/meta-webosose that referenced this issue Aug 23, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/685243

Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
Hunk #1 succeeded at 2391 (offset 1 line).
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #2 succeeded at 1450 (offset 23 lines).
Hunk webosose#3 succeeded at 3243 (offset 23 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 26 with fuzz 2 (offset 1 line).
patching file src/adapter.c
Hunk #2 succeeded at 286 (offset 5 lines).
Hunk webosose#3 succeeded at 367 (offset 6 lines).
Hunk webosose#4 succeeded at 574 (offset 6 lines).
Hunk webosose#5 succeeded at 3508 (offset 6 lines).
Hunk webosose#6 succeeded at 3933 (offset 3 lines).
Hunk webosose#7 succeeded at 5312 (offset 4 lines).
Hunk webosose#8 succeeded at 6858 (offset 16 lines).
Hunk webosose#9 succeeded at 6903 (offset 16 lines).
Hunk webosose#10 succeeded at 6914 (offset 16 lines).
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #1 succeeded at 82 (offset -3 lines).
Hunk #2 succeeded at 1033 (offset -3 lines).
patching file src/main.conf

The context lines in the patches can be updated with devtool:

    devtool modify bluez5
    devtool finish --force-patch-refresh bluez5 <layer_path>

Don't forget to review changes done by devtool!

Patch log indicates that patches do not apply cleanly. [patch-fuzz]

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: Ibeacee43896df30dc10a207214a13c57dbaa311b
shr-project added a commit to shr-project/meta-webosose that referenced this issue Aug 23, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/708197

ERROR: Applying patch '0001-implement-drm_create_linear_prime_buffer.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/mesa-23.2.1'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.2.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-implement-drm_create_linear_prime_buffer.patch
patching file include/GL/internal/dri_interface.h
Hunk #1 succeeded at 1506 (offset 1 line).
patching file src/egl/drivers/dri2/egl_dri2.c
Hunk #1 succeeded at 3129 (offset -15 lines).
Hunk #2 FAILED at 3165.
1 out of 2 hunks FAILED -- rejects in file src/egl/drivers/dri2/egl_dri2.c
patching file src/egl/drivers/dri2/platform_wayland.c
Hunk #1 FAILED at 1117.
1 out of 1 hunk FAILED -- rejects in file src/egl/drivers/dri2/platform_wayland.c
patching file src/egl/wayland/wayland-drm/meson.build
patching file src/egl/wayland/wayland-drm/wayland-drm.c
Hunk #1 FAILED at 37.
Hunk #2 FAILED at 59.
Hunk webosose#3 FAILED at 84.
Hunk webosose#4 FAILED at 128.
Hunk webosose#5 FAILED at 157.
Hunk webosose#6 FAILED at 170.
Hunk webosose#7 FAILED at 192.
7 out of 7 hunks FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.c
patching file src/egl/wayland/wayland-drm/wayland-drm.h
Hunk #1 FAILED at 11.
1 out of 1 hunk FAILED -- rejects in file src/egl/wayland/wayland-drm/wayland-drm.h
patching file src/egl/wayland/wayland-drm/wayland-drm.xml
patching file src/gallium/frontends/dri/dri2.c
Hunk #1 succeeded at 1649 (offset 50 lines).
patching file src/gbm/backends/dri/gbm_dri.c
patching file src/loader/loader_dri3_helper.c
Hunk #1 succeeded at 1867 (offset 1 line).
Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f)

A lot of conflicts because of upstream commit:
e85983d7726 egl: re-format using clang-format

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-691] Create GPVB with Yocto 4.3 Nanbield

Change-Id: I27f073f09d867928d5f81fe54f64c124d40ab621
shr-project added a commit to shr-project/meta-webosose that referenced this issue Aug 23, 2024
:Release Notes:

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/748755

ERROR: Applying patch '0012-Support-enabling-avdtp-delayReport.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/bluez-5.71'
CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.71/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0012-Support-enabling-avdtp-delayReport.patch
patching file profiles/audio/a2dp.c
patching file profiles/audio/a2dp.h
patching file profiles/audio/avdtp.c
patching file profiles/audio/avdtp.h
patching file profiles/audio/media.c
Hunk #1 succeeded at 133 (offset 1 line).
Hunk #2 succeeded at 1494 (offset 44 lines).
Hunk webosose#3 succeeded at 3321 (offset 78 lines).
patching file profiles/audio/media.h
Hunk #2 succeeded at 25 with fuzz 2 (offset -1 lines).
patching file src/adapter.c
Hunk #2 succeeded at 288 (offset 2 lines).
Hunk webosose#3 succeeded at 369 (offset 2 lines).
Hunk webosose#4 succeeded at 576 (offset 2 lines).
Hunk webosose#5 succeeded at 3516 (offset 8 lines).
Hunk webosose#6 FAILED at 3933.
Hunk webosose#7 succeeded at 5352 (offset 41 lines).
Hunk webosose#8 succeeded at 6898 (offset 41 lines).
Hunk webosose#9 succeeded at 6943 (offset 41 lines).
Hunk webosose#10 succeeded at 6954 (offset 41 lines).
1 out of 10 hunks FAILED -- rejects in file src/adapter.c
patching file src/adapter.h
patching file src/btd.h
patching file src/main.c
Hunk #2 succeeded at 1037 (offset 4 lines).
patching file src/main.conf
Patch 0012-Support-enabling-avdtp-delayReport.patch does not apply (enforce with -f)

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-504] Create GPVB with Yocto 5.0 Scarthgap

Change-Id: If1e2b507096a953d3803c6e4edf22996a9ff4340
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant