1 From c8d2c332da2a03ed80d62628bbf54187a66f49b6 Mon Sep 17 00:00:00 2001
2 From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3 Date: Fri, 24 Jul 2015 20:20:33 +0200
4 Subject: [PATCH] host-applications: disable missing applications
6 Those applications are missing from the public rpi-firmware package, so
7 do not even try to build them.
9 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11 [Rebased for rpi-userland-a1b89e91f393c7134b4cdc36431f863bb3333163]
12 Signed-off-by: Peter Seiderer <ps.report@gmx.net>
14 host_applications/linux/CMakeLists.txt | 3 ---
15 1 file changed, 3 deletions(-)
17 diff --git a/host_applications/linux/CMakeLists.txt b/host_applications/linux/CMakeLists.txt
18 index 5a648e7..83bb66e 100644
19 --- a/host_applications/linux/CMakeLists.txt
20 +++ b/host_applications/linux/CMakeLists.txt
21 @@ -12,10 +12,7 @@ add_subdirectory(apps/dtoverlay)
22 add_subdirectory(apps/dtmerge)
25 - add_subdirectory(apps/vcdbg)
26 - add_subdirectory(libs/elftoolchain)
27 # add_subdirectory(apps/smct)
28 - add_subdirectory(apps/edid_parser)
29 add_subdirectory(apps/hello_pi)