-
Notifications
You must be signed in to change notification settings - Fork 725
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
Meta python merge #360
Closed
Closed
Meta python merge #360
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
wordlen is not so easy to calculate on RISCV, therefore pass the right ingredients so compiler does the right thing in the end Do same for mips as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 1.6.2: - Fixed a bug where paths defined in post-write hook options would be wrongly escaped in non posix environment (Windows) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Python @deprecated decorator to deprecate old python classes, functions or methods. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 2.4.143: - Method to get the raw object template. - Bump version, deps. - First-seen and last-seen on attributes and objects were not checked for sanity. - Remove search_all example, use search instead. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 2.4.0: - Allow listening for Hue events Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 0.5.19: - ndb: fix default routes keys - mptcp: basic support - netlink: ext_ack support fix - tc: netem rate setting - NSPopen: fix fd leak Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Inline Matplotlib backend for Jupyter. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Upgrade to release 7.23.1: - Moved to GitHub actions away from Travis-CI, the transition may not be 100% complete (not testing on nightly anymore), but as we ran out of Travis-Ci hours on the IPython organisation that was a necessary step. - We have a new dependency: matplotlib-inline, which try to extract matplotlib inline backend specific behavior. It is available on PyPI and conda-forge thus should not be a problem to upgrade to this version. If you are a package maintainer that might be an extra dependency to package first. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
merged |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 11, 2022
Changelog: ========== 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch removed since it's included in 0.11.2 hidraw: hid_get_input_report implementation for kernels that supports it (openembedded#351); windows: several improvements and bugfixes (openembedded#348, openembedded#360, openembedded#361); libusb: fix potential crash when libusb_detach_kernel_driver fails (openembedded#363) general: documentation improvements; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 11, 2022
Changelog: ========== 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch removed since it's included in 0.11.2 hidraw: hid_get_input_report implementation for kernels that supports it (openembedded#351); windows: several improvements and bugfixes (openembedded#348, openembedded#360, openembedded#361); libusb: fix potential crash when libusb_detach_kernel_driver fails (openembedded#363) general: documentation improvements; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 20, 2022
Changelog: ========== Fix comments generation for submessages (openembedded#788) Fix handling of spaces in arguments passed through protoc (openembedded#810) Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820) Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795) Fix compilation error with fixed size array and FT_POINTER (openembedded#630) Fix wrong format in Python Poetry project file (openembedded#811) Fix unnecessary generator message when using --quiet (openembedded#831) Fix enum_to_string with C++ (openembedded#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (openembedded#787) Safeguard substraction in pb_read() with custom streams (openembedded#697) Always include pb_release() as function, instead of macro. (openembedded#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (openembedded#810) Allow including headers from inside of extern C (openembedded#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601) Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827) Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791) Add --protoc-opt to nanopb_generator.py (openembedded#628) Add ENUMTYPE convenience macros (openembedded#803) Add Bazel build rules (openembedded#360, openembedded#500) Generator: keep order of messages when possible Test case improvements (openembedded#792) PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840) CMake build rule improvements (openembedded#822) CMakeLists: use protoc wrapper script by default (openembedded#769) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 20, 2022
Changelog: ========== Fix comments generation for submessages (openembedded#788) Fix handling of spaces in arguments passed through protoc (openembedded#810) Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820) Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795) Fix compilation error with fixed size array and FT_POINTER (openembedded#630) Fix wrong format in Python Poetry project file (openembedded#811) Fix unnecessary generator message when using --quiet (openembedded#831) Fix enum_to_string with C++ (openembedded#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (openembedded#787) Safeguard substraction in pb_read() with custom streams (openembedded#697) Always include pb_release() as function, instead of macro. (openembedded#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (openembedded#810) Allow including headers from inside of extern C (openembedded#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601) Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827) Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791) Add --protoc-opt to nanopb_generator.py (openembedded#628) Add ENUMTYPE convenience macros (openembedded#803) Add Bazel build rules (openembedded#360, openembedded#500) Generator: keep order of messages when possible Test case improvements (openembedded#792) PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840) CMake build rule improvements (openembedded#822) CMakeLists: use protoc wrapper script by default (openembedded#769) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 21, 2022
Changelog: ========== Fix comments generation for submessages (openembedded#788) Fix handling of spaces in arguments passed through protoc (openembedded#810) Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820) Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795) Fix compilation error with fixed size array and FT_POINTER (openembedded#630) Fix wrong format in Python Poetry project file (openembedded#811) Fix unnecessary generator message when using --quiet (openembedded#831) Fix enum_to_string with C++ (openembedded#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (openembedded#787) Safeguard substraction in pb_read() with custom streams (openembedded#697) Always include pb_release() as function, instead of macro. (openembedded#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (openembedded#810) Allow including headers from inside of extern C (openembedded#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601) Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827) Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791) Add --protoc-opt to nanopb_generator.py (openembedded#628) Add ENUMTYPE convenience macros (openembedded#803) Add Bazel build rules (openembedded#360, openembedded#500) Generator: keep order of messages when possible Test case improvements (openembedded#792) PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840) CMake build rule improvements (openembedded#822) CMakeLists: use protoc wrapper script by default (openembedded#769) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
that referenced
this pull request
Dec 23, 2022
Changelog: ========== Fix comments generation for submessages (#788) Fix handling of spaces in arguments passed through protoc (#810) Fix problems with multiple files and mangle_names option (#783, #820) Fix generator error when using M_STRIP_PACKAGE without package name (#795) Fix compilation error with fixed size array and FT_POINTER (#630) Fix wrong format in Python Poetry project file (#811) Fix unnecessary generator message when using --quiet (#831) Fix enum_to_string with C++ (#838) Fix /* */ inside .proto file comment Workaround python-protobuf version issues (#787) Safeguard substraction in pb_read() with custom streams (#697) Always include pb_release() as function, instead of macro. (#802) Allow using = instead of : with generator option -s Allow specifying include format without special characters (#810) Allow including headers from inside of extern C (#814) Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (#601) Add compile-time error message for when PB_FIELD_32BIT is needed (#680, #827) Add --c-style command line option for naming style (#199, #533, #791) Add --protoc-opt to nanopb_generator.py (#628) Add ENUMTYPE convenience macros (#803) Add Bazel build rules (#360, #500) Generator: keep order of messages when possible Test case improvements (#792) PlatformIO build rule improvements (#808, #809, #819, #834, #839, #840) CMake build rule improvements (#822) CMakeLists: use protoc wrapper script by default (#769) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 16, 2023
0002-iscsiuio-Use-pthread_t-for-INVALID_THREAD.patch removed since it's included in 2.1.8. 0001-Makefile-Do-not-set-Werror.patch refreshed for 2.1.8 Changelog: =========== make: avoid hard-coding path to sed (openembedded#357) etc: install system unit with without executable bit (openembedded#354) Add ability for MGMT IPC to check UID only Use config for iscsistart and iscsiadm fw login iscsiuio: Use pthread_t for INVALID_THREAD (openembedded#363) Add a 'distclean' Makefile top-level target Cleanup fwparam makefile (openembedded#360) Small bug fixes (openembedded#364) Use meson as the main build system (openembedded#365) libopeniscsiusr: cleanup recent reallocarray->realloc change (openembedded#369) Added examples in man file for iscsiadm session commands. iscsid: fix logout pdu send failure handling Update README's error handler/timeout section iscsiuio: fix LDADD libopeniscsiusr: use realloc instead of reallocarray (openembedded#368) iscsiadm: enable specify iface name-value parameters when creating iface Fix a possible passing null pointer in usr/iface.c (openembedded#356) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 17, 2023
0002-iscsiuio-Use-pthread_t-for-INVALID_THREAD.patch removed since it's included in 2.1.8. 0001-Makefile-Do-not-set-Werror.patch refreshed for 2.1.8 Changelog: =========== make: avoid hard-coding path to sed (openembedded#357) etc: install system unit with without executable bit (openembedded#354) Add ability for MGMT IPC to check UID only Use config for iscsistart and iscsiadm fw login iscsiuio: Use pthread_t for INVALID_THREAD (openembedded#363) Add a 'distclean' Makefile top-level target Cleanup fwparam makefile (openembedded#360) Small bug fixes (openembedded#364) Use meson as the main build system (openembedded#365) libopeniscsiusr: cleanup recent reallocarray->realloc change (openembedded#369) Added examples in man file for iscsiadm session commands. iscsid: fix logout pdu send failure handling Update README's error handler/timeout section iscsiuio: fix LDADD libopeniscsiusr: use realloc instead of reallocarray (openembedded#368) iscsiadm: enable specify iface name-value parameters when creating iface Fix a possible passing null pointer in usr/iface.c (openembedded#356) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.