All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3: add a tr-tr locale for test_locale ptest
@ 2019-04-11 16:00 Alexander Kanavin
  2019-04-12  2:12 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2019-04-11 16:00 UTC (permalink / raw)
  To: openembedded-core

With this change, the ptests do not fail anymore,
except for the three failures caused by the 5.0 kernel regression:

- test_ssl and test_httplib lock up, and are skipped
(there is a separate patch for it)

- test_asyncio fails but does not lock up

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/python/python3_3.7.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb b/meta/recipes-devtools/python/python3_3.7.2.bb
index 28f128d488b..71a6c103166 100644
--- a/meta/recipes-devtools/python/python3_3.7.2.bb
+++ b/meta/recipes-devtools/python/python3_3.7.2.bb
@@ -284,7 +284,7 @@ FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MA
 PACKAGES += "${PN}-man"
 FILES_${PN}-man = "${datadir}/man"
 
-RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed"
+RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc tzdata-europe coreutils sed locale-base-tr-tr.iso-8859-9"
 RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk', '', d)}"
 RDEPENDS_${PN}-dev = ""
 
-- 
2.17.1



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

* Re: [PATCH] python3: add a tr-tr locale for test_locale ptest
  2019-04-11 16:00 [PATCH] python3: add a tr-tr locale for test_locale ptest Alexander Kanavin
@ 2019-04-12  2:12 ` Khem Raj
  2019-04-12  6:58   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2019-04-12  2:12 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core

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

On Thu, Apr 11, 2019 at 9:00 AM Alexander Kanavin <alex.kanavin@gmail.com>
wrote:

> With this change, the ptests do not fail anymore,
> except for the three failures caused by the 5.0 kernel regression:
>
> - test_ssl and test_httplib lock up, and are skipped
> (there is a separate patch for it)
>
> - test_asyncio fails but does not lock up
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  meta/recipes-devtools/python/python3_3.7.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb
> b/meta/recipes-devtools/python/python3_3.7.2.bb
> index 28f128d488b..71a6c103166 100644
> --- a/meta/recipes-devtools/python/python3_3.7.2.bb
> +++ b/meta/recipes-devtools/python/python3_3.7.2.bb
> @@ -284,7 +284,7 @@ FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}
> ${libdir}/python${PYTHON_MA
>  PACKAGES += "${PN}-man"
>  FILES_${PN}-man = "${datadir}/man"
>
> -RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc
> tzdata-europe coreutils sed"
> +RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 libgcc
> tzdata-europe coreutils sed locale-base-tr-tr.iso-8859-9"


While this is a test package i must mention that locale packaged are
specific to Glibc so it would be better to append it with libc override

>
>  RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk',
> 'tk', '', d)}"
>  RDEPENDS_${PN}-dev = ""
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

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

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

* Re: [PATCH] python3: add a tr-tr locale for test_locale ptest
  2019-04-12  2:12 ` Khem Raj
@ 2019-04-12  6:58   ` Richard Purdie
  2019-04-12  8:03     ` Sunny Wang (DMN)
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2019-04-12  6:58 UTC (permalink / raw)
  To: Khem Raj, Alexander Kanavin; +Cc: openembedded-core

On Thu, 2019-04-11 at 19:12 -0700, Khem Raj wrote:
> On Thu, Apr 11, 2019 at 9:00 AM Alexander Kanavin <
> alex.kanavin@gmail.com> wrote:
> > With this change, the ptests do not fail anymore,
> > except for the three failures caused by the 5.0 kernel regression:
> > 
> > - test_ssl and test_httplib lock up, and are skipped
> > (there is a separate patch for it)
> > 
> > - test_asyncio fails but does not lock up
> > 
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > ---
> >  meta/recipes-devtools/python/python3_3.7.2.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb
> > b/meta/recipes-devtools/python/python3_3.7.2.bb
> > index 28f128d488b..71a6c103166 100644
> > --- a/meta/recipes-devtools/python/python3_3.7.2.bb
> > +++ b/meta/recipes-devtools/python/python3_3.7.2.bb
> > @@ -284,7 +284,7 @@ FILES_${PN}-misc =
> > "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MA
> >  PACKAGES += "${PN}-man"
> >  FILES_${PN}-man = "${datadir}/man"
> > 
> > -RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2
> > libgcc tzdata-europe coreutils sed"
> > +RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2
> > libgcc tzdata-europe coreutils sed locale-base-tr-tr.iso-8859-9"
> 
> While this is a test package i must mention that locale packaged are
> specific to Glibc so it would be better to append it with libc
> override 

We had build failures and I queued a fixup in warrior-next to do just
that!

Cheers,

Richard



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

* Re: [PATCH] python3: add a tr-tr locale for test_locale ptest
  2019-04-12  6:58   ` Richard Purdie
@ 2019-04-12  8:03     ` Sunny Wang (DMN)
  0 siblings, 0 replies; 4+ messages in thread
From: Sunny Wang (DMN) @ 2019-04-12  8:03 UTC (permalink / raw)
  To: Richard Purdie, Khem Raj, Alexander Kanavin, Michael Scott
  Cc: openembedded-core




Hi, Richard and Michael:
     Thanks for your positive information, but what I need is an CommandLineDiskImager.exe that could automatically download the wic file to the EMMC chip :
     The command line sample  is as below:
      CommandLineDiskImager.exe C:\Downloads\scooteros-mdb-image-imx6ulmdb.wic G
     Currently, my application only support .img file format, I need a new CommandLineDiskImager.exe to support .wic format.
      Thanks for your update!


Best Regards!


Sunny Wang
EQE - AME - Asia

Xin Qing Science & Technology Industrial Park
Zhuhai, Guangdong, China 
direct: +86 (0756) 5189325
mobile: +86 185 7566 0748
email: Sunny.Wang1@flex.com
web: flex.com

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org <openembedded-core-bounces@lists.openembedded.org> On Behalf Of Richard Purdie
Sent: 2019年4月12日 14:59
To: Khem Raj <raj.khem@gmail.com>; Alexander Kanavin <alex.kanavin@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] python3: add a tr-tr locale for test_locale ptest

On Thu, 2019-04-11 at 19:12 -0700, Khem Raj wrote:
> On Thu, Apr 11, 2019 at 9:00 AM Alexander Kanavin < 
> alex.kanavin@gmail.com> wrote:
> > With this change, the ptests do not fail anymore, except for the 
> > three failures caused by the 5.0 kernel regression:
> > 
> > - test_ssl and test_httplib lock up, and are skipped (there is a 
> > separate patch for it)
> > 
> > - test_asyncio fails but does not lock up
> > 
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > ---
> >  meta/recipes-devtools/python/python3_3.7.2.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb
> > b/meta/recipes-devtools/python/python3_3.7.2.bb
> > index 28f128d488b..71a6c103166 100644
> > --- a/meta/recipes-devtools/python/python3_3.7.2.bb
> > +++ b/meta/recipes-devtools/python/python3_3.7.2.bb
> > @@ -284,7 +284,7 @@ FILES_${PN}-misc = 
> > "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MA  
> > PACKAGES += "${PN}-man"
> >  FILES_${PN}-man = "${datadir}/man"
> > 
> > -RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2 
> > libgcc tzdata-europe coreutils sed"
> > +RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2
> > libgcc tzdata-europe coreutils sed locale-base-tr-tr.iso-8859-9"
> 
> While this is a test package i must mention that locale packaged are 
> specific to Glibc so it would be better to append it with libc 
> override

We had build failures and I queued a fixup in warrior-next to do just that!

Cheers,

Richard

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.openembedded.org_mailman_listinfo_openembedded-2Dcore&d=DwICAg&c=ZP_H8hVPcMPysQ_qMWzcHQ&r=uEWeuxLIVXDUHh5qu-hqP6Vu9OmdNlqjxQL7AIAj9Os&m=1lwmHsAwoZDfaMioPLJKD0bPSV6HnsvstpzV96vcMlI&s=X0Yix1BXJftnK7wRtKY8PYXSbDfsf5gkPLqrrQHiZeA&e=

Legal Disclaimer :
The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is addressed 
or by their designee. If the reader of this message is not the intended recipient, 
you are on notice that any distribution of this message, in any form, 
is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this message!

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

end of thread, other threads:[~2019-04-12  8:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11 16:00 [PATCH] python3: add a tr-tr locale for test_locale ptest Alexander Kanavin
2019-04-12  2:12 ` Khem Raj
2019-04-12  6:58   ` Richard Purdie
2019-04-12  8:03     ` Sunny Wang (DMN)

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.