All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1
@ 2021-07-07 15:44 wangmy
  2021-07-07 15:44 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.6.0 -> 4.6.1 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: wangmy @ 2021-07-07 15:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...esktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/gnome-desktop-testing/{gnome-desktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} (94%)

diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb
similarity index 94%
rename from meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
rename to meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb
index e5c69c0c46..b82eb8af2e 100644
--- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
+++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4"
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http"
-SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48"
+SRCREV = "e346cd4ed2e2102c9b195b614f3c642d23f5f6e7"
 
 DEPENDS = "glib-2.0"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.6.0 -> 4.6.1
  2021-07-07 15:44 [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 wangmy
@ 2021-07-07 15:44 ` wangmy
  2021-07-07 15:44 ` [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2021-07-07 15:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

v4.6.1
======

* #327: Deprecation warnings now honor call stack variance
  on PyPy.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ib-metadata_4.6.0.bb => python3-importlib-metadata_4.6.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-importlib-metadata_4.6.0.bb => python3-importlib-metadata_4.6.1.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_4.6.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_4.6.1.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-importlib-metadata_4.6.0.bb
rename to meta/recipes-devtools/python/python3-importlib-metadata_4.6.1.bb
index b9fd2fe59e..7e9604aaf4 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_4.6.0.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_4.6.1.bb
@@ -8,7 +8,7 @@ inherit pypi setuptools3
 PYPI_PACKAGE = "importlib_metadata"
 UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
 
-SRC_URI[sha256sum] = "4a5611fea3768d3d967c447ab4e93f567d95db92225b43b7b238dbfb855d70bb"
+SRC_URI[sha256sum] = "079ada16b7fc30dfbb5d13399a5113110dab1aa7c2bc62f66af75f0b717c8cac"
 
 S = "${WORKDIR}/importlib_metadata-${PV}"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0
  2021-07-07 15:44 [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 wangmy
  2021-07-07 15:44 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.6.0 -> 4.6.1 wangmy
@ 2021-07-07 15:44 ` wangmy
  2021-07-07 15:49   ` Alexander Kanavin
  2021-07-07 15:44 ` [OE-core] [PATCH] u-boot: upgrade 2021.04 -> 2021.07 wangmy
  2021-07-08  3:49 ` [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 Khem Raj
  3 siblings, 1 reply; 9+ messages in thread
From: wangmy @ 2021-07-07 15:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

refresh reproducibility.patch

v57.1.0
-------

Changes
^^^^^^^
* #2692: Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order.
* #2714: Update to distutils at pypa/distutils@e2627b7.
* #2715: Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2604: Revamped the backward/cross tool compatibility section to remove
  some confusion.
  Add some examples and the version since when ``entry_points`` are
  supported in declarative configuration.
  Tried to make the reading flow a bit leaner, gather some informations
  that were a bit dispersed.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python3-setuptools/reproducibility.patch  | 21 ++++++++++++-------
 ...57.0.0.bb => python3-setuptools_57.1.0.bb} |  2 +-
 2 files changed, 15 insertions(+), 8 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_57.0.0.bb => python3-setuptools_57.1.0.bb} (94%)

diff --git a/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch b/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch
index 149d8ad5ce..fda520658e 100644
--- a/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch
+++ b/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch
@@ -1,4 +1,4 @@
-The License-File lines in PKG-INFO change ordering depending on the order on disk, 
+The License-File lines in PKG-INFO change ordering depending on the order on disk,
 for example for python-packaging, one build shows:
 
 License-File: LICENSE
@@ -15,11 +15,15 @@ This is because glob uses os.listdir() which is unsorted. Sort the result to avo
 
 Upstream-Status: Submitted [https://github.com/pypa/setuptools/issues/2691]
 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
+Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
+---
+ setuptools/dist.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: setuptools-57.0.0/setuptools/dist.py
-===================================================================
---- setuptools-57.0.0.orig/setuptools/dist.py
-+++ setuptools-57.0.0/setuptools/dist.py
+diff --git a/setuptools/dist.py b/setuptools/dist.py
+index df071c1..fe3c5da 100644
+--- a/setuptools/dist.py
++++ b/setuptools/dist.py
 @@ -15,7 +15,7 @@ import distutils.command
  from distutils.util import strtobool
  from distutils.debug import DEBUG
@@ -29,12 +33,15 @@ Index: setuptools-57.0.0/setuptools/dist.py
  import itertools
  import textwrap
  from typing import List, Optional, TYPE_CHECKING
-@@ -603,7 +603,7 @@ class Distribution(_Distribution):
+@@ -609,7 +609,7 @@ class Distribution(_Distribution):
          return (
              path
              for pattern in patterns
--            for path in iglob(pattern)
+-            for path in sorted(iglob(pattern))
 +            for path in sorted(glob(pattern))
              if not path.endswith('~')
              and os.path.isfile(path)
          )
+-- 
+2.25.1
+
diff --git a/meta/recipes-devtools/python/python3-setuptools_57.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_57.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
index a15b51e31c..3c7aa4c4c5 100644
--- a/meta/recipes-devtools/python/python3-setuptools_57.0.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
@@ -11,7 +11,7 @@ SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 SRC_URI += "file://0001-change-shebang-to-python3.patch \
             file://reproducibility.patch"
 
-SRC_URI[sha256sum] = "401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535"
+SRC_URI[sha256sum] = "cfca9c97e7eebbc8abe18d5e5e962a08dcad55bb63afddd82d681de4d22a597b"
 
 DEPENDS += "${PYTHON_PN}"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [OE-core] [PATCH] u-boot: upgrade 2021.04 -> 2021.07
  2021-07-07 15:44 [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 wangmy
  2021-07-07 15:44 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.6.0 -> 4.6.1 wangmy
  2021-07-07 15:44 ` [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0 wangmy
@ 2021-07-07 15:44 ` wangmy
  2021-07-08  3:49 ` [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 Khem Raj
  3 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2021-07-07 15:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

(Changes of v2021.07)

Processed 1730 csets from 187 developers
29 employers found
A total of 402449 lines added, 82710 removed (delta 319739)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
 .../u-boot/{u-boot-tools_2021.04.bb => u-boot-tools_2021.07.bb} | 0
 .../recipes-bsp/u-boot/{u-boot_2021.04.bb => u-boot_2021.07.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2021.04.bb => u-boot-tools_2021.07.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2021.04.bb => u-boot_2021.07.bb} (100%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index dbbb9ff145..6b9253806f 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -12,7 +12,7 @@ PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "b46dd116ce03e235f2a7d4843c6278e1da44b5e1"
+SRCREV = "840658b093976390e9537724f802281c9c8439f5"
 
 SRC_URI = "git://git.denx.de/u-boot.git \
           "
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2021.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2021.04.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.04.bb b/meta/recipes-bsp/u-boot/u-boot_2021.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2021.04.bb
rename to meta/recipes-bsp/u-boot/u-boot_2021.07.bb
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0
  2021-07-07 15:44 ` [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0 wangmy
@ 2021-07-07 15:49   ` Alexander Kanavin
  2021-07-07 18:56     ` Richard Purdie
  0 siblings, 1 reply; 9+ messages in thread
From: Alexander Kanavin @ 2021-07-07 15:49 UTC (permalink / raw)
  To: wangmy; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 4464 bytes --]

Seems like reproducibility.patch can actually be removed, as it was
accepted upstream?

Alex

On Wed, 7 Jul 2021 at 17:45, wangmy <wangmy@fujitsu.com> wrote:

> refresh reproducibility.patch
>
> v57.1.0
> -------
>
> Changes
> ^^^^^^^
> * #2692: Globs are now sorted in 'license_files' restoring reproducibility
> by eliminating variance from disk order.
> * #2714: Update to distutils at pypa/distutils@e2627b7.
> * #2715: Removed reliance on deprecated ssl.match_hostname by removing the
> ssl support. Now any index operations rely on the native SSL implementation.
>
> Documentation changes
> ^^^^^^^^^^^^^^^^^^^^^
> * #2604: Revamped the backward/cross tool compatibility section to remove
>   some confusion.
>   Add some examples and the version since when ``entry_points`` are
>   supported in declarative configuration.
>   Tried to make the reading flow a bit leaner, gather some informations
>   that were a bit dispersed.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../python3-setuptools/reproducibility.patch  | 21 ++++++++++++-------
>  ...57.0.0.bb => python3-setuptools_57.1.0.bb} |  2 +-
>  2 files changed, 15 insertions(+), 8 deletions(-)
>  rename meta/recipes-devtools/python/{python3-setuptools_57.0.0.bb =>
> python3-setuptools_57.1.0.bb} (94%)
>
> diff --git
> a/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch
> b/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch
> index 149d8ad5ce..fda520658e 100644
> --- a/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch
> +++ b/meta/recipes-devtools/python/python3-setuptools/reproducibility.patch
> @@ -1,4 +1,4 @@
> -The License-File lines in PKG-INFO change ordering depending on the order
> on disk,
> +The License-File lines in PKG-INFO change ordering depending on the order
> on disk,
>  for example for python-packaging, one build shows:
>
>  License-File: LICENSE
> @@ -15,11 +15,15 @@ This is because glob uses os.listdir() which is
> unsorted. Sort the result to avo
>
>  Upstream-Status: Submitted [
> https://github.com/pypa/setuptools/issues/2691]
>  Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> +Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> +---
> + setuptools/dist.py | 4 ++--
> + 1 file changed, 2 insertions(+), 2 deletions(-)
>
> -Index: setuptools-57.0.0/setuptools/dist.py
> -===================================================================
> ---- setuptools-57.0.0.orig/setuptools/dist.py
> -+++ setuptools-57.0.0/setuptools/dist.py
> +diff --git a/setuptools/dist.py b/setuptools/dist.py
> +index df071c1..fe3c5da 100644
> +--- a/setuptools/dist.py
> ++++ b/setuptools/dist.py
>  @@ -15,7 +15,7 @@ import distutils.command
>   from distutils.util import strtobool
>   from distutils.debug import DEBUG
> @@ -29,12 +33,15 @@ Index: setuptools-57.0.0/setuptools/dist.py
>   import itertools
>   import textwrap
>   from typing import List, Optional, TYPE_CHECKING
> -@@ -603,7 +603,7 @@ class Distribution(_Distribution):
> +@@ -609,7 +609,7 @@ class Distribution(_Distribution):
>           return (
>               path
>               for pattern in patterns
> --            for path in iglob(pattern)
> +-            for path in sorted(iglob(pattern))
>  +            for path in sorted(glob(pattern))
>               if not path.endswith('~')
>               and os.path.isfile(path)
>           )
> +--
> +2.25.1
> +
> diff --git a/meta/recipes-devtools/python/python3-setuptools_57.0.0.bb
> b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
> similarity index 94%
> rename from meta/recipes-devtools/python/python3-setuptools_57.0.0.bb
> rename to meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
> index a15b51e31c..3c7aa4c4c5 100644
> --- a/meta/recipes-devtools/python/python3-setuptools_57.0.0.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb
> @@ -11,7 +11,7 @@ SRC_URI_append_class-native = "
> file://0001-conditionally-do-not-fetch-code-by-e
>  SRC_URI += "file://0001-change-shebang-to-python3.patch \
>              file://reproducibility.patch"
>
> -SRC_URI[sha256sum] =
> "401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535"
> +SRC_URI[sha256sum] =
> "cfca9c97e7eebbc8abe18d5e5e962a08dcad55bb63afddd82d681de4d22a597b"
>
>  DEPENDS += "${PYTHON_PN}"
>
> --
> 2.25.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 6203 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0
  2021-07-07 15:49   ` Alexander Kanavin
@ 2021-07-07 18:56     ` Richard Purdie
  0 siblings, 0 replies; 9+ messages in thread
From: Richard Purdie @ 2021-07-07 18:56 UTC (permalink / raw)
  To: Alexander Kanavin, wangmy; +Cc: OE-core

On Wed, 2021-07-07 at 17:49 +0200, Alexander Kanavin wrote:
> Seems like reproducibility.patch can actually be removed, as it was accepted upstream?

Yes, upstream tweaked it slightly and we can drop that patch here.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1
  2021-07-07 15:44 [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 wangmy
                   ` (2 preceding siblings ...)
  2021-07-07 15:44 ` [OE-core] [PATCH] u-boot: upgrade 2021.04 -> 2021.07 wangmy
@ 2021-07-08  3:49 ` Khem Raj
  2021-07-09  6:30   ` wangmy
  3 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2021-07-08  3:49 UTC (permalink / raw)
  To: wangmy; +Cc: Patches and discussions about the oe-core layer

fails to build on mips https://errors.yoctoproject.org/Errors/Details/587476/

On Wed, Jul 7, 2021 at 8:45 AM wangmy <wangmy@fujitsu.com> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...esktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-support/gnome-desktop-testing/{gnome-desktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} (94%)
>
> diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb
> similarity index 94%
> rename from meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
> rename to meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb
> index e5c69c0c46..b82eb8af2e 100644
> --- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
> +++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
>                      file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4"
>
>  SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http"
> -SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48"
> +SRCREV = "e346cd4ed2e2102c9b195b614f3c642d23f5f6e7"
>
>  DEPENDS = "glib-2.0"
>
> --
> 2.25.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1
  2021-07-08  3:49 ` [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 Khem Raj
@ 2021-07-09  6:30   ` wangmy
  2021-07-09 15:08     ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: wangmy @ 2021-07-09  6:30 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

I used the default configuration of mips, and the compiler was mips-poky-linux-gcc, which did not reproduce this problem. 

The compiler in the log you sent me is mips-yoe-linux-clang. 

Could you tell me how I can use this compiler.

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Thursday, July 8, 2021 11:50 AM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: Patches and discussions about the oe-core layer
> <openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 ->
> 2021.1
> 
> fails to build on mips https://errors.yoctoproject.org/Errors/Details/587476/
> 
> On Wed, Jul 7, 2021 at 8:45 AM wangmy <wangmy@fujitsu.com> wrote:
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  ...esktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} | 2
> > +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > meta/recipes-support/gnome-desktop-testing/{gnome-desktop-testing_2018
> > .1.bb => gnome-desktop-testing_2021.1.bb} (94%)
> >
> > diff --git
> > a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_201
> > 8.1.bb
> > b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_202
> > 1.1.bb
> > similarity index 94%
> > rename from
> > meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.
> > 1.bb rename to
> > meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.
> > 1.bb
> > index e5c69c0c46..b82eb8af2e 100644
> > ---
> > a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_201
> > 8.1.bb
> > +++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing
> > +++ _2021.1.bb
> > @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> >
> file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9
> da2ffcf7707dc11151fe007f4"
> >
> >  SRC_URI =
> "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http"
> > -SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48"
> > +SRCREV = "e346cd4ed2e2102c9b195b614f3c642d23f5f6e7"
> >
> >  DEPENDS = "glib-2.0"
> >
> > --
> > 2.25.1
> >
> >
> > 
> >

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1
  2021-07-09  6:30   ` wangmy
@ 2021-07-09 15:08     ` Khem Raj
  0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2021-07-09 15:08 UTC (permalink / raw)
  To: wangmy; +Cc: Patches and discussions about the oe-core layer

On Thu, Jul 8, 2021 at 11:30 PM wangmy@fujitsu.com <wangmy@fujitsu.com> wrote:
>
> I used the default configuration of mips, and the compiler was mips-poky-linux-gcc, which did not reproduce this problem.
>
> The compiler in the log you sent me is mips-yoe-linux-clang.
>
> Could you tell me how I can use this compiler.

Yeah, this issue happens when compiling with clang, architecture is
not important. you can use meta-clang layer to reproduce it
and set TOOLCHAIN = "clang" in local.conf

I have sent a fix for the issue already

>
>   --
> Best Regards
> ---------------------------------------------------
> Wang Mingyu
> Development Dept.I
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
> TEL: +86+25-86630566-8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wangmy@fujitsu.com
> http://www.fujitsu.com/cn/fnst/
>
> > -----Original Message-----
> > From: Khem Raj <raj.khem@gmail.com>
> > Sent: Thursday, July 8, 2021 11:50 AM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> > Cc: Patches and discussions about the oe-core layer
> > <openembedded-core@lists.openembedded.org>
> > Subject: Re: [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 ->
> > 2021.1
> >
> > fails to build on mips https://errors.yoctoproject.org/Errors/Details/587476/
> >
> > On Wed, Jul 7, 2021 at 8:45 AM wangmy <wangmy@fujitsu.com> wrote:
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  ...esktop-testing_2018.1.bb => gnome-desktop-testing_2021.1.bb} | 2
> > > +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > > meta/recipes-support/gnome-desktop-testing/{gnome-desktop-testing_2018
> > > .1.bb => gnome-desktop-testing_2021.1.bb} (94%)
> > >
> > > diff --git
> > > a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_201
> > > 8.1.bb
> > > b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_202
> > > 1.1.bb
> > > similarity index 94%
> > > rename from
> > > meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.
> > > 1.bb rename to
> > > meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.
> > > 1.bb
> > > index e5c69c0c46..b82eb8af2e 100644
> > > ---
> > > a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_201
> > > 8.1.bb
> > > +++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing
> > > +++ _2021.1.bb
> > > @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM =
> > "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> > >
> > file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9
> > da2ffcf7707dc11151fe007f4"
> > >
> > >  SRC_URI =
> > "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http"
> > > -SRCREV = "4decade67b29ad170fcf3de148e41695fc459f48"
> > > +SRCREV = "e346cd4ed2e2102c9b195b614f3c642d23f5f6e7"
> > >
> > >  DEPENDS = "glib-2.0"
> > >
> > > --
> > > 2.25.1
> > >
> > >
> > > 
> > >

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-09 15:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 15:44 [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 wangmy
2021-07-07 15:44 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.6.0 -> 4.6.1 wangmy
2021-07-07 15:44 ` [OE-core] [PATCH] python3-setuptools: upgrade 57.0.0 -> 57.1.0 wangmy
2021-07-07 15:49   ` Alexander Kanavin
2021-07-07 18:56     ` Richard Purdie
2021-07-07 15:44 ` [OE-core] [PATCH] u-boot: upgrade 2021.04 -> 2021.07 wangmy
2021-07-08  3:49 ` [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1 Khem Raj
2021-07-09  6:30   ` wangmy
2021-07-09 15:08     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.