diff options
| -rw-r--r-- | 0001-ceph-only-support-x86-64.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/0001-ceph-only-support-x86-64.patch b/0001-ceph-only-support-x86-64.patch deleted file mode 100644 index c907e231..00000000 --- a/0001-ceph-only-support-x86-64.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | From c1410631e368569f8fa03a2a72938e603eb92578 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Dengke Du <dengke.du@windriver.com> | ||
| 3 | Date: Mon, 8 Oct 2018 15:33:25 +0800 | ||
| 4 | Subject: [PATCH V2] ceph: only support x86-64 | ||
| 5 | |||
| 6 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
| 7 | --- | ||
| 8 | recipes-extended/ceph/ceph_13.2.1.bb | 1 + | ||
| 9 | 1 file changed, 1 insertion(+) | ||
| 10 | |||
| 11 | diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-extended/ceph/ceph_13.2.1.bb | ||
| 12 | index d7186b9..7888e64 100644 | ||
| 13 | --- a/recipes-extended/ceph/ceph_13.2.1.bb | ||
| 14 | +++ b/recipes-extended/ceph/ceph_13.2.1.bb | ||
| 15 | @@ -60,3 +60,4 @@ FILES_${PN}-dev += "\ | ||
| 16 | RDEPENDS_${PN} += "\ | ||
| 17 | python \ | ||
| 18 | " | ||
| 19 | +COMPATIBLE_MACHINE = "(qemux86-64|intel-x86-64)" | ||
| 20 | -- | ||
| 21 | 2.7.4 | ||
| 22 | |||
