- Aug 03, 2021
-
-
Martin Jansa authored
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
It uses __morecore internal function from glibc which has been removed in 2.34+ and replacing it is not so simple and upstream needs to fix it see [1] [1] https://github.com/libhugetlbfs/libhugetlbfs/issues/52 Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
It needs some work see [1] [1] https://github.com/apitrace/apitrace/issues/756 Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Joe Slater authored
Compile in two stages. First, generate gtksourceview-gresources.h, then compile everything else. Adding the dependency is not trivial so we wait for upstream and add a benign workaround. Signed-off-by:
Joe Slater <joe.slater@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Mingli Yu authored
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Ben Brown authored
Overriding TOOLS with 'adb' as the only entry, or with 'adb' as the final entry in the list fails to match the grep pattern. The current pattern includes trailing whitespace, likely to distinguish it from 'adbd'. However since `${TOOLS}` is then passed to grep unquoted, any trailing whitespace would be dropped by the shell. Fixed by replacing the trailing whitespace with '\>' to mark the end of the word, which continues to ensure we don't match against 'adbd'. Signed-off-by:
Ben Brown <ben.brown@codethink.co.uk> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Johannes Obermüller authored
Broken patch caused seconds to be printed twice instead of seconds and microseconds. Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Changqing Li authored
Signed-off-by:
Changqing Li <changqing.li@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
This function has been added upstream as well, therefore the patch is no longer needed Signed-off-by:
Khem Raj <raj.khem@gmail.com> Cc: Gianfranco Costamagna <locutusofborg@debian.org>
-
Khem Raj authored
Fix build with glibc 2.34+ while here Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Some test code is not yet ported to build with gcc 11 Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Int not a compile time constant in glibc 2.34+ Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Fixes build with glibc 2.34+ Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Fixes build with glibc 2.34+ Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
zangrc authored
Fixed regressions Pandas could not be built on PyPy (GH42355) DataFrame constructed with an older version of pandas could not be unpickled (GH42345) Performance regression in constructing a DataFrame from a dictionary of dictionaries (GH42248) Fixed regression in DataFrame.agg() dropping values when the DataFrame had an Extension Array dtype, a duplicate index, and axis=1 (GH42380) Fixed regression in DataFrame.astype() changing the order of noncontiguous data (GH42396) Performance regression in DataFrame in reduction operations requiring casting such as DataFrame.mean() on integer data (GH38592) Performance regression in DataFrame.to_dict() and Series.to_dict() when orient argument one of “records”, “dict”, or “split” (GH42352) Fixed regression in indexing with a list subclass incorrectly raising TypeError (GH42433, GH42461) Fixed regression in DataFrame.isin() and Series.isin() raising TypeError with nullable data containing at least one missing value (GH42405) Regression in concat() between objects with bool dtype and integer dtype casting to object instead of to integer (GH42092) Bug in Series constructor not accepting a dask.Array (GH38645) Fixed regression for SettingWithCopyWarning displaying incorrect stacklevel (GH42570) Fixed regression for merge_asof() raising KeyError when one of the by columns is in the index (GH34488) Fixed regression in to_datetime() returning pd.NaT for inputs that produce duplicated values, when cache=True (GH42259) Fixed regression in SeriesGroupBy.value_counts() that resulted in an IndexError when called on a Series with one row (GH42618) Bug fixes Fixed bug in DataFrame.transpose() dropping values when the DataFrame had an Extension Array dtype and a duplicate index (GH42380) Fixed bug in DataFrame.to_xml() raising KeyError when called with index=False and an offset index (GH42458) Fixed bug in Styler.set_sticky() not handling index names correctly for single index columns case (GH42537) Fixed bug in DataFrame.copy() failing to consolidate blocks in the result (GH42579) Signed-off-by:
Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com>
-
zangrc authored
4.3 (2021-07-22) decode-dimms: Attempt to decode LPDDR3 modules eeprom, eepromer: Removed the tools in favor of eeprog i2cdetect: Sort the bus list by number i2cdump: Add range support to I2C block mode Deprecate SMBus block mode i2cget: Add support for I2C block read Add support for SMBus block read i2ctransfer: Reverted check for returned length from driver Signed-off-by:
Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com>
-
zangrc authored
Version 0.17 ------------ Drop Python 2 support. Tag Python 3.10 support. Migrate CI to GitHub actions. Add ``pypy3`` to matrix. Tests: implement ``--skip-exe`` via custom ``pytest`` marker. Documentation: point Anaconda users to ``conda-forge/python-graphviz``. Move type hints from docstrings to type annotations. Improve doctests. Examples: standardize import convention and modernize. Re-render example notebooks with Graphviz 2.46.1. -License-Update: Copyright year updated to 2021. Signed-off-by:
Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com>
-
zangrc authored
Fix unsubscribe and heap storage behavior Fair waiting for the heap based storage is empty Fix unsubscribe cleans subscriptions storage Fix tests Signed-off-by:
Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com>
-
zhengruoqin authored
Signed-off-by:
Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com>
-
zhengruoqin authored
Added new feature stringrefs, which makes repetitive dictionary structures more compact. Use with care since support for this is rare in other CBOR implementations. This release includes some bugfixes around decoding invalid data, which may improve security on decoding untrusted data. Signed-off-by:
Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com>
-
zhengruoqin authored
2021-07-22 2.2.3: ------------------- * speedup `repeat()`, #136 * speedup shift operations, #139 * optimize slice assignment with negative step, e.g.: `a[::-1] = 1` * add tests Signed-off-by:
Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com>
-
Leon Anavi authored
Upgrade to release 0.33.2: - Handle duplicate goodbye answers in the same packet - Skip ipv6 interfaces that return ENODEV 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>
-
Leon Anavi authored
Upgrade to release 0.0.54: - Raise exception if Service command is not supported 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>
-
Leon Anavi authored
Upgrade to release 2.6.2: - Remove default dependencies - Update release process 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>
-
- Jul 30, 2021
-
-
Salman Ahmed authored
Signed-off-by:
Salman Ahmed <salman.ahmed@weidmueller.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Salman Ahmed authored
Signed-off-by:
Salman Ahmed <salman.ahmed@weidmueller.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Mingli Yu authored
The log-error item which defined in my.cnf is "/var/log/mysqld.err" previouly and it's not consistent with which created in install_db service file which will call mysql-systemd-start to create the file "/var/log/mysqld.log". And it fails when boot with sysvinit as below: $ service mysqld start Starting MariaDB.210727 04:05:03 mysqld_safe Logging to '/var/log/mysqld.err'. 210727 04:05:03 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql /usr/bin/mysqld_safe_helper: Can't create/write to file '/var/log/mysqld.err' (Errcode: 13 "Permission denied") So make the log-error item consistent to fix the above failure and also remove the related workaround when boot with systemd. Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
- Jul 29, 2021
-
-
zhengruoqin authored
Signed-off-by:
Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
zhengruoqin authored
Signed-off-by:
Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
zhengruoqin authored
Signed-off-by:
Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Gianfranco authored
Drop patch to fix build failure with kernel 5.13, now part of upstream codebase Signed-off-by:
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by:
Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Anastasios Kavoukis authored
A commit in the repo of pm-qa: "adf9df9 Fix path to library files and change shebang line" Changed the text that sed was using to replace relative to absolute paths. As a result sed was not effectively finding the text "source ../include" to replace it, as the sed should be now searching for ". ../include". Similarly for "../Switches" Signed-off-by:
Anastasios Kavoukis <anastasios.kavoukis@arm.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
wangmy authored
Signed-off-by:
Wang Mingyu <wangmy@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
wangmy authored
Signed-off-by:
Wang Mingyu <wangmy@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
wangmy authored
Signed-off-by:
Wang Mingyu <wangmy@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
wangmy authored
Added: Docker image architectures amd64, 386, arm64, arm/v7, arm/v6, ppc64le, s390x https://github.com/bats-core/bats-core/pull/438 Fixed: automatic push to Dockerhub https://github.com/bats-core/bats-core/pull/438 Signed-off-by:
Wang Mingyu <wangmy@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Devendra Tewari authored
Stray newline character causes errors in functionfs setup scripts used by android-tools-adbd.service, when using musl libc and/or toybox. Signed-off-by:
Devendra Tewari <devendra.tewari@gmail.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-