summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-11 19:54:10 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-10-11 14:59:15 -0400
commit7224fdf98a25de02000ff101aeeb1569d70a8e64 (patch)
treec3d49cac40e06cecce75ad8e43140deb78b86240
parent2a9bdedc3b952fb06934c980a13451c421f6723a (diff)
downloadmeta-virtualization-7224fdf98a25de02000ff101aeeb1569d70a8e64.tar.gz
ceph: Remove accidentally added patch file
This patch was accidentally added in commit 4be88e83904f62786d4af9d03204ba559777ab0f, remove it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--0001-ceph-only-support-x86-64.patch22
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 @@
1From c1410631e368569f8fa03a2a72938e603eb92578 Mon Sep 17 00:00:00 2001
2From: Dengke Du <dengke.du@windriver.com>
3Date: Mon, 8 Oct 2018 15:33:25 +0800
4Subject: [PATCH V2] ceph: only support x86-64
5
6Signed-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
11diff --git a/recipes-extended/ceph/ceph_13.2.1.bb b/recipes-extended/ceph/ceph_13.2.1.bb
12index 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--
212.7.4
22