- Aug 06, 2021
-
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Martin Jansa authored
* with bitbake change from: https://git.openembedded.org/bitbake/commit/?id=699e36c270d863258502d315ed00a1b940bfbf96 the GRPC_CFLAGS now stays None when toolchain-clang isn't used causing: i686-oe-linux-gcc: error: ${GRPC_CFLAGS}: linker input file not found: No such file or directory Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Aug 04, 2021
-
-
Martin Jansa authored
klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion * re-run the latest version of the script which converts CONVERSION_CMD as well since https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d9e81d66db2bc2aa56d177cef78c814c29679a4a * skip many incorrect s/_linux/:linux/g changes which were introduced by: https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=9ea1041f8eab26ee871a9176e9691e5d3e6745bd Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Zang Ruochen authored
Add runtime dependency to resolve errors that occurred when import robot. Robot Framework 4.1 is a feature release with several nice enhancements, for example, to the continue-on-failure mode and argument conversion, as well as some bug fixes. Signed-off-by:
Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Kai Kang authored
Upgrade python3-blivetgui from 2.1.10 to 2.2.1. * drop backported patch 0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Kai Kang authored
Upgrade python3-blivet from 3.1.4 to 3.4.0. * it imports selinux conditionally, so remove 0001-comment-out-selinux.patch * rebase 0008-use-oe-variable-to-replace-hardcoded-dir.patch and 0010-invoking-mkfs-with-infinite-timeout.patch Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Mingli Yu authored
Remove the build flags to improve reproducibility. Signed-off-by:
Mingli Yu <mingli.yu@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
- Aug 03, 2021
-
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
This was found during override overhaul we dont support uclibc anymore Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Do not convert the variable name resembling override setups passed to makefile Fix some of missed overrides Signed-off-by:
Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
-
Khem Raj authored
Avoids using installed-vs-shipped Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
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>
-