forked from webosose/meta-webosose
-
Notifications
You must be signed in to change notification settings - Fork 1
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
webruntime.inc: Add support for qemux86-64 #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:Release Notes: Add Copyright, include webos-rpi.inc at the end. :Detailed Notes: Drop currently unused RPI_USE_TEE and use default VC4DTBO for raspberrypi3. :Testing Performed: See the CCC. :QA Notes: :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-47016] CCC: linux-raspberrypi=v4.19.66 Change-Id: Ided6fc1e6af6c046e40be49cc318b237275115cc
:Release Notes: This reverts commit e798be252a41c13a46964354f17ab51186868616. :Detailed Notes: Drop this old junk, it was removed from meta-raspberrypi before Yocto 2.3 Pyro was released in: commit 9eaff5ce1a403f4a37575953361bc5c4a3e045b6 Author: Paul Barker <[email protected]> Date: Mon May 15 10:19:06 2017 +0100 linux-rasberrypi: Drop 4.4 series kernel The rpi-4.4.y branch has been unmaintained for a couple of months now. Let's drop it before branching for pyro. It's old and unsupported and also breaks perf again: http://caprica.lgsvl.com:8080/Errors/Details/1438070 Upstream is now using 4.14 and 4.19. Use 4.19 for raspberrypi3*, so that we use the same kernel version for both raspberrypi3* and raspberrypi4*. :Testing Performed: Only build tested. :QA Notes: :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-47016] CCC: linux-raspberrypi=v4.19.66 Change-Id: Ic5f388e64059f639302b5a6680cba77920c493b8
:Release Notes: We're using vc4graphics MACHINE_FEATURE together with userland for media so we should be using fkms not kms. :Detailed Notes: As kernel config description says: Name: vc4-fkms-v3d Info: Enable Eric Anholt's DRM VC4 V3D driver on top of the dispmanx display stack. Load: dtoverlay=vc4-fkms-v3d,<param> Name: vc4-kms-v3d Info: Enable Eric Anholt's DRM VC4 HDMI/HVS/V3D driver. Running startx or booting to GUI while this overlay is in use will cause interesting lockups. Load: dtoverlay=vc4-kms-v3d,<param> These correspond with following raspi-config options: vc4-kms-v3d: "G1 GL (Full KMS)" "OpenGL desktop driver with full KMS" vc4-fkms-v3d: "G2 GL (Fake KMS)" "OpenGL desktop driver with fake KMS" no dtoverlay (and no vc4graphics to use userland for media and graphics) "G3 Legacy" "Original non-GL desktop driver" :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-47626] kernel warnings in vc4 [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-47016] CCC: linux-raspberrypi=v4.19.66 Change-Id: I8da03eae612eb105345a515fd61b7b2e2af34ffb
… all RPIs) :Release Notes: Change to SW decoding for all web media not only on RPi4 but all RPIs. :Detailed Notes: HW decoding doesn't work on RPI3 when 4.19 kernel is being used (the same kernel as what we currently use on RPI4). Using long deprecated and unsupported 4.4. kernel which doesn't even work on RPI3 B+ is not an option. Disable HW decoding until it's fixed with PLAT-84754 for both RPI4 and RPI3 to unblock the kernel upgrade. :Testing Performed: Video and sound works well on below apps. - YouTube Test - HTML5 Video - Web Browser(Enact Browser) :QA Notes: N/A :Issues Addressed: [PLAT-84732] Change to SW decoding for all web media [PLAT-84754] Apply media related patch to 4.19 Kernel + FKMS [PLAT-47016] CCC: linux-raspberrypi=v4.19.66 Change-Id: I92bd87df5a0166113b4ee698b86157c1775fd8f2
:Release Notes: Upgrade the kernel to latest with corresponding firmware. Upstreamed in: agherzan/meta-raspberrypi#514 :Detailed Notes: This VC4 firmware is compatible with network boot described here: https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/raspberry_pi4_network_boot_beta.md Using newer firmware with older 4.9.66 doesn't work, surface-manager doesn't start again (similar to agherzan/meta-raspberrypi@e811912 but this time there is no drm card at all, modprobe vc4 doesn't initialize drm like if the fkms dt didn't apply :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-47626] kernel warnings in vc4 [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-84908] Upgrade linux-raspberrypi to 4.19.66 or later [PLAT-47016] CCC: linux-raspberrypi=v4.19.80 Change-Id: I9b674c7581ec83d1dd4e849081328bf8e921b377
:Release Notes: :Detailed Notes: Upgrade qtbase from: 5.12.meta-qt5-shared.8 5.12.meta-webos.8 5.12.meta-webos-raspberrypi.8 to: 5.12.meta-qt5-shared.9 5.12.meta-webos.9 5.12.meta-webos-raspberrypi.9 Upgrade qtdeclarative from: 5.12.meta-qt5.2 5.12.meta-webos.13 to: 5.12.meta-qt5.3 5.12.meta-webos.14 meta-webos/recipes-qt/qt5/qtdeclarative/0023-Fix-crashes-in-QQmlXMLHttpRequest.patch meta-webos/recipes-qt/qt5/qtdeclarative/0025-Fix-thisObject-when-calling-scope-and-context-properties-through-lookups.patch meta-webos/recipes-qt/qt5/qtdeclarative/0028-Parser-Accept-templated-readonly-properties.patch Are dropped, because they are already included in upstream v5.12.5 :Testing Performed: :QA Notes: :Build Notes: Requires build-* changes from PLAT-86977 gpro.lgsvl.com:webos/build-webos[master] N http://gpro.lge.com/258252 webos-image: meta-qt5 upgrade to 5.12.5 ... :Issues Addressed: [PLAT-86929] Update Qt to 5.12.5 and migrate patches in meta-webos [PLAT-86977] CCC: Update Qt to 5.12.5 Change-Id: I36a13667824dacf60e7d77a60362383dad332ca0
:Release Notes: Enable universal native. :Detailed Notes: It will be useful when switching to next Ubuntu LTS 20.04. :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-94374] Enable uninative Change-Id: I7f725745fac9476db07660e8fad1599c3f5be1fc
…ation :Release Notes: Fix signature issues introduced with meta-virtualization layer. :Detailed Notes: Fixes: NOTE: Started PRServer with DBfile: /home/jenkins/anaconda/build-webos-thud/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 39979, PID: 17428 Loading cache...done. Loaded 3611 entries from dependency cache. NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'apache2' (but /home/jenkins/anaconda/build-webos-thud/build/meta-virtualization/recipes-extended/nagios/nagios-core_4.4.2.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'apache2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['apache2'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nagios-plugins', 'nagios-core', 'apache2'] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. NOTE: Started PRServer with DBfile: /home/jenkins/anaconda/build-webos-thud/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 40339, PID: 17481 Loading cache...done. Loaded 3610 entries from dependency cache. Parsing recipes...done. Parsing of 2596 .bb files complete (2560 cached, 36 parsed). 3611 targets, 367 skipped, 44 masked, 0 errors. NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'apache2' (but /home/jenkins/anaconda/build-webos-thud/build/meta-virtualization/recipes-extended/nagios/nagios-core_4.4.2.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'apache2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['apache2'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nagios-plugins', 'nagios-core', 'apache2'] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. NOTE: Started PRServer with DBfile: /home/jenkins/anaconda/build-webos-thud/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 40033, PID: 17630 Loading cache...done. Loaded 3611 entries from dependency cache. NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'syslinux' (but /home/jenkins/anaconda/build-webos-thud/build/meta-virtualization/recipes-extended/ipxe/ipxe_git.bb DEPENDS on or otherwise requires it) syslinux was skipped: incompatible with host arm-webos-linux-gnueabi (not in COMPATIBLE_HOST) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ipxe', 'syslinux'] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. ERROR: Nothing PROVIDES 'nagios-core' (but /home/jenkins/anaconda/build-webos-thud/build/meta-virtualization/recipes-extended/nagios/nagios-nrpe_3.2.1.bb DEPENDS on or otherwise requires it) nagios-core was skipped: Recipe is blacklisted: Depends on apache2 from meta-webserver layer which we don't include ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'nagios-nrpe', 'nagios-core'] :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-94390] Fix signature issues introduced with meta-updater and meta-virtualization Change-Id: I0397006caee85c65faedace00b2f75314868927d
:Release Notes: Fix signature issues introduced with meta-updater layer. :Detailed Notes: Signatures issues reported in: advancedtelematic/meta-updater#603 should be fixed when we upgrade to Yocto 3.0 Zeus or newer with: advancedtelematic/meta-updater@837b2fc advancedtelematic/meta-updater@44a3013 advancedtelematic/meta-updater@3f70b2d advancedtelematic/meta-updater@99226f8 :Testing Performed: :QA Notes: :Issues Addressed: [PLAT-94390] Fix signature issues introduced with meta-updater and Change-Id: Ibb18bd090d9898740a9bd9d816da6b875d6c0a5b
:Release Notes: Move it from .inc to 68.bb instead of adding it for both in .inc and then undoing it in 72 recipe. :Detailed Notes: The comment is also wrong, because it says until 16.04 and now we're on 18.04 Ubuntu and still using this. :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-78282] mksnapshot from webruntime fails to run with Yocto 2.7 [PLAT-79604] Fix build with gcc9 [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I0d958a0a03ca982421b6c59c14bef5ec4eadda80
:Release Notes: Backport fix from upstream to resolve build failure. :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-78282] mksnapshot from webruntime fails to run with Yocto 2.7 [PLAT-79604] Fix build with gcc9 [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I8ebf8d9d651d382b6498d26835f495ed8e6cfb6c
:Release Notes: Set v8_snapshot_toolchain to clang_yocto_native :Detailed Notes: Otherwise mksnapshot as well as torque cross binaries are built against target libstdc+.so.6 from ./recipe-sysroot/usr/lib/libstdc.so.6 instead of host's libstdc+.so.6 used when torque is executed (when the target libs in recipe-sysroot are compatible - happens only with qemux86(-64) builds on x86_64 builders) mjansa@raven-build:/jenkins/mjansa/build-webos-master/BUILD/work/qemux86-webos-linux/webruntime/68.0.3440.106-76-r18$ ./build/Release/torque ./build/Release/torque: /usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./build/Release/torque) mjansa@raven-build:/jenkins/mjansa/build-webos-master/BUILD/work/qemux86-webos-linux/webruntime/68.0.3440.106-76-r18$ LD_LIBRARY_PATH=./recipe-sysroot/usr/lib/ ./build/Release/torque Similarly with mksnapshot: [13095/23713] ACTION //v8:run_mksnapshot_default(//build/toolchain/cros:target) FAILED: snapshot_blob.bin python ../../git/src/v8/tools/run.py ./mksnapshot --turbo_instruction_scheduling --random-seed 314159265 --startup_blob snapshot_blob.bin ./mksnapshot: /lib/i386-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./mksnaps When clang_yocto_native (or yocto_native) toolchain is used, it fails as shown in: http://caprica.lgsvl.com:8080/Errors/Details/1480648 add a work around for that as well, but should be investigated a bit more by component owners. Maybe this happens only with gcc-9. :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-78282] mksnapshot from webruntime fails to run with Yocto 2.7 [PLAT-79604] Fix build with gcc9 [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I892bdd0e2c719a7b00ec35bf5d8b435ebb890c84
:Release Notes: Use latest SRCREV. :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-48507] pseudo: random package_qa failures Change-Id: I076cc9cffde51d41dee495e523c6efb7304472f1
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I00e6ccb57b1df31d6f2048f6159574b725a43a50
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: Ibd609ebf791652ac28fad7a21af07270c2bcfc4b
:Release Notes: This reverts most of the changes added in: commit 8a52d1ccfbad7dd101cd64d26a40d393f429ac77 Author: Youngjin Kim <[email protected]> Date: Wed Aug 14 07:48:30 2019 +0900 webos: Add raspberrypi4 as supported machine :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 [PLAT-80962] Upgrade linux-raspberrpi to 4.19 [PLAT-47016] CCC: linux-raspberrypi=v4.19.66 Change-Id: I6703c5683579742517b3dec89acdc5ac6e78906b
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: If5a2c0eacf5daeff0775113e4960e76c9e794dae
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: Iae6d38abd5023a04bd5d61ee4c5e69177d8a1724
…libpciaccess: remove modifications backported from oe-core jansa/qemu :Release Notes: They are in oe-core now. :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I3a6e7358941369e2cc25ad30c15db59a5c1652fa
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I66b6a29584a632980a79c6da24843d6a97f5ade3
:Release Notes: gtest.pc.in is now in cmake subdirectory :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I04450f48c0df9b651195ab8d902cd02adc80bfcf
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: Ib898a2357039f12d8d9a75addbd24549ee64f62b
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I89ceac0580f8a1a6dcc36958b189d592abba5d0d
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I1d2fe3cb47bbde06f977d8ee056c45c5468c4c89
:Release Notes: nodejs: remove LGE patches They need to be reworked a bit to fix: 0004-Fixes-process-pid-getter-to-always-get-actual-pid.patch http://caprica.lgsvl.com:8080/Errors/Details/1437531 0009-Provide-option-compile-js-to-node-for-.js-compilatio.patch http://caprica.lgsvl.com:8080/Errors/Details/1438067 and there are other runtime issues like segfaults during build: http://caprica.lgsvl.com:8080/Errors/Details/1445769 http://caprica.lgsvl.com:8080/Errors/Details/1445761 :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: If512b4ee0365a2c0210b5460dfae2a1e935ca84f
:Release Notes: :Detailed Notes: nss-mymachines depends on machined which is disabled: meson.build:1382:24: ERROR: Problem encountered: nss-mymachines is requested but machined is disabled http://caprica.lgsvl.com:8080/Errors/Details/1437073 nss-resolved depends on resolved which is disabled: meson.build:1382:24: ERROR: Problem encountered: nss-resolve is requested but resolve is disabled http://caprica.lgsvl.com:8080/Errors/Details/1440610 :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: I0e8c3e2c9c72cb615cc01628a5f6778c104cadc0
:Release Notes: :Detailed Notes: WARNING: connman-1.36-r0 do_patch: Fuzz detected: Applying patch 0004-Support-WPS-PBC-and-PIN-mode.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c Hunk #2 succeeded at 2956 (offset 38 lines). Hunk webosose#3 succeeded at 5079 (offset 38 lines). patching file include/device.h Hunk #1 succeeded at 129 with fuzz 1 (offset 3 lines). patching file include/technology.h patching file plugins/wifi.c Hunk #1 succeeded at 61 with fuzz 1. Hunk #2 succeeded at 78 (offset 1 line). Hunk webosose#3 succeeded at 163 (offset 7 lines). Hunk webosose#4 succeeded at 214 (offset 7 lines). Hunk webosose#5 succeeded at 805 (offset 7 lines). Hunk webosose#6 succeeded at 2055 (offset 95 lines). Hunk webosose#7 succeeded at 2277 with fuzz 2 (offset 96 lines). Hunk webosose#8 succeeded at 2303 (offset 96 lines). Hunk webosose#9 succeeded at 2333 (offset 96 lines). Hunk webosose#10 succeeded at 2454 (offset 96 lines). Hunk webosose#11 succeeded at 2499 (offset 95 lines). Hunk webosose#12 succeeded at 2637 (offset 95 lines). Hunk webosose#13 succeeded at 2707 (offset 95 lines). Hunk webosose#14 succeeded at 2773 (offset 95 lines). Hunk webosose#15 succeeded at 2810 (offset 98 lines). Hunk webosose#16 succeeded at 2838 (offset 98 lines). Hunk webosose#17 succeeded at 2848 (offset 98 lines). Hunk webosose#18 succeeded at 2857 (offset 98 lines). Hunk webosose#19 succeeded at 2906 with fuzz 1 (offset 101 lines). Hunk webosose#20 succeeded at 3561 (offset 139 lines). patching file src/connman.h Hunk #1 succeeded at 562 (offset 2 lines). patching file src/device.c Hunk #1 succeeded at 1154 with fuzz 1 (offset 46 lines). patching file src/service.c patching file src/technology.c Hunk #1 succeeded at 1090 (offset -2 lines). Hunk #2 succeeded at 1142 (offset -2 lines). The context lines in the patches can be updated with devtool: devtool modify connman devtool finish --force-patch-refresh connman <layer_path> Don't forget to review changes done by devtool! WARNING: connman-1.36-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Applying patch 0010-Support-channel-frequency-of-scanned-AP.patch patching file gsupplicant/gsupplicant.h patching file gsupplicant/supplicant.c Hunk #2 succeeded at 1121 (offset 2 lines). Hunk webosose#3 succeeded at 1302 (offset 2 lines). Hunk webosose#4 succeeded at 2331 (offset 14 lines). Hunk webosose#5 succeeded at 2488 (offset 14 lines). Hunk webosose#6 succeeded at 6022 (offset 38 lines). patching file include/device.h Hunk #2 succeeded at 92 (offset 1 line). Hunk webosose#3 succeeded at 118 (offset 1 line). Hunk webosose#4 succeeded at 145 (offset 3 lines). patching file include/network.h patching file plugins/wifi.c Hunk #1 succeeded at 170 (offset 6 lines). Hunk #2 succeeded at 187 (offset 6 lines). Hunk webosose#3 succeeded at 2293 (offset 94 lines). Hunk webosose#4 succeeded at 2351 with fuzz 1 (offset 95 lines). Hunk webosose#5 succeeded at 3182 (offset 100 lines). Hunk webosose#6 succeeded at 3202 (offset 100 lines). Hunk webosose#7 succeeded at 3269 (offset 102 lines). Hunk webosose#8 succeeded at 3282 (offset 75 lines). Hunk webosose#9 FAILED at 3224. 1 out of 9 hunks FAILED -- rejects in file plugins/wifi.c patching file src/device.c Hunk #2 succeeded at 563 (offset 22 lines). Hunk webosose#3 succeeded at 829 (offset 38 lines). Hunk webosose#4 succeeded at 874 (offset 38 lines). Hunk webosose#5 succeeded at 1319 (offset 46 lines). patching file src/network.c Hunk #1 succeeded at 51 (offset 7 lines). Hunk #2 succeeded at 66 (offset 7 lines). Hunk webosose#3 succeeded at 107 with fuzz 1 (offset 8 lines). Hunk webosose#4 succeeded at 922 (offset 9 lines). Hunk webosose#5 succeeded at 966 (offset 9 lines). Hunk webosose#6 succeeded at 1728 (offset 9 lines). patching file src/service.c Hunk #1 succeeded at 145 (offset 4 lines). Hunk #2 succeeded at 1574 (offset 15 lines). Hunk webosose#3 succeeded at 2424 (offset 76 lines). Hunk webosose#4 succeeded at 2540 (offset 76 lines). patching file src/technology.c Hunk webosose#4 succeeded at 1257 (offset -2 lines). Hunk webosose#5 succeeded at 1354 (offset -2 lines). Patch 0010-Support-channel-frequency-of-scanned-AP.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: Icefeedb4cbf648309db3c73bf95dbc91087ebc89
:Release Notes: :Detailed Notes: :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: Ic4c7fafb22054d88e05f95c5ac91bcb396c4f7fe
:Release Notes: :Detailed Notes: http://caprica.lgsvl.com:8080/Errors/Details/1437534 https://jenkins-scm.lgsvl.net/job/jansa/job/webos-jansa-warrior-test-sysroot-cruft/3/display/redirect http://caprica.lgsvl.com:8080/Builds/Details/5308619 :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [PLAT-77937] Create GPVB with Yocto 2.7 Change-Id: Iebad3695a2b812add728fd60173935969fb80bfb
:Release Notes: Not needed since: agherzan/meta-raspberrypi@7ef5042 :Detailed Notes: Actually this breaks the build now because BCM_BT_SOURCES isn't defined. Change-Id: Iaeb8a4f50479129f85aa460336dce1a0d687ca30
shr-project
added a commit
that referenced
this pull request
Nov 29, 2024
:Release Notes: Upgraded in oe-core with: https://git.openembedded.org/openembedded-core/commit/?id=fe7395c6f8c406cfcc0b090fd162dc84e5ec97b0 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1033998 Applying patch disable-libsamplerate.patch patching file configure.ac Hunk #1 succeeded at 43 with fuzz 1. Hunk #2 succeeded at 69 (offset -7 lines). :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=037ff235fa8e369c0eac9f84cb82c9eaffba85f3 :Detailed Notes: Fixes: http://gecko.lge.com/Errors/Details/500723 ERROR: Applying patch '0001-Load-installed-files-before-update-file-ownership.patch' on target directory 'TOPDIR/BUILD/work/x86_64-linux/opkg-native/1_0.6.1-r0/opkg-0.6.1' CmdError('quilt --quiltrc TOPDIR/BUILD/work/x86_64-linux/opkg-native/1_0.6.1-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-Load-installed-files-before-update-file-ownership.patch patching file libopkg/opkg_install.c Hunk #1 succeeded at 961 (offset 14 lines). patching file libopkg/pkg_hash.c Hunk #1 FAILED at 906. 1 out of 1 hunk FAILED -- rejects in file libopkg/pkg_hash.c Patch 0001-Load-installed-files-before-update-file-ownership.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 Change-Id: Ic07d4ab94007c9300019fec86c75e464837be273
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Use refreshed 0004-Make-netgroup-support-optional.patch to avoid patch-fuzz it's fixed in kirkstone: https://git.openembedded.org/meta-openembedded/commit/?h=kirkstone&id=0b0086ca9acc1a5dc682c93217b9f8996214ae4c but not in langdale :Detailed Notes: Fixes: ERROR: polkit-0.119-r0 do_patch: Fuzz detected: Applying patch 0004-Make-netgroup-support-optional.patch patching file configure.ac Hunk #1 succeeded at 117 with fuzz 2 (offset 17 lines). patching file meson.build patching file src/polkit/polkitidentity.c patching file src/polkit/polkitunixnetgroup.c patching file src/polkitbackend/polkitbackendinteractiveauthority.c patching file src/polkitbackend/polkitbackendjsauthority.cpp Hunk #1 succeeded at 1291 (offset -233 lines). Hunk #2 succeeded at 1306 (offset -233 lines). patching file test/polkit/polkitidentitytest.c patching file test/polkit/polkitunixnetgrouptest.c patching file test/polkitbackend/test-polkitbackendjsauthority.c The context lines in the patches can be updated with devtool: devtool modify polkit devtool finish --force-patch-refresh polkit <layer_path> Don't forget to review changes done by devtool! ERROR: polkit-0.119-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-2115] Create GPVB with Yocto 4.1 Langdale Change-Id: Id7e2448aa2b24b0af3b4bd7e9059bad172207e93
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: :Detailed Notes: Fixes: ERROR: opkg-1_0.6.1-r0 do_patch: Fuzz detected: Applying patch 0008-Allow-multiple-f-flags.patch patching file libopkg/opkg_conf.c Hunk #1 succeeded at 593 (offset 1 line). Hunk #2 succeeded at 685 (offset 1 line). Hunk webosose#3 succeeded at 722 (offset 1 line). Hunk webosose#4 succeeded at 906 (offset 4 lines). Hunk webosose#5 succeeded at 929 (offset 4 lines). patching file libopkg/opkg_conf.h Hunk #1 succeeded at 70 (offset 1 line). patching file src/opkg.c Hunk #1 succeeded at 152 (offset 2 lines). Hunk #2 succeeded at 343 (offset 5 lines). patching file tests/Makefile Hunk #1 succeeded at 101 with fuzz 1 (offset 5 lines). patching file tests/misc/print_architecture.py The context lines in the patches can be updated with devtool: devtool modify opkg devtool finish --force-patch-refresh opkg <layer_path> Don't forget to review changes done by devtool! ERROR: opkg-1_0.6.1-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-2115] Create GPVB with Yocto 4.1 Langdale Change-Id: I358ba7718d168f85a139c8c43a03776a0670b29e
shr-project
added a commit
that referenced
this pull request
Dec 3, 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
that referenced
this pull request
Dec 3, 2024
:Release Notes: :Detailed Notes: Fixes: ERROR: systemd-1_252.4-r0 do_patch: Fuzz detected: Applying patch 0002-Add-webos-interface.patch patching file src/oom/com.webos.MemoryManager1.conf patching file src/oom/meson.build patching file src/oom/oomd-manager.c Hunk #2 succeeded at 394 (offset -5 lines). Hunk webosose#3 succeeded at 520 (offset 4 lines). patching file src/oom/oomd.c Hunk #1 succeeded at 16 with fuzz 1 (offset 1 line). Hunk #2 succeeded at 193 (offset 1 line). patching file src/oom/webos-manager-bus.c patching file src/oom/webos-manager-bus.h patching file src/oom/webos-manager.c patching file src/oom/webos-manager.h patching file units/systemd-oomd.service.in The context lines in the patches can be updated with devtool: devtool modify systemd devtool finish --force-patch-refresh systemd <layer_path> Don't forget to review changes done by devtool! ERROR: systemd-1_252.4-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I7ec74c08572e752f5c2e42b3353bb5366d49cbde
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/551316 ERROR: QA Issue: Fuzz detected: Applying patch 0002-Add-webos-interface.patch patching file src/oom/com.webos.MemoryManager1.conf patching file src/oom/meson.build Hunk #1 succeeded at 5 with fuzz 2 (offset -3 lines). Hunk #2 succeeded at 17 (offset -3 lines). patching file src/oom/oomd-manager.c patching file src/oom/oomd.c Hunk #1 succeeded at 17 (offset 1 line). Hunk #2 succeeded at 194 (offset 1 line). patching file src/oom/webos-manager-bus.c patching file src/oom/webos-manager-bus.h patching file src/oom/webos-manager.c patching file src/oom/webos-manager.h patching file units/systemd-oomd.service.in :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-693] Create GPVB with Yocto 4.2 Mickledore Change-Id: I9d7cdc5fc8111156601b80cf739e79a5af0dbda5
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
…n 1.22.5 version :Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=a894c9499863f127380c38f0b17d51b356391821 backported to mickledore in: https://git.openembedded.org/openembedded-core/commit/?h=mickledore&id=2b41b6054936ee8d5237a981f8cbdcbea54d244c :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/673989 patching file sys/v4l2/gstv4l2videodec.c Hunk #1 FAILED at 753. 1 out of 1 hunk FAILED -- rejects in file sys/v4l2/gstv4l2videodec.c Patch 0002-Fix-v4l2h264dec-output-caps-to-RGB16.patch does not apply (enforce with -f) The function was refactored in: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4996/diffs?commit_id=62ada196db06a135788cf896d92b347f940e6020 and now this section had different indentation. :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: I351f0af4110493015ae65f6ffee3b7f69aa7bc71
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
…-sysroot-path.patch to apply :Release Notes: Fails to apply on 1.10.2 version used since mickledore. :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/816546 ERROR: Applying patch '0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch' on target directory 'TOPDIR/BUILD/work/qemux86_64-webos-linux/libgcrypt/1.10.2-r0/libgcrypt-1.10.2' CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86_64-webos-linux/libgcrypt/1.10.2-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch patching file cipher/Makefile.am Hunk #1 succeeded at 153 (offset 3 lines). patching file random/Makefile.am patch: **** malformed patch at line 48: ./meta-webos/recipes-support/libgcrypt/libgcrypt Patch 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch does not apply (enforce with -f) stderr: ') :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-2118] Create GPVB with Yocto 4.2 Mickledore Change-Id: I665d13150858ef9acd154932755b186c0faaa71c
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
…ed-in-a-d.patch :Release Notes: Upstream-Status says: openssl-3.2.0-alpha2 be203ea3d3a60a881993d1f7552084996d34ba0a but it was also backported to 3.1.4 in: openssl/openssl@6b3f7f0 so we can drop it now. :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/922593 ERROR: Applying patch '0472-Fix-a-mem-leak-when-the-FIPS-provider-is-used-in-a-d.patch' on target directory 'TOPDIR/BUILD/work/qemux86_64-webos-linux/openssl/3.1.4-r0/openssl-3.1.4' CmdError('quilt --quiltrc TOPDIR/BUILD/work/qemux86_64-webos-linux/openssl/3.1.4-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0472-Fix-a-mem-leak-when-the-FIPS-provider-is-used-in-a-d.patch patching file crypto/initthread.c Hunk #1 FAILED at 248. Hunk #2 succeeded at 273 with fuzz 2 (offset 7 lines). Hunk webosose#3 FAILED at 395. 2 out of 3 hunks FAILED -- rejects in file crypto/initthread.c patching file include/crypto/cryptlib.h patching file providers/fips/fipsprov.c Hunk #1 succeeded at 699 with fuzz 2 (offset 26 lines). Patch 0472-Fix-a-mem-leak-when-the-FIPS-provider-is-used-in-a-d.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-2118] Create GPVB with Yocto 4.2 Mickledore Change-Id: I0cc26ad53b746b0da802a71536ba211d68f0cd62
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in oe-core with: https://git.openembedded.org/openembedded-core/commit/?id=919079de918b6608fb9fa976eea0fe8b5b1359f6 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/606079 patching file configure.ac Hunk #1 succeeded at 43 (offset 5 lines). Hunk #2 FAILED at 65. 1 out of 2 hunks FAILED -- rejects in file configure.ac Patch disable-libsamplerate.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: Idd9f801477f420a7701e4492e3e06106de267da7
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/616246 ERROR: Applying patch '0001-implement-drm_create_linear_prime_buffer.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/2_23.1.1-r0/mesa-23.1.1' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/2_23.1.1-r0/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 1505 (offset 72 lines). patching file src/egl/drivers/dri2/egl_dri2.c Hunk #1 succeeded at 3144 (offset -44 lines). Hunk #2 succeeded at 3165 (offset -44 lines). patching file src/egl/wayland/wayland-drm/meson.build patching file src/egl/wayland/wayland-drm/wayland-drm.c patching file src/egl/wayland/wayland-drm/wayland-drm.h patching file src/egl/wayland/wayland-drm/wayland-drm.xml patching file src/gallium/frontends/dri/dri2.c Hunk #1 succeeded at 1599 (offset 90 lines). patching file src/gbm/backends/dri/gbm_dri.c Hunk #1 succeeded at 948 (offset -84 lines). patching file src/loader/loader_dri3_helper.c Hunk #1 FAILED at 1853. 1 out of 1 hunk FAILED -- rejects in file src/loader/loader_dri3_helper.c Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield Change-Id: If9e4270fba80b1bc81092e3b50fbc521bd689e19
shr-project
added a commit
that referenced
this pull request
Dec 3, 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
that referenced
this pull request
Dec 3, 2024
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/650050 NOTE: --- Patch fuzz start --- Applying patch 0001-systemd-oomd-depend-on-swap-on.patch patching file units/systemd-oomd.service.in Hunk #1 succeeded at 13 with fuzz 1 (offset 1 line). Now at patch 0001-systemd-oomd-depend-on-swap-on.patch
shr-project
added a commit
that referenced
this pull request
Dec 3, 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
that referenced
this pull request
Dec 3, 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
that referenced
this pull request
Dec 3, 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
that referenced
this pull request
Dec 3, 2024
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/749577 CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/mesa/23.3.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 1511 (offset 5 lines). patching file src/egl/drivers/dri2/egl_dri2.c Hunk #1 succeeded at 3204 (offset 75 lines). Hunk #2 succeeded at 3218 (offset 75 lines). patching file src/egl/drivers/dri2/platform_wayland.c Hunk #1 FAILED at 1149. 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 patching file src/egl/wayland/wayland-drm/wayland-drm.h patching file src/egl/wayland/wayland-drm/wayland-drm.xml patching file src/gallium/frontends/dri/dri2.c Hunk #1 succeeded at 1695 (offset 46 lines). patching file src/gbm/backends/dri/gbm_dri.c Hunk #1 succeeded at 873 (offset -75 lines). patching file src/loader/loader_dri3_helper.c Hunk #1 succeeded at 1860 (offset -7 lines). Patch 0001-implement-drm_create_linear_prime_buffer.patch does not apply (enforce with -f) The main conflict was from: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26337 :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-504] Create GPVB with Yocto 5.0 Scarthgap Change-Id: I939c7188db61da84af10e152bc6ea901e2ddccec
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/766738 ERROR: Applying patch '0010-Fix-volume-property-not-able-to-set.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.72/bluez-5.72' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/bluez5/5.72/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0010-Fix-volume-property-not-able-to-set.patch patching file profiles/audio/transport.c Hunk #1 FAILED at 1176. 1 out of 1 hunk FAILED -- rejects in file profiles/audio/transport.c Patch 0010-Fix-volume-property-not-able-to-set.patch does not apply (enforce with -f) stderr: ') :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-504] Create GPVB with Yocto 5.0 Scarthgap Change-Id: Ic84189a577e7b08d9d74848310d535079566c1e2
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ebafe463799b39025a0b24a0a14a2f02b6de9bac :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/767402 ERROR: Applying patch '0002-Add-webos-interface.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/systemd/255.1/git' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/systemd/255.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0002-Add-webos-interface.patch patching file src/oom/com.webos.MemoryManager1.conf patching file src/oom/meson.build Hunk #1 succeeded at 5 with fuzz 1. Hunk #2 succeeded at 38 (offset 21 lines). patching file src/oom/oomd-manager.c Hunk #1 FAILED at 14. Hunk #2 succeeded at 397 (offset 5 lines). Hunk webosose#3 succeeded at 523 (offset 5 lines). 1 out of 3 hunks FAILED -- rejects in file src/oom/oomd-manager.c patching file src/oom/oomd.c Hunk #2 succeeded at 189 (offset -5 lines). patching file src/oom/webos-manager-bus.c patching file src/oom/webos-manager-bus.h patching file src/oom/webos-manager.c patching file src/oom/webos-manager.h patching file units/systemd-oomd.service.in Hunk #1 FAILED at 28. 1 out of 1 hunk FAILED -- rejects in file units/systemd-oomd.service.in Patch 0002-Add-webos-interface.patch does not apply (enforce with -f) stderr: ') :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-504] Create GPVB with Yocto 5.0 Scarthgap Change-Id: I50446cef3587a11e5781085bd2f848d371f63fe0
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?h=scarthgap&id=cec2d4b32f7f1b24ecc358e2fc6e5fe6003274e5 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/779292 NOTE: Applying patch '0003-Add-symlink-path-validity.patch' (meta-lg-webos/meta-webos/recipes-devtools/opkg/opkg/0003-Add-symlink-path-validity.patch) NOTE: --- Patch fuzz start --- Applying patch 0003-Add-symlink-path-validity.patch patching file libopkg/opkg_archive.c Hunk #1 succeeded at 922 with fuzz 2 (offset 10 lines). patching file libopkg/opkg_conf.c patching file libopkg/opkg_conf.h Hunk #1 succeeded at 108 (offset 1 line). patching file src/opkg.c Hunk #1 succeeded at 61 (offset 1 line). Hunk #2 succeeded at 109 (offset 1 line). Hunk webosose#3 succeeded at 259 (offset 1 line). Now at patch 0003-Add-symlink-path-validity.patch :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-504] Create GPVB with Yocto 5.0 Scarthgap Change-Id: I1d70f1d7ff0a8c568c01941d5bcaf55f9bb55cb1
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=ce1ec6ea48df3592a8251bf0c25525a400bb8d23 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/897132 ERROR: Applying patch '0003-Add-symlink-path-validity.patch' on target directory 'TOPDIR/BUILD/work/x86_64-linux/opkg-native/0.7.0/opkg-0.7.0' CmdError('quilt --quiltrc TOPDIR/BUILD/work/x86_64-linux/opkg-native/0.7.0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0003-Add-symlink-path-validity.patch patching file libopkg/opkg_archive.c Hunk #1 succeeded at 922 (offset 2 lines). patching file libopkg/opkg_conf.c patching file libopkg/opkg_conf.h patching file src/opkg.c Hunk #1 FAILED at 61. Hunk #2 FAILED at 108. Hunk webosose#3 succeeded at 321 with fuzz 2 (offset 64 lines). 2 out of 3 hunks FAILED -- rejects in file src/opkg.c Patch 0003-Add-symlink-path-validity.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-17959] Create GPVB with Yocto 5.1 Styhead Change-Id: I4e149adc38659df8c72bf32ea05f42ef30f7eac5
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
…y on 1.23.1 :Release Notes: Small conflict from upstream commit: commit c5c418de035913dc34f4842f7ba822b9ed165109 Author: Sebastian Wick <[email protected]> Date: Fri Jul 26 16:35:15 2024 +0200 client: Handle proxies with no queue wl_proxy_get_queue can return NULL if the queue of the proxy was already destroyed with wl_event_queue_destroy. In this case, the queue also has no name anymore. :Detailed Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=d929508fe77f1dc158cd5656721bcfbf105c07d7 Fixes: http://gecko.lge.com:8000/Errors/Details/942989 ERROR: Applying patch '0003-Enhance-Wayland-debug-print.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/wayland/1.23.1/wayland-1.23.1' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/wayland/1.23.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0003-Enhance-Wayland-debug-print.patch patching file meson.build patching file meson_options.txt patching file src/connection.c patching file src/meson.build patching file src/wayland-client.c Hunk #1 FAILED at 931. Hunk #2 succeeded at 1664 (offset 4 lines). Hunk webosose#3 succeeded at 1677 (offset 4 lines). 1 out of 3 hunks FAILED -- rejects in file src/wayland-client.c patching file src/wayland-private.h patching file src/wayland-server.c patching file src/wayland-util.c patching file src/wayland-version.h.in Patch 0003-Enhance-Wayland-debug-print.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-17959] Create GPVB with Yocto 5.1 Styhead Change-Id: I831ab5329a700ee9e16e6ea4e9df0a03a2da9f0f
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
…-core :Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/999029 ERROR: Applying patch '0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch' on target directory 'busybox/1.37.0/busybox-1.37.0' CmdError('quilt --quiltrc 1.37.0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch patching file libbb/lineedit.c Hunk #1 FAILED at 490. 1 out of 1 hunk FAILED -- rejects in file libbb/lineedit.c Patch 0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar Change-Id: Ife80afe5a6f0e972d00133cebe2df8b07d391352
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/meta-openembedded/commit/?id=6652b031d7d4d9cabf16d481f3b82115f7d8e15a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1007700 Applying patch 0001-Use-human-readable-process-name-for-chrome-inspector.patch patching file src/inspector_io.cc Hunk #1 succeeded at 362 (offset 1 line). patching file src/node_internals.h Hunk #1 succeeded at 109 with fuzz 2 (offset 15 lines). patching file src/util.cc Hunk #1 succeeded at 198 (offset 33 lines). The context lines in the patches can be updated with devtool: devtool modify nodejs devtool finish --force-patch-refresh nodejs <layer_path> Don't forget to review changes done by devtool! Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar Change-Id: I9be0cd374b3cdc161d84623cea4c494a4c92a5ef
shr-project
added a commit
that referenced
this pull request
Dec 3, 2024
:Release Notes: Upgraded in oe-core with: https://git.openembedded.org/openembedded-core/commit/?id=fe7395c6f8c406cfcc0b090fd162dc84e5ec97b0 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1033998 Applying patch disable-libsamplerate.patch patching file configure.ac Hunk #1 succeeded at 43 with fuzz 1. Hunk #2 succeeded at 69 (offset -7 lines). :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar
shr-project
added a commit
that referenced
this pull request
Dec 7, 2024
…-core :Release Notes: :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/999029 ERROR: Applying patch '0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch' on target directory 'busybox/1.37.0/busybox-1.37.0' CmdError('quilt --quiltrc 1.37.0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch patching file libbb/lineedit.c Hunk #1 FAILED at 490. 1 out of 1 hunk FAILED -- rejects in file libbb/lineedit.c Patch 0003-libedit-check-for-null-before-passing-cmdedit_prompt.patch does not apply (enforce with -f) :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar Change-Id: Ife80afe5a6f0e972d00133cebe2df8b07d391352
shr-project
added a commit
that referenced
this pull request
Dec 7, 2024
:Release Notes: Upgraded in: https://git.openembedded.org/meta-openembedded/commit/?id=6652b031d7d4d9cabf16d481f3b82115f7d8e15a :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1007700 Applying patch 0001-Use-human-readable-process-name-for-chrome-inspector.patch patching file src/inspector_io.cc Hunk #1 succeeded at 362 (offset 1 line). patching file src/node_internals.h Hunk #1 succeeded at 109 with fuzz 2 (offset 15 lines). patching file src/util.cc Hunk #1 succeeded at 198 (offset 33 lines). The context lines in the patches can be updated with devtool: devtool modify nodejs devtool finish --force-patch-refresh nodejs <layer_path> Don't forget to review changes done by devtool! Patch log indicates that patches do not apply cleanly. [patch-fuzz] :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar Change-Id: I9be0cd374b3cdc161d84623cea4c494a4c92a5ef
shr-project
added a commit
that referenced
this pull request
Dec 7, 2024
:Release Notes: Upgraded in oe-core with: https://git.openembedded.org/openembedded-core/commit/?id=fe7395c6f8c406cfcc0b090fd162dc84e5ec97b0 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1033998 Applying patch disable-libsamplerate.patch patching file configure.ac Hunk #1 succeeded at 43 with fuzz 1. Hunk #2 succeeded at 69 (offset -7 lines). :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar
shr-project
added a commit
that referenced
this pull request
Jan 20, 2025
:Release Notes: Upgraded in: https://git.openembedded.org/openembedded-core/commit/?id=4891f47cdaf919033bf1c02cc12e4805e5db99a0 :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/1077222 ERROR: Applying patch '0002-Add-webos-interface.patch' on target directory 'TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/systemd/257.1/git' CmdError('quilt --quiltrc TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/systemd/257.1/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0002-Add-webos-interface.patch patching file src/oom/com.webos.MemoryManager1.conf patching file src/oom/meson.build patching file src/oom/oomd-manager.c Hunk #1 FAILED at 16. Hunk #2 succeeded at 394 (offset -3 lines). Hunk webosose#3 succeeded at 520 (offset -3 lines). 1 out of 3 hunks FAILED -- rejects in file src/oom/oomd-manager.c patching file src/oom/oomd.c Hunk #2 succeeded at 224 (offset 35 lines). patching file src/oom/webos-manager-bus.c patching file src/oom/webos-manager-bus.h patching file src/oom/webos-manager.c patching file src/oom/webos-manager.h patching file units/systemd-oomd.service.in Patch 0002-Add-webos-interface.patch does not apply (enforce with -f) stderr: ') :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRR-5443] Create GPVB with Yocto 5.2 Walnascar Change-Id: Ie249b05060a60f8a0c176ae25af051dbea4767ce
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This seems to fix the issue with qemux86-64 builds on my end.
Signed-off-by: Herman van Hazendonk [email protected]