Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Added armeb into meson.bbclass.
@ 2019-01-02  5:17 Hong Liu
  2019-01-02  5:17 ` [PATCH] Added armeb into QEMU_TARGETS Hong Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hong Liu @ 2019-01-02  5:17 UTC (permalink / raw)
  To: openembedded-core

From: Lei Maohui <leimaohui@cn.fujitsu.com>

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta/classes/meson.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index 3cbdcf1..a922ae5 100644
--- a/meta/classes/meson.bbclass
+++ b/meta/classes/meson.bbclass
@@ -54,6 +54,8 @@ def meson_cpu_family(var, d):
         return 'ppc'
     elif arch == 'powerpc64':
         return 'ppc64'
+    elif arch == 'armeb':
+        return 'arm'
     elif arch == 'mipsel':
         return 'mips'
     elif re.match(r"i[3-6]86", arch):
-- 
2.7.4





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

* [PATCH] Added armeb into QEMU_TARGETS.
  2019-01-02  5:17 [PATCH] Added armeb into meson.bbclass Hong Liu
@ 2019-01-02  5:17 ` Hong Liu
  2019-01-15  6:32   ` Lei, Maohui
  2019-01-02  5:35 ` ✗ patchtest: failure for " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Hong Liu @ 2019-01-02  5:17 UTC (permalink / raw)
  To: openembedded-core

From: Lei Maohui <leimaohui@cn.fujitsu.com>

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta-poky/conf/distro/poky.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index f5de8f2..e9c2681 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -39,7 +39,7 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
 
 TCLIBCAPPEND = ""
 
-QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el nios2 ppc x86_64"
+QEMU_TARGETS ?= "arm armeb aarch64 i386 mips mipsel mips64 mips64el nios2 ppc x86_64"
 # Other QEMU_TARGETS "sh4"
 
 PREMIRRORS ??= "\
-- 
1.9.1





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

* ✗ patchtest: failure for Added armeb into QEMU_TARGETS.
  2019-01-02  5:17 [PATCH] Added armeb into meson.bbclass Hong Liu
  2019-01-02  5:17 ` [PATCH] Added armeb into QEMU_TARGETS Hong Liu
@ 2019-01-02  5:35 ` Patchwork
  2019-01-02  5:35 ` ✗ patchtest: failure for Added armeb into QEMU_TARGETS. (rev2) Patchwork
  2019-01-15  6:24 ` [PATCH] Added armeb into meson.bbclass Lei, Maohui
  3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-01-02  5:35 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

== Series Details ==

Series: Added armeb into QEMU_TARGETS.
Revision: 1
URL   : https://patchwork.openembedded.org/series/15499/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series sent to the wrong mailing list or some patches from the series correspond to different mailing lists [test_target_mailing_list] 
  Suggested fix    Send the series again to the correct mailing list (ML)
  Suggested ML     poky@yoctoproject.org [http://git.yoctoproject.org/cgit/cgit.cgi/poky/]
  Patch's path:    meta-poky/conf/distro/poky.conf

* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 65c419b8c4)

* Patch            Added armeb into QEMU_TARGETS.
 Issue             Shortlog does not follow expected format [test_shortlog_format] 
  Suggested fix    Commit shortlog (first line of commit message) should follow the format "<target>: <summary>"



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* ✗ patchtest: failure for Added armeb into QEMU_TARGETS. (rev2)
  2019-01-02  5:17 [PATCH] Added armeb into meson.bbclass Hong Liu
  2019-01-02  5:17 ` [PATCH] Added armeb into QEMU_TARGETS Hong Liu
  2019-01-02  5:35 ` ✗ patchtest: failure for " Patchwork
@ 2019-01-02  5:35 ` Patchwork
  2019-01-15  6:24 ` [PATCH] Added armeb into meson.bbclass Lei, Maohui
  3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-01-02  5:35 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

== Series Details ==

Series: Added armeb into QEMU_TARGETS. (rev2)
Revision: 2
URL   : https://patchwork.openembedded.org/series/15499/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 65c419b8c4)

* Patch            Added armeb into meson.bbclass.
 Issue             Shortlog does not follow expected format [test_shortlog_format] 
  Suggested fix    Commit shortlog (first line of commit message) should follow the format "<target>: <summary>"



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH] Added armeb into meson.bbclass.
  2019-01-02  5:17 [PATCH] Added armeb into meson.bbclass Hong Liu
                   ` (2 preceding siblings ...)
  2019-01-02  5:35 ` ✗ patchtest: failure for Added armeb into QEMU_TARGETS. (rev2) Patchwork
@ 2019-01-15  6:24 ` Lei, Maohui
  3 siblings, 0 replies; 6+ messages in thread
From: Lei, Maohui @ 2019-01-15  6:24 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

Hi,

Plesse merge to thud branch.


Best regards
Lei



> -----Original Message-----
> From: Hong, Liu/洪 流
> Sent: Wednesday, January 02, 2019 1:18 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Lei, Maohui/雷 茂慧
> Subject: [oe-core] [PATCH] Added armeb into meson.bbclass.
> 
> From: Lei Maohui <leimaohui@cn.fujitsu.com>
> 
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta/classes/meson.bbclass | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
> index 3cbdcf1..a922ae5 100644
> --- a/meta/classes/meson.bbclass
> +++ b/meta/classes/meson.bbclass
> @@ -54,6 +54,8 @@ def meson_cpu_family(var, d):
>          return 'ppc'
>      elif arch == 'powerpc64':
>          return 'ppc64'
> +    elif arch == 'armeb':
> +        return 'arm'
>      elif arch == 'mipsel':
>          return 'mips'
>      elif re.match(r"i[3-6]86", arch):
> --
> 2.7.4




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

* Re: [PATCH] Added armeb into QEMU_TARGETS.
  2019-01-02  5:17 ` [PATCH] Added armeb into QEMU_TARGETS Hong Liu
@ 2019-01-15  6:32   ` Lei, Maohui
  0 siblings, 0 replies; 6+ messages in thread
From: Lei, Maohui @ 2019-01-15  6:32 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

ping

> -----Original Message-----
> From: Hong, Liu/洪 流
> Sent: Wednesday, January 02, 2019 1:18 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Lei, Maohui/雷 茂慧
> Subject: [OE-core] [PATCH] Added armeb into QEMU_TARGETS.
> 
> From: Lei Maohui <leimaohui@cn.fujitsu.com>
> 
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta-poky/conf/distro/poky.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
> index f5de8f2..e9c2681 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -39,7 +39,7 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
> 
>  TCLIBCAPPEND = ""
> 
> -QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el nios2 ppc
> x86_64"
> +QEMU_TARGETS ?= "arm armeb aarch64 i386 mips mipsel mips64 mips64el nios2 ppc
> x86_64"
>  # Other QEMU_TARGETS "sh4"
> 
>  PREMIRRORS ??= "\
> --
> 1.9.1




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

end of thread, other threads:[~2019-01-15  6:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02  5:17 [PATCH] Added armeb into meson.bbclass Hong Liu
2019-01-02  5:17 ` [PATCH] Added armeb into QEMU_TARGETS Hong Liu
2019-01-15  6:32   ` Lei, Maohui
2019-01-02  5:35 ` ✗ patchtest: failure for " Patchwork
2019-01-02  5:35 ` ✗ patchtest: failure for Added armeb into QEMU_TARGETS. (rev2) Patchwork
2019-01-15  6:24 ` [PATCH] Added armeb into meson.bbclass Lei, Maohui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox