linux-davinci-git : Update recipe so it builds for sffsdr board.
[vuplus_openembedded] / packages / linux / linux-davinci / davinci-sffsdr / 0002-ARM-Mark-unsupported-syscalls-as-IGNORE.patch
1 From f090919d8c0d1ecb0df6148ff34b6c20d4fb4ba3 Mon Sep 17 00:00:00 2001
2 From: Hugo Villeneuve <hugo@hugovil.com>
3 Date: Thu, 5 Mar 2009 14:35:56 -0500
4 Subject: [PATCH 02/12] ARM: Mark unsupported syscalls as IGNORE
5
6 Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
7 ---
8  scripts/checksyscalls.sh |    7 +++++++
9  1 files changed, 7 insertions(+), 0 deletions(-)
10
11 diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh
12 index 60d00d1..2a75819 100755
13 --- a/scripts/checksyscalls.sh
14 +++ b/scripts/checksyscalls.sh
15 @@ -109,6 +109,13 @@ cat << EOF
16  #define __IGNORE_getpmsg
17  #define __IGNORE_putpmsg
18  #define __IGNORE_vserver
19 +
20 +/* Remove some warnings for ARM target. */
21 +#define __IGNORE_fadvise64
22 +#define __IGNORE_migrate_pages
23 +#define __IGNORE_pselect6
24 +#define __IGNORE_ppoll
25 +#define __IGNORE_epoll_pwait
26  EOF
27  }
28  
29 -- 
30 1.5.4.5
31