Conversation
|
Hell maintainer, is this the correct way to share my patches? |
|
Usually we prefer patches on openembedded deval mailing list |
|
|
||
| PACKAGES =+ "${PN}-python" | ||
|
|
||
| DEPENDS = "libdrm libevdev fmt python3 python3-pybind11" |
There was a problem hiding this comment.
python3-pybind11 is provided via meta-python and this layer does not depend on meta-python. Maybe this recipe should be moved into meta-oe/dynamic-layers/meta-python/recipes-multimedia or directly into meta-python layer
| } | ||
|
|
||
| FILES:${PN} +="/usr/lib/* \ | ||
| /usr/bin/* " |
There was a problem hiding this comment.
change hardcoded paths to use. bitbake variables here, e.g. $[libdir} ${bindir}
| DEPENDS = "libdrm libevdev fmt python3 python3-pybind11" | ||
|
|
||
| PACKAGECONFIG ??= "python" | ||
| PACKAGECONFIG[python] += "-Dpykms=enabled, -Dpykms=disabled" |
There was a problem hiding this comment.
does it need any dependencies to enable this packageconfig ? if so then move it here from DEPENDS above unless its generic dep.
This release contains bug fixes only. The following CVEs have been addressed: CVE-2023-27783 CVE-2023-27784 CVE-2023-27785 CVE-2023-27786 CVE-2023-27787 CVE-2023-27788 CVE-2023-27789 Changelog: ========= dlt_jnpr_ether_cleanup: check subctx before cleanup by @Marsman1996 in openembedded#781 Bug openembedded#780 assert tcpedit dlt cleanup by @fklassen in openembedded#800 Fix bugs caused by strtok_r by @Marsman1996 in openembedded#783 Bug openembedded#782 openembedded#784 openembedded#785 openembedded#786 openembedded#787 openembedded#788 strtok r isuses by @fklassen in openembedded#801 Update en10mb.c by @david-guti in openembedded#793 PR openembedded#793 ip6 unicast flood by @fklassen in openembedded#802 Bug openembedded#719 fix overflow check for parse_mpls() by @fklassen in openembedded#804 PR openembedded#793 - update tests for corrected IPv6 MAC by @fklassen in openembedded#805 PR openembedded#793 - update tests for vlandel by @fklassen in openembedded#806 Feature openembedded#773 gh actions ci by @fklassen in openembedded#807 Feature openembedded#759: Upgrade autogen/libopts to 5.18.16 by @fklassen in openembedded#760 Bug openembedded#751 don't exit after send error by @fklassen in openembedded#761 Bug openembedded#750: configure: libpcap version robustness by @fklassen in openembedded#764 Bug openembedded#749 flow stats: avoid overstating flow packet count by @fklassen in openembedded#765 Bug openembedded#750 more libpcap version updates by @fklassen in openembedded#766 Bug openembedded#767 tests: support for out-of-tree tests by @fklassen in openembedded#768 Bug openembedded#750 - fix macOS test failure by @fklassen in openembedded#770 4.4.3 by @fklassen in openembedded#769 and openembedded#771 Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
pkg-config not support in pybind11_2.8.1 add the patch to find pybind11 via meson or cmake. more information see [1] [1] pybind/pybind11#230 Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
add recipe kmsxx which is a C++ library for kernel mode setting. Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
|
Change in V2: |
|
this has to go through master branch first, I have cherry-picked the kmsxx recipe patch into master-next and once it works there. This patch is upto @akuster to consider for release branches. I must tell you that we do not usually add new features in releases. |
|
its in master now as of 96430a1 |
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0 Features: When using ARES_OPT_EVENT_THREAD, automatically reload system configuration when network conditions change. PR openembedded#759 Apple: reimplement DNS configuration reading to more accurately pull DNS settings. PR openembedded#750 Add observability into DNS server health via a server state callback, invoked whenever a query finishes. PR openembedded#744 Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay. PR openembedded#731 Changes: Mark ares_channel_t * as const in more places in the public API. PR openembedded#758 Bugfixes: Due to a logic flaw dns name compression writing was not properly implemented which would result in the name prefix not being written for a partial match. This could cause issues in various record types such as MX records when using the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757 Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and causes c-ares to become non-functional. PR openembedded#754 ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752 cmake: Android requires C99. PR openembedded#748 ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0 Features: When using ARES_OPT_EVENT_THREAD, automatically reload system configuration when network conditions change. PR openembedded#759 Apple: reimplement DNS configuration reading to more accurately pull DNS settings. PR openembedded#750 Add observability into DNS server health via a server state callback, invoked whenever a query finishes. PR openembedded#744 Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay. PR openembedded#731 Changes: Mark ares_channel_t * as const in more places in the public API. PR openembedded#758 Bugfixes: Due to a logic flaw dns name compression writing was not properly implemented which would result in the name prefix not being written for a partial match. This could cause issues in various record types such as MX records when using the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757 Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and causes c-ares to become non-functional. PR openembedded#754 ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752 cmake: Android requires C99. PR openembedded#748 ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0 Features: When using ARES_OPT_EVENT_THREAD, automatically reload system configuration when network conditions change. PR openembedded#759 Apple: reimplement DNS configuration reading to more accurately pull DNS settings. PR openembedded#750 Add observability into DNS server health via a server state callback, invoked whenever a query finishes. PR openembedded#744 Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay. PR openembedded#731 Changes: Mark ares_channel_t * as const in more places in the public API. PR openembedded#758 Bugfixes: Due to a logic flaw dns name compression writing was not properly implemented which would result in the name prefix not being written for a partial match. This could cause issues in various record types such as MX records when using the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757 Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and causes c-ares to become non-functional. PR openembedded#754 ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752 cmake: Android requires C99. PR openembedded#748 ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0 Features: When using ARES_OPT_EVENT_THREAD, automatically reload system configuration when network conditions change. PR openembedded#759 Apple: reimplement DNS configuration reading to more accurately pull DNS settings. PR openembedded#750 Add observability into DNS server health via a server state callback, invoked whenever a query finishes. PR openembedded#744 Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay. PR openembedded#731 Changes: Mark ares_channel_t * as const in more places in the public API. PR openembedded#758 Bugfixes: Due to a logic flaw dns name compression writing was not properly implemented which would result in the name prefix not being written for a partial match. This could cause issues in various record types such as MX records when using the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757 Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and causes c-ares to become non-functional. PR openembedded#754 ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752 cmake: Android requires C99. PR openembedded#748 ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog : https://github.com/c-ares/c-ares/releases/tag/cares-1_29_0 Features: When using ARES_OPT_EVENT_THREAD, automatically reload system configuration when network conditions change. PR openembedded#759 Apple: reimplement DNS configuration reading to more accurately pull DNS settings. PR openembedded#750 Add observability into DNS server health via a server state callback, invoked whenever a query finishes. PR openembedded#744 Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay. PR openembedded#731 Changes: Mark ares_channel_t * as const in more places in the public API. PR openembedded#758 Bugfixes: Due to a logic flaw dns name compression writing was not properly implemented which would result in the name prefix not being written for a partial match. This could cause issues in various record types such as MX records when using the deprecated API. Regression introduced in 1.28.0. Issue openembedded#757 Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say it does and causes c-ares to become non-functional. PR openembedded#754 ares_getnameinfo(): loosen validation on salen parameter. Issue openembedded#752 cmake: Android requires C99. PR openembedded#748 ares_queue_wait_empty() does not honor timeout_ms >= 0. Issue openembedded#742 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
No description provided.