summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-10-12 12:28:04 -0700
committerKhem Raj <raj.khem@gmail.com>2018-10-12 13:08:17 -0700
commitff0c0a1d83cafde9e039824329f0506335828745 (patch)
tree3a928bedc9c86249fec8bbbe22c0055ec0ef83a9 /meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch
parent0dfc9ab6f069924a17c523e61c7e37b380248fc0 (diff)
downloadmeta-openembedded-ff0c0a1d83cafde9e039824329f0506335828745.tar.gz
libhugetlbfs: Refresh patches with devtool
Makes devtool happy as per http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch')
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch14
1 files changed, 6 insertions, 8 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch
index 3082d7ef5f..53f35abb7b 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch
@@ -1,4 +1,4 @@
1From a85fc43243f8bfad12d306a4a0e230fb8b3e828a Mon Sep 17 00:00:00 2001 1From 0077532b07e268347cb8557be6d70148d5f0e840 Mon Sep 17 00:00:00 2001
2From: Ting Liu <b28495@freescale.com> 2From: Ting Liu <b28495@freescale.com>
3Date: Wed, 21 Aug 2013 15:44:57 +0800 3Date: Wed, 21 Aug 2013 15:44:57 +0800
4Subject: [PATCH] run_test.py: not use hard coded path ../obj/hugeadm 4Subject: [PATCH] run_test.py: not use hard coded path ../obj/hugeadm
@@ -9,15 +9,16 @@ After 'make install', we can use hugeadm utility under DESTDIR.
9Upstream-Status: Submitted 9Upstream-Status: Submitted
10 10
11Signed-off-by: Ting Liu <b28495@freescale.com> 11Signed-off-by: Ting Liu <b28495@freescale.com>
12
12--- 13---
13 tests/run_tests.py | 12 +++++++++++- 14 tests/run_tests.py | 12 +++++++++++-
14 1 files changed, 11 insertions(+), 1 deletions(-) 15 1 file changed, 11 insertions(+), 1 deletion(-)
15 16
16diff --git a/tests/run_tests.py b/tests/run_tests.py 17diff --git a/tests/run_tests.py b/tests/run_tests.py
17index d9a6b35..a9bab8f 100755 18index 3c95a03..560df6b 100755
18--- a/tests/run_tests.py 19--- a/tests/run_tests.py
19+++ b/tests/run_tests.py 20+++ b/tests/run_tests.py
20@@ -232,9 +232,19 @@ def get_pagesizes(): 21@@ -234,9 +234,19 @@ def get_pagesizes():
21 Use libhugetlbfs' hugeadm utility to get a list of page sizes that have 22 Use libhugetlbfs' hugeadm utility to get a list of page sizes that have
22 active mount points and at least one huge page allocated to the pool. 23 active mount points and at least one huge page allocated to the pool.
23 """ 24 """
@@ -38,6 +39,3 @@ index d9a6b35..a9bab8f 100755
38 if rc != 0 or out == "": return sizes 39 if rc != 0 or out == "": return sizes
39 40
40 for size in out.split("\n"): sizes.add(int(size)) 41 for size in out.split("\n"): sizes.add(int(size))
41--
421.7.3.4
43