summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/ion/ion-tests/0001-CMakeLists.txt-disable-phys-addr-for-now.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/ion/ion-tests/0001-CMakeLists.txt-disable-phys-addr-for-now.patch')
-rw-r--r--recipes-devtools/ion/ion-tests/0001-CMakeLists.txt-disable-phys-addr-for-now.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-devtools/ion/ion-tests/0001-CMakeLists.txt-disable-phys-addr-for-now.patch b/recipes-devtools/ion/ion-tests/0001-CMakeLists.txt-disable-phys-addr-for-now.patch
deleted file mode 100644
index 7cf5895c..00000000
--- a/recipes-devtools/ion/ion-tests/0001-CMakeLists.txt-disable-phys-addr-for-now.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 85264fc72a261d20107a50ea2fad0258900a132b Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Sat, 20 Apr 2019 16:54:03 +0000
4Subject: [PATCH] CMakeLists.txt: disable phys-addr for now
5
6Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7---
8 CMakeLists.txt | 13 -------------
9 1 file changed, 13 deletions(-)
10
11diff --git a/CMakeLists.txt b/CMakeLists.txt
12index 1d60003..eca6ba7 100644
13--- a/CMakeLists.txt
14+++ b/CMakeLists.txt
15@@ -54,16 +54,3 @@ target_link_libraries(ion-print-heaps
16 target_include_directories(ion-print-heaps PUBLIC ${LIBION_INCLUDE_DIRS})
17
18 install(TARGETS ion-print-heaps RUNTIME DESTINATION bin)
19-
20-# phys-addr
21-
22-add_executable(phys-addr
23- src/phys-addr.c
24-)
25-
26-target_link_libraries(phys-addr
27- ${LIBION_LIBRARIES}
28-)
29-target_include_directories(phys-addr PUBLIC ${LIBION_INCLUDE_DIRS})
30-
31-install(TARGETS phys-addr RUNTIME DESTINATION bin)
32--
332.17.1
34