All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3] ceph: only support x86-64
@ 2018-10-10  1:48 Dengke Du
  2018-10-10  3:26 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Dengke Du @ 2018-10-10  1:48 UTC (permalink / raw)
  To: richard.purdie, bruce.ashfield; +Cc: meta-virtualization

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 0001-ceph-only-support-x86-64.patch  | 22 ++++++++++++++++++++++
 recipes-extended/ceph/ceph_13.2.1.bb |  1 +
 2 files changed, 23 insertions(+)
 create mode 100644 0001-ceph-only-support-x86-64.patch

diff --git a/0001-ceph-only-support-x86-64.patch b/0001-ceph-only-support-x86-64.patch
new file mode 100644
index 0000000..c907e23
--- /dev/null
+++ b/0001-ceph-only-support-x86-64.patch
@@ -0,0 +1,22 @@
+From c1410631e368569f8fa03a2a72938e603eb92578 Mon Sep 17 00:00:00 2001
+From: Dengke Du <dengke.du@windriver.com>
+Date: Mon, 8 Oct 2018 15:33:25 +0800
+Subject: [PATCH V2] ceph: only support x86-64
+
+Signed-off-by: Dengke Du <dengke.du@windriver.com>
+---
+ recipes-extended/ceph/ceph_13.2.1.bb | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-extended/ceph/ceph_13.2.1.bb
+index d7186b9..7888e64 100644
+--- a/recipes-extended/ceph/ceph_13.2.1.bb
++++ b/recipes-extended/ceph/ceph_13.2.1.bb
+@@ -60,3 +60,4 @@ FILES_${PN}-dev += "\
+ RDEPENDS_${PN} += "\
+ 		python \
+ "
++COMPATIBLE_MACHINE = "(qemux86-64|intel-x86-64)"
+-- 
+2.7.4
+
diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-extended/ceph/ceph_13.2.1.bb
index d7186b9..e89bbeb 100644
--- a/recipes-extended/ceph/ceph_13.2.1.bb
+++ b/recipes-extended/ceph/ceph_13.2.1.bb
@@ -60,3 +60,4 @@ FILES_${PN}-dev += "\
 RDEPENDS_${PN} += "\
 		python \
 "
+COMPATIBLE_HOST = "(x86_64).*"
-- 
2.7.4



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

* Re: [PATCH V3] ceph: only support x86-64
  2018-10-10  1:48 [PATCH V3] ceph: only support x86-64 Dengke Du
@ 2018-10-10  3:26 ` Bruce Ashfield
  2018-10-10  7:10   ` richard.purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2018-10-10  3:26 UTC (permalink / raw)
  To: Dengke Du; +Cc: meta-virtualization

v3 is merged.

Bruce

On Tue, Oct 9, 2018 at 9:49 PM Dengke Du <dengke.du@windriver.com> wrote:
>
> Signed-off-by: Dengke Du <dengke.du@windriver.com>
> ---
>  0001-ceph-only-support-x86-64.patch  | 22 ++++++++++++++++++++++
>  recipes-extended/ceph/ceph_13.2.1.bb |  1 +
>  2 files changed, 23 insertions(+)
>  create mode 100644 0001-ceph-only-support-x86-64.patch
>
> diff --git a/0001-ceph-only-support-x86-64.patch b/0001-ceph-only-support-x86-64.patch
> new file mode 100644
> index 0000000..c907e23
> --- /dev/null
> +++ b/0001-ceph-only-support-x86-64.patch
> @@ -0,0 +1,22 @@
> +From c1410631e368569f8fa03a2a72938e603eb92578 Mon Sep 17 00:00:00 2001
> +From: Dengke Du <dengke.du@windriver.com>
> +Date: Mon, 8 Oct 2018 15:33:25 +0800
> +Subject: [PATCH V2] ceph: only support x86-64
> +
> +Signed-off-by: Dengke Du <dengke.du@windriver.com>
> +---
> + recipes-extended/ceph/ceph_13.2.1.bb | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-extended/ceph/ceph_13.2.1.bb
> +index d7186b9..7888e64 100644
> +--- a/recipes-extended/ceph/ceph_13.2.1.bb
> ++++ b/recipes-extended/ceph/ceph_13.2.1.bb
> +@@ -60,3 +60,4 @@ FILES_${PN}-dev += "\
> + RDEPENDS_${PN} += "\
> +               python \
> + "
> ++COMPATIBLE_MACHINE = "(qemux86-64|intel-x86-64)"
> +--
> +2.7.4
> +
> diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-extended/ceph/ceph_13.2.1.bb
> index d7186b9..e89bbeb 100644
> --- a/recipes-extended/ceph/ceph_13.2.1.bb
> +++ b/recipes-extended/ceph/ceph_13.2.1.bb
> @@ -60,3 +60,4 @@ FILES_${PN}-dev += "\
>  RDEPENDS_${PN} += "\
>                 python \
>  "
> +COMPATIBLE_HOST = "(x86_64).*"
> --
> 2.7.4
>


-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH V3] ceph: only support x86-64
  2018-10-10  3:26 ` Bruce Ashfield
@ 2018-10-10  7:10   ` richard.purdie
  0 siblings, 0 replies; 3+ messages in thread
From: richard.purdie @ 2018-10-10  7:10 UTC (permalink / raw)
  To: Bruce Ashfield, Dengke Du; +Cc: meta-virtualization

You may want to delete 0001-ceph-only-support-x86-64.patch then ;-)

Cheers,

Richard

On Tue, 2018-10-09 at 23:26 -0400, Bruce Ashfield wrote:
> v3 is merged.
> 
> Bruce
> 
> On Tue, Oct 9, 2018 at 9:49 PM Dengke Du <dengke.du@windriver.com>
> wrote:
> > 
> > Signed-off-by: Dengke Du <dengke.du@windriver.com>
> > ---
> >  0001-ceph-only-support-x86-64.patch  | 22 ++++++++++++++++++++++
> >  recipes-extended/ceph/ceph_13.2.1.bb |  1 +
> >  2 files changed, 23 insertions(+)
> >  create mode 100644 0001-ceph-only-support-x86-64.patch
> > 
> > diff --git a/0001-ceph-only-support-x86-64.patch b/0001-ceph-only-
> > support-x86-64.patch
> > new file mode 100644
> > index 0000000..c907e23
> > --- /dev/null
> > +++ b/0001-ceph-only-support-x86-64.patch
> > @@ -0,0 +1,22 @@
> > +From c1410631e368569f8fa03a2a72938e603eb92578 Mon Sep 17 00:00:00
> > 2001
> > +From: Dengke Du <dengke.du@windriver.com>
> > +Date: Mon, 8 Oct 2018 15:33:25 +0800
> > +Subject: [PATCH V2] ceph: only support x86-64
> > +
> > +Signed-off-by: Dengke Du <dengke.du@windriver.com>
> > +---
> > + recipes-extended/ceph/ceph_13.2.1.bb | 1 +
> > + 1 file changed, 1 insertion(+)
> > +
> > +diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-
> > extended/ceph/ceph_13.2.1.bb
> > +index d7186b9..7888e64 100644
> > +--- a/recipes-extended/ceph/ceph_13.2.1.bb
> > ++++ b/recipes-extended/ceph/ceph_13.2.1.bb
> > +@@ -60,3 +60,4 @@ FILES_${PN}-dev += "\
> > + RDEPENDS_${PN} += "\
> > +               python \
> > + "
> > ++COMPATIBLE_MACHINE = "(qemux86-64|intel-x86-64)"
> > +--
> > +2.7.4
> > +
> > diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-
> > extended/ceph/ceph_13.2.1.bb
> > index d7186b9..e89bbeb 100644
> > --- a/recipes-extended/ceph/ceph_13.2.1.bb
> > +++ b/recipes-extended/ceph/ceph_13.2.1.bb
> > @@ -60,3 +60,4 @@ FILES_${PN}-dev += "\
> >  RDEPENDS_${PN} += "\
> >                 python \
> >  "
> > +COMPATIBLE_HOST = "(x86_64).*"
> > --
> > 2.7.4
> > 
> 
> 



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

end of thread, other threads:[~2018-10-10  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10  1:48 [PATCH V3] ceph: only support x86-64 Dengke Du
2018-10-10  3:26 ` Bruce Ashfield
2018-10-10  7:10   ` richard.purdie

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.