diff options
author | Dengke Du <dengke.du@windriver.com> | 2018-10-10 09:48:13 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-10-09 23:25:37 -0400 |
commit | 4be88e83904f62786d4af9d03204ba559777ab0f (patch) | |
tree | 432dcf31f473b9d1be3d28e5e5fb8c1cf4331ecd | |
parent | f7738717b864f4d7a454034092c66bf95061bfcf (diff) | |
download | meta-virtualization-4be88e83904f62786d4af9d03204ba559777ab0f.tar.gz |
ceph: only support x86-64
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | 0001-ceph-only-support-x86-64.patch | 22 | ||||
-rw-r--r-- | recipes-extended/ceph/ceph_13.2.1.bb | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/0001-ceph-only-support-x86-64.patch b/0001-ceph-only-support-x86-64.patch new file mode 100644 index 00000000..c907e231 --- /dev/null +++ b/0001-ceph-only-support-x86-64.patch | |||
@@ -0,0 +1,22 @@ | |||
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 | |||
diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-extended/ceph/ceph_13.2.1.bb index d7186b94..e89bbebc 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 += "\ | |||
60 | RDEPENDS_${PN} += "\ | 60 | RDEPENDS_${PN} += "\ |
61 | python \ | 61 | python \ |
62 | " | 62 | " |
63 | COMPATIBLE_HOST = "(x86_64).*" | ||