Re: [OE-core] [PATCH] devtool: unset _PYTHON_SYSCONFIGDATA_NAME

2020-08-31 Thread gr embeter
atches for devtool. The patch for python3-native wrapper does not look "the same". Does anyone else experience the same issue with devtool? > > > Alex > > > > On Thu, 27 Aug 2020 at 15:11, gr embeter wrote: > >> > >> On Ubuntu 20.04

[OE-core] [PATCH] devtool: unset _PYTHON_SYSCONFIGDATA_NAME

2020-08-27 Thread gr embeter
On Ubuntu 20.04.1 LTS with Python 3.8.2 "devtool modify" fails with Exception: ModuleNotFoundError: No module named '_sysconfigdata' e.g.: devtool modify --no-same-dir --branch fit u-boot ~/ws/w/dtool/u-boot-fit ERROR: Error executing a python function in exec_python_func() autogenerated: The

Re: [OE-core] [PATCH] devtool: unset _PYTHON_SYSCONFIGDATA_NAME

2020-08-27 Thread gr embeter
; > On Thu, 27 Aug 2020 at 15:11, gr embeter wrote: >> >> On Ubuntu 20.04.1 LTS with Python 3.8.2 "devtool modify" fails with >> Exception: ModuleNotFoundError: No module named '_sysconfigdata' >> >> e.g.: devtool modify --no-same-dir --branch fit u-boot

Re: [OE-core] [PATCH] oe-setup-builddir: create conf/multiconfig/ from TEMPLATECONF

2020-09-17 Thread gr embeter
; > --Mark > > On 9/16/20 12:08 PM, gr embeter wrote: > >> Why copy this from TEMPLATECONF when they can be supplied by any layer in > >> your BBLAYERS? > > > > At the stage of creating build directory I think it is lo

[OE-core] [PATCH] oe-setup-builddir: create conf/multiconfig/ from TEMPLATECONF

2020-09-16 Thread gr embeter
Retrieve multiconfig automatically from meta-layer if it exists, so that it is possible to use it "out-of-the-box". Signed-off-by: Grygorii Tertychnyi --- scripts/oe-setup-builddir | 4 1 file changed, 4 insertions(+) diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir

Re: [OE-core] [PATCH] oe-setup-builddir: create conf/multiconfig/ from TEMPLATECONF

2020-09-16 Thread gr embeter
> Why copy this from TEMPLATECONF when they can be supplied by any layer in > your BBLAYERS? At the stage of creating build directory I think it is logically to use TEMPLATECONF both for "local.conf" and "multiconfig" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[OE-core] [dunfell][PATCH] Revert "sdk: fix relocate symlink failed"

2021-09-01 Thread gr embeter
This reverts commit a155c4d4ca841ef492213a5f0b9121703c62e2b4. Otherwise, SDK installing fails with: Extracting SDK...done Setting it up...sed: -e expression #1, char 0: no previous regular expression sed: -e expression #1, char 0: no

Re: [OE-core] [dunfell][PATCH] Revert "sdk: fix relocate symlink failed"

2021-09-01 Thread gr embeter
Hi Steve, I observe the same sed messages in hardknott, would you please consider applying it there as well? On Wed, Sep 1, 2021 at 9:33 PM grygorii tertychnyi wrote: > > This reverts commit a155c4d4ca841ef492213a5f0b9121703c62e2b4. > > Otherwise, SDK installing fails with: > > Extracting

Re: [OE-core] [dunfell][PATCH] Revert "sdk: fix relocate symlink failed"

2021-09-02 Thread gr embeter
On Thu, Sep 2, 2021 at 12:33 AM Steve Sakoman wrote: > > On Wed, Sep 1, 2021 at 9:33 AM grygorii tertychnyi > wrote: > > > > This reverts commit a155c4d4ca841ef492213a5f0b9121703c62e2b4. > > > > Otherwise, SDK installing fails with: > > > > Extracting > >

[OE-core] [PATCH] efivar: fix import functionality

2022-07-21 Thread gr embeter
"efivar --import" is broken in v38: # efivar -i /8be4df61-93ca-11d2-aa0d-00e098032b8c-Timeout free(): invalid pointer Aborted Backport upstream patch to fix it. Upstream issue: https://github.com/rhboot/efivar/issues/173 Signed-off-by: Grygorii Tertychnyi ---

[OE-core] [meta-oe][PATCH] python3-pytest-html: add missing runtime dependencies

2024-06-03 Thread gr embeter
Upstream toml file mentions Jinja2 and pytest-metadata as runtime dependencies. Link: https://github.com/pytest-dev/pytest-html/blob/cfd32d08488e2c6fb72f0617db94ab41d3fca8d0/pyproject.toml#L42 Signed-off-by: Grygorii Tertychnyi --- .../recipes-devtools/python/python3-pytest-html_4.1.1.bb