|
[PATCH 10/11] python3-platformdirs: add recipe
python3-pylint requires python3-platformdirs, so copy it from meta-python to avoid requiring that layer for patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-platformdirs/
python3-pylint requires python3-platformdirs, so copy it from meta-python to avoid requiring that layer for patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-platformdirs/
|
By
Trevor Gamblin
·
|
|
[PATCH 09/11] python3-mccabe: add recipe
python3-pylint requires python3-mccabe, so copy it from meta-python to avoid requiring that layer for patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../recipes-devtools/python/python3-mc
python3-pylint requires python3-mccabe, so copy it from meta-python to avoid requiring that layer for patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../recipes-devtools/python/python3-mc
|
By
Trevor Gamblin
·
|
|
[PATCH 08/11] python3-dill: add recipe
python3-pylint requires python3-dill, so copy it from meta-python to avoid requiring that layer for patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-dill_0.3.6.bb | 17 ++
python3-pylint requires python3-dill, so copy it from meta-python to avoid requiring that layer for patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-dill_0.3.6.bb | 17 ++
|
By
Trevor Gamblin
·
|
|
[PATCH 07/11] python3-wrapt: upgrade 1.10.10 -> 1.15.0
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-wrapt_1.10.10.bb
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-wrapt_1.10.10.bb
|
By
Trevor Gamblin
·
|
|
[PATCH 06/11] python3-unidiff: upgrade 0.5.4 -> 0.7.5
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-unidiff/run-ptes
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-unidiff/run-ptes
|
By
Trevor Gamblin
·
|
|
[PATCH 05/11] python3-pyparsing: remove recipe
This is in oe-core now, so no need to carry it in patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-pyparsing_2.2.0.bb | 19 ------------------- 1 file changed, 19 deletion
This is in oe-core now, so no need to carry it in patchtest. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-pyparsing_2.2.0.bb | 19 ------------------- 1 file changed, 19 deletion
|
By
Trevor Gamblin
·
|
|
[PATCH 04/11] python3-pylint: upgrade 1.6.5 -> 2.17.4
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-pylint/run-ptest
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-pylint/run-ptest
|
By
Trevor Gamblin
·
|
|
[PATCH 03/11] python3-lazy-object-proxy: upgrade 1.3.1 -> 1.9.0
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-lazy-object-prox
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-lazy-object-prox
|
By
Trevor Gamblin
·
|
|
[PATCH 02/11] python3-isort: upgrade 4.2.15 -> 5.12.0
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-isort_4.2.15.bb
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without requiring the layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-isort_4.2.15.bb
|
By
Trevor Gamblin
·
|
|
[PATCH 01/11] python3-astroid: upgrade 1.5.3 -> 2.15.4
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without needing that layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-astroid_1.5.3.bb
Copy the recipe from meta-python to handle the upgrade, so that patchtest can build it without needing that layer. Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../python/python3-astroid_1.5.3.bb
|
By
Trevor Gamblin
·
|
|
[patchtest][PATCH 00/11] patchtest: layer updates
This series includes several changes to upgrade existing recipes, add those that the new upgrades depend on, and remove what's no longer necessary to have in the layer. The objective is to make patcht
This series includes several changes to upgrade existing recipes, add those that the new upgrades depend on, and remove what's no longer necessary to have in the layer. The objective is to make patcht
|
By
Trevor Gamblin
·
|
|
[opkg-utils PATCH] opkg-feed: Fix adding feeds with same name as architecture
Attempting to add feeds with some special names was returning an error: "5 The named feed already exists" This is because the feed name matched with a configured architecture. Add a second grep to fee
Attempting to add feeds with some special names was returning an error: "5 The named feed already exists" This is because the feed name matched with a configured architecture. Add a second grep to fee
|
By
Petar Koynov
·
|
|
[meta-security][PATCH 2/2] layer.conf: Insert addpylib declaration
Yocto mickledore introduced the addpylib directive for explicitly adding layer paths to the PYTHONPATH. Standalone OEQA test suite discovery does not require this directive but it is required to impor
Yocto mickledore introduced the addpylib directive for explicitly adding layer paths to the PYTHONPATH. Standalone OEQA test suite discovery does not require this directive but it is required to impor
|
By
Armin Kuster
·
|
|
[meta-security][PATCH 1/2] samhain: Update to 4.4.10
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-ids/samhain/samhain.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/sam
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-ids/samhain/samhain.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ids/samhain/samhain.inc b/recipes-ids/sam
|
By
Armin Kuster
·
|
|
gitsm fetcher failure
Hi, I'm trying add support for pytorch 2.0.1 release and hit an issue with fetch phase: ERROR: pytorch-2.0.1+gitAUTOINC+e9ebda29d8-r0 do_fetch: gitsm: submodule download failed: FetchError Fetcher fai
Hi, I'm trying add support for pytorch 2.0.1 release and hit an issue with fetch phase: ERROR: pytorch-2.0.1+gitAUTOINC+e9ebda29d8-r0 do_fetch: gitsm: submodule download failed: FetchError Fetcher fai
|
By
Marek Belisko
·
|
|
[meta-darwin][PATCH 1/2] Add new maintainers
2 messages
From: Etienne Cordonnier <ecordonnier@...> Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index a5
From: Etienne Cordonnier <ecordonnier@...> Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index a5
|
By
Etienne Cordonnier
·
|
|
[meta-darwin][PATCH 2/2] Improve README
From: Etienne Cordonnier <ecordonnier@...> Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README i
From: Etienne Cordonnier <ecordonnier@...> Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README i
|
By
Etienne Cordonnier
·
|
|
[meta-darwin][PATCH 2/2] clean-up several patches
From: Etienne Cordonnier <ecordonnier@...> - add patch upstream status - use git patch format Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- ...atch => 0001-fix-wrong-libtool-path.patch} | 22
From: Etienne Cordonnier <ecordonnier@...> - add patch upstream status - use git patch format Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- ...atch => 0001-fix-wrong-libtool-path.patch} | 22
|
By
Etienne Cordonnier
·
|
|
[meta-darwin][PATCH 1/2] zlib: fix whitespace issues
From: Etienne Cordonnier <ecordonnier@...> Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- recipes-core/zlib/zlib_1.2.%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -
From: Etienne Cordonnier <ecordonnier@...> Signed-off-by: Etienne Cordonnier <ecordonnier@...> --- recipes-core/zlib/zlib_1.2.%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -
|
By
Etienne Cordonnier
·
|
|
bb.event.BuildStarted didn't work in a bbappend
2 messages
I add these lines in a bbappend file: addhandler cjltest cjltest[eventmask] = "bb.event.BuildStarted" python cjltest () { bb.warn("enter my event code") } But when bitbake this recipe, no warning mess
I add these lines in a bbappend file: addhandler cjltest cjltest[eventmask] = "bb.event.BuildStarted" python cjltest () { bb.warn("enter my event code") } But when bitbake this recipe, no warning mess
|
By
Jiliang Cai
·
|