{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":526686086,"defaultBranch":"master","name":"poky","ownerLogin":"YoeDistro","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-08-19T16:55:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/43447511?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716538931.0","currentOid":""},"activityList":{"items":[{"before":"3176d0171dfc41a2059c029940fc9c3d43859903","after":"12939607f1ca2b3cc14c00212c6f89826e377a64","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-30T21:46:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"153159107e448c6280e6469d81aaa1f233f05a1b","after":"e54c3adc94a520ecfe5c7dee2120295fc824cd29","ref":"refs/heads/master-next","pushedAt":"2024-05-30T20:23:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"db: ignore implicit-int and implicit-function-declaration issues fatal with gcc-14\n\n* many configure tests (which might not fail before) are failing with gcc-14:\n # grep implicit build/config.log\n conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int]\n conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int]\n conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int]\n conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int]\n conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int]\n conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int]\n conftest.c:50:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration]\n conftest.c:50:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]\n conftest.c:53:9: error: implicit declaration of function 'msem_init' [-Wimplicit-function-declaration]\n conftest.c:54:9: error: implicit declaration of function 'msem_lock' [-Wimplicit-function-declaration]\n conftest.c:55:9: error: implicit declaration of function 'msem_unlock' [-Wimplicit-function-declaration]\n conftest.c:56:9: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration]\n conftest.c:56:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]\n conftest.c:50:9: error: implicit declaration of function '_spin_lock_try' [-Wimplicit-function-declaration]\n conftest.c:51:9: error: implicit declaration of function '_spin_unlock' [-Wimplicit-function-declaration]\n\n* I have noticed this on db-native build on host with gcc-14\n where it caused fatal do_configure error:\n http://errors.yoctoproject.org/Errors/Details/784164/\n\n checking for mutexes... UNIX/fcntl\n configure: error: Support for FCNTL mutexes was removed in BDB 4.8.\n\n the config.log confirms it's because implicit-int:\n\n configure:22798: checking for mutexes\n configure:22925: gcc -o conftest -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/include -O2 -pipe -isystem/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/include -D_GNU_SOURCE -D_REENTRANT -L/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -L/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,-rpath,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/usr/lib -Wl,-rpath,/OE/build/oe-core/tmp-glibc/work/x86_64-linux/db-native/5.3.28/recipe-sysroot-native/lib -Wl,-O1 conftest.c -lpthread >&5\n conftest.c:47:1: error: return type defaults to 'int' [-Wimplicit-int]\n 47 | main() {\n | ^~~~\n configure:22925: $? = 1\n configure: program exited with status 1\n\n* comparing target db with and without this change shows following diff\n in log.do_configure:\n\n db $ diff 5.3.28*/temp/log.do_configure\n 268c268\n < checking for mutexes... POSIX/pthreads/library\n ---\n > checking for mutexes... POSIX/pthreads/library/x86_64/gcc-assembly\n 271c271\n < checking for atomic operations... no\n ---\n > checking for atomic operations... x86/gcc-assembly\n\n(From OE-Core rev: 1645787e4792fd4f68dafad6081423607c7df2ee)\n\nSigned-off-by: Martin Jansa \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"db: ignore implicit-int and implicit-function-declaration issues fata…"}},{"before":"a9bcab826fff10c4e1d2700fdcb240087b456ecf","after":"3176d0171dfc41a2059c029940fc9c3d43859903","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-30T17:33:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"6608d1c369a946d5e79b1fc22121bcad03376c7c","after":"a9bcab826fff10c4e1d2700fdcb240087b456ecf","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-30T15:20:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"a702689f02bbbe729477b83eeddad376198c9549","after":"153159107e448c6280e6469d81aaa1f233f05a1b","ref":"refs/heads/master-next","pushedAt":"2024-05-30T08:30:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"sstatesig: Change unihash cache handling\n\n(From OE-Core rev: 80cafe757c2d8d598a4a664d08e684e5279ba722)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"sstatesig: Change unihash cache handling"}},{"before":"8fc967d0c7dbe64424c92fbe2ced736d4b1e0423","after":"99ff46cc9bb12619af55c892452cee3b90a545f0","ref":"refs/heads/master","pushedAt":"2024-05-30T08:30:27.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"gettext: fix a parallel build issue\n\nOccasionally, gettext will build failed with error:\nIn file included from ../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71,\n from ../../../gettext-0.22.5/gettext-runtime/intl/log.c:24:\n./libgnuintl.h:98:1: error: unterminated comment\n 98 | /* The user can define _INTL_RE\n | ^\n./libgnuintl.h:17: error: unterminated #ifndef\n 17 | #ifndef _LIBINTL_H\n\nIn file included from ../../../gettext-0.22.5/gettext-runtime/intl/gettextP.h:71,\n from ../../../gettext-0.22.5/gettext-runtime/intl/langprefs.c:25:\n./libgnuintl.h:98:1: error: unterminated comment\n 98 | /* The user can define _INTL_RE\n | ^\n./libgnuintl.h:17: error: unterminated #ifndef\n 17 | #ifndef _LIBINTL_H\n\nIt is a parallel build issue caused by missing dependencies, backport\npatch to fix it.\n\n(From OE-Core rev: e18fc96f9d4c0a0525c21371d3f36e8dfe008b35)\n\nSigned-off-by: Changqing Li \nSigned-off-by: Alexandre Belloni \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"gettext: fix a parallel build issue"}},{"before":"9a51e99f4a97d7ddd7274ee5284d12c10a28359f","after":"6608d1c369a946d5e79b1fc22121bcad03376c7c","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-29T23:00:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"68f9a4b73d17839e0ec1f12a31fc1d42331cc42f","after":"c5df9c829a549ca002c36afd6bdf23639831502e","ref":"refs/heads/scarthgap","pushedAt":"2024-05-29T20:23:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"bitbake: fetch2/gcp: Add missing runfetchcmd import\n\nThis adds the missing import. This bug was introduced with 1ab1d36c.\n\n(Bitbake rev: b5159c0373e2e7d403aed16e096ad655f38b1fa7)\n\nSigned-off-by: Sven Schwermer \nSigned-off-by: Richard Purdie \nSigned-off-by: Steve Sakoman ","shortMessageHtmlLink":"bitbake: fetch2/gcp: Add missing runfetchcmd import"}},{"before":"812ea62c5710c2b2fe4505adf1b37500d457ded8","after":"a702689f02bbbe729477b83eeddad376198c9549","ref":"refs/heads/master-next","pushedAt":"2024-05-29T20:23:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"sstatesig: Change unihash cache handling\n\n(From OE-Core rev: dd7025ce82484f34fa375dab3041f25055cc749f)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"sstatesig: Change unihash cache handling"}},{"before":"d31c64296d446cb37e9da098e347f8b745fda074","after":"8fc967d0c7dbe64424c92fbe2ced736d4b1e0423","ref":"refs/heads/master","pushedAt":"2024-05-29T20:23:07.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"migration-5.1: add the recommended pattern for S/UNPACKDIR definition\n\n(From yocto-docs rev: 9fb708986cb9019062078f8a34288c44f2667dbd)\n\nSigned-off-by: Yoann Congal \nReviewed-by: Michael Opdenacker \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"migration-5.1: add the recommended pattern for S/UNPACKDIR definition"}},{"before":"e575d02196b0013c25f8064e4dbe3fc2a0ef72d0","after":"db3cb6f1138d1765fb64d2415083c8503f318a5f","ref":"refs/heads/kirkstone","pushedAt":"2024-05-29T20:23:01.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"initscripts: Add custom mount args for /var/lib\n\nAdds bitbake variable to set additional mount flags for the /var/lib\noverlayfs or bind mount when using a read-only root filesystem. This\ncan be used to set additional options like \"-o nodev\".\n\n(From OE-Core rev: c3109e40e2c2c881996dd3fcc95fca74f098646d)\n\n(From OE-Core rev: e0a1ed7aa1f2b12d985414db9a75d6e151ae8d21)\n\nSigned-off-by: Colin McAllister \nSigned-off-by: Richard Purdie \nSigned-off-by: Steve Sakoman ","shortMessageHtmlLink":"initscripts: Add custom mount args for /var/lib"}},{"before":"31e5b456322dc294c78d0de0903e1e65bba47f0d","after":"9a51e99f4a97d7ddd7274ee5284d12c10a28359f","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-29T19:41:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"c4ce9eedb53dfd16e52047f32db697cbbc327038","after":"31e5b456322dc294c78d0de0903e1e65bba47f0d","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-29T16:27:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"006f8586c0bb7e66a5ab1f90fac429ae192e67ae","after":"812ea62c5710c2b2fe4505adf1b37500d457ded8","ref":"refs/heads/master-next","pushedAt":"2024-05-29T08:31:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"sstatesig: match bitbake\n\n(From OE-Core rev: 1eff0065b40cba41b2e1e9df1c734b4f21aa9931)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"sstatesig: match bitbake"}},{"before":"c7a5673e2da5307beb3ec9c39d3141d500d98754","after":"d31c64296d446cb37e9da098e347f8b745fda074","ref":"refs/heads/master","pushedAt":"2024-05-29T08:31:35.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"bitbake: bb: Use namedtuple for Task data\n\nTask dependency data is becoming unwieldy with the number of indices it\ncontains. Convert it to use a named tuple instead, which allows members\nto be indexed by a named property or an index (which allows it to retain\nbackward compatibility).\n\n(Bitbake rev: 26446cca4d22734c3f1b328a205c169dadb7e494)\n\nSigned-off-by: Joshua Watt \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"bitbake: bb: Use namedtuple for Task data"}},{"before":"9ebc85f105109b1aa03e2f5e9f878320c910dd1e","after":"c4ce9eedb53dfd16e52047f32db697cbbc327038","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-29T00:17:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"163fd4d0705a108a0808a8cd35d65710e626c331","after":"9ebc85f105109b1aa03e2f5e9f878320c910dd1e","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-28T21:43:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"960d2f755c6f1685dd486a858a4e3427241d3449","after":"006f8586c0bb7e66a5ab1f90fac429ae192e67ae","ref":"refs/heads/master-next","pushedAt":"2024-05-28T20:16:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"Revert \"sstatesig: match bitbake\"\n\nThis reverts commit ef7b79856498ec69dc1cf3a2909dec1772879b8b.\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"Revert \"sstatesig: match bitbake\""}},{"before":"f66f8fa9f605d5dc39acb10226198b3ab40dcaa3","after":"c7a5673e2da5307beb3ec9c39d3141d500d98754","ref":"refs/heads/master","pushedAt":"2024-05-28T20:16:52.000Z","pushType":"push","commitsCount":85,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"selftest/rust: correctly form the PATH environment variable\n\nThere were two issues here:\n\n- the path to native python was not included, so the test\nsuite was running with host python, causing failures due to\nhost python being given native libraries:\nhttps://autobuilder.yoctoproject.org/typhoon/#/builders/148/builds/1711/steps/12/logs/stdio\n(rust recipe uses native python throughout)\n\n- tmp/hosttools was listead ahead of native-sysroot/usr/bin\n\n(From OE-Core rev: aec96b5aec8d6b4a5ae8a719ca05bb727a6197cb)\n\nSigned-off-by: Alexander Kanavin \nSigned-off-by: Alexandre Belloni \nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"selftest/rust: correctly form the PATH environment variable"}},{"before":"67d0f0f4d524e7f9f3110f7acd5701d3abef868d","after":"163fd4d0705a108a0808a8cd35d65710e626c331","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-28T15:30:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"linux-yocto: Fix rv32 syscall wrappers\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"linux-yocto: Fix rv32 syscall wrappers"}},{"before":"bd7f0b7787ec06a6a02517cbb075f908b0bec3bb","after":"960d2f755c6f1685dd486a858a4e3427241d3449","ref":"refs/heads/master-next","pushedAt":"2024-05-28T08:32:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"openssl: Tweak to work with bitbake\n\n(From OE-Core rev: a15ca4b46b2552c86bea01fa2bb18c210ca7f75c)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"openssl: Tweak to work with bitbake"}},{"before":"a08ab7e10d221fee896853ce88e23d4c60d79199","after":"67d0f0f4d524e7f9f3110f7acd5701d3abef868d","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-28T05:02:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"systemd.bbclass: Clarify error message\n\nWhen this error is triggered, its a bit vague in specifying where the\nissue is e.g.\n\nERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it\n\nSome packages may intentionally remove PN from packages and find it\nconfusing as to why the system is still asking this to be in PACKAGES\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"systemd.bbclass: Clarify error message"}},{"before":"868d219f00d9be1df55dbc2b90cffe7d7d571ded","after":"a08ab7e10d221fee896853ce88e23d4c60d79199","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-27T00:41:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"systemd.bbclass: Clarify error message\n\nWhen this error is triggered, its a bit vague in specifying where the\nissue is e.g.\n\nERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it\n\nSome packages may intentionally remove PN from packages and find it\nconfusing as to why the system is still asking this to be in PACKAGES\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"systemd.bbclass: Clarify error message"}},{"before":"a2e56ffd35025c5dbefe3e2bb6586315cf115256","after":"bd7f0b7787ec06a6a02517cbb075f908b0bec3bb","ref":"refs/heads/master-next","pushedAt":"2024-05-26T20:17:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"pseudo: Update to pull in python 3.12+ fix\n\nPull in a fix which avoids syntax warnings with python 3.12.\n\n(From OE-Core rev: 6b1e6ff37f1936f02893b633f7c17f4d8bc3ff4f)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"pseudo: Update to pull in python 3.12+ fix"}},{"before":"7a1e4e290eefa07f492187bb46a81f2d72d753e8","after":"868d219f00d9be1df55dbc2b90cffe7d7d571ded","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-26T14:01:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"systemd.bbclass: Clarify error message\n\nWhen this error is triggered, its a bit vague in specifying where the\nissue is e.g.\n\nERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it\n\nSome packages may intentionally remove PN from packages and find it\nconfusing as to why the system is still asking this to be in PACKAGES\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"systemd.bbclass: Clarify error message"}},{"before":"196270c43cad4543ff21680bb8bbf4cfb9db17d6","after":"a2e56ffd35025c5dbefe3e2bb6586315cf115256","ref":"refs/heads/master-next","pushedAt":"2024-05-26T08:34:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"pseudo: Update to pull in python 3.12+ fix\n\nPull in a fix which avoids syntax warnings with python 3.12.\n\n(From OE-Core rev: 6b1e6ff37f1936f02893b633f7c17f4d8bc3ff4f)\n\nSigned-off-by: Richard Purdie ","shortMessageHtmlLink":"pseudo: Update to pull in python 3.12+ fix"}},{"before":"5145cd77f37bf1a694263fab417146c9d55fa47c","after":"7a1e4e290eefa07f492187bb46a81f2d72d753e8","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-25T22:46:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"systemd.bbclass: Clarify error message\n\nWhen this error is triggered, its a bit vague in specifying where the\nissue is e.g.\n\nERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it\n\nSome packages may intentionally remove PN from packages and find it\nconfusing as to why the system is still asking this to be in PACKAGES\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"systemd.bbclass: Clarify error message"}},{"before":"4c33f34e904e45a980919c6a0dcddc62525a5cab","after":"5145cd77f37bf1a694263fab417146c9d55fa47c","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-25T22:18:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"systemd.bbclass: Clarify error message\n\nWhen this error is triggered, its a bit vague in specifying where the\nissue is e.g.\n\nERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it\n\nSome packages may intentionally remove PN from packages and find it\nconfusing as to why the system is still asking this to be in PACKAGES\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"systemd.bbclass: Clarify error message"}},{"before":"f6932e90e41e1f27a634d7dad5cb4d9ac9a7983e","after":"4c33f34e904e45a980919c6a0dcddc62525a5cab","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-25T22:07:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"systemd.bbclass: Clarify error message\n\nWhen this error is triggered, its a bit vague in specifying where the\nissue is e.g.\n\nERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it\n\nSome packages may intentionally remove PN from packages and find it\nconfusing as to why the system is still asking this to be in PACKAGES\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"systemd.bbclass: Clarify error message"}},{"before":"811f350bff7197390a9b4b7c179385ff922d138d","after":"f6932e90e41e1f27a634d7dad5cb4d9ac9a7983e","ref":"refs/heads/yoe/mut","pushedAt":"2024-05-25T22:04:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kraj","name":"Khem Raj","path":"/kraj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/465279?s=80&v=4"},"commit":{"message":"systemd.bbclass: Clarify error message\n\nWhen this error is triggered, its a bit vague in specifying where the\nissue is e.g.\n\nERROR: nbd-3.26.1-r0 do_package: nbd does not appear in package list, please add it\n\nSome packages may intentionally remove PN from packages and find it\nconfusing as to why the system is still asking this to be in PACKAGES\n\nSigned-off-by: Khem Raj ","shortMessageHtmlLink":"systemd.bbclass: Clarify error message"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWHNr-gA","startCursor":null,"endCursor":null}},"title":"Activity · YoeDistro/poky"}