summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/chrony/chrony/arm_eabi.patch20
-rw-r--r--meta-networking/recipes-support/chrony/chrony_4.4.bb (renamed from meta-networking/recipes-support/chrony/chrony_4.3.bb)2
2 files changed, 11 insertions, 11 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
index 82c0e1b68b..b9bb374e53 100644
--- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
+++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
@@ -1,4 +1,4 @@
1From 28b9f115e36e2133301b02fa02ad71a8efbed9b9 Mon Sep 17 00:00:00 2001 1From 71c44c214c0ab8dc8e9675e5e862f2e342fcb271 Mon Sep 17 00:00:00 2001
2From: Joe Slater <jslater@windriver.com> 2From: Joe Slater <jslater@windriver.com>
3Date: Thu, 9 Mar 2017 10:58:06 -0800 3Date: Thu, 9 Mar 2017 10:58:06 -0800
4Subject: [PATCH] chrony: fix build failure for arma9 4Subject: [PATCH] chrony: fix build failure for arma9
@@ -28,10 +28,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
28 1 file changed, 9 insertions(+), 6 deletions(-) 28 1 file changed, 9 insertions(+), 6 deletions(-)
29 29
30diff --git a/sys_linux.c b/sys_linux.c 30diff --git a/sys_linux.c b/sys_linux.c
31index f2baab1..14a9241 100644 31index 6849637..10f9a57 100644
32--- a/sys_linux.c 32--- a/sys_linux.c
33+++ b/sys_linux.c 33+++ b/sys_linux.c
34@@ -484,7 +484,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) 34@@ -485,7 +485,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context)
35 #endif 35 #endif
36 SCMP_SYS(gettimeofday), 36 SCMP_SYS(gettimeofday),
37 SCMP_SYS(settimeofday), 37 SCMP_SYS(settimeofday),
@@ -39,15 +39,15 @@ index f2baab1..14a9241 100644
39 39
40 /* Process */ 40 /* Process */
41 SCMP_SYS(clone), 41 SCMP_SYS(clone),
42@@ -494,7 +493,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) 42@@ -495,7 +494,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context)
43 SCMP_SYS(exit), 43 SCMP_SYS(exit),
44 SCMP_SYS(exit_group), 44 SCMP_SYS(exit_group),
45 SCMP_SYS(getpid), 45 SCMP_SYS(getpid),
46- SCMP_SYS(getrlimit), 46- SCMP_SYS(getrlimit),
47 SCMP_SYS(getuid), 47 SCMP_SYS(getuid),
48 SCMP_SYS(getuid32), 48 SCMP_SYS(getuid32),
49 #ifdef __NR_rseq 49 #ifdef __NR_membarrier
50@@ -511,7 +509,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) 50@@ -515,7 +513,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context)
51 /* Memory */ 51 /* Memory */
52 SCMP_SYS(brk), 52 SCMP_SYS(brk),
53 SCMP_SYS(madvise), 53 SCMP_SYS(madvise),
@@ -55,7 +55,7 @@ index f2baab1..14a9241 100644
55 SCMP_SYS(mmap2), 55 SCMP_SYS(mmap2),
56 SCMP_SYS(mprotect), 56 SCMP_SYS(mprotect),
57 SCMP_SYS(mremap), 57 SCMP_SYS(mremap),
58@@ -571,8 +568,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) 58@@ -575,8 +572,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context)
59 SCMP_SYS(sendmsg), 59 SCMP_SYS(sendmsg),
60 SCMP_SYS(sendto), 60 SCMP_SYS(sendto),
61 SCMP_SYS(shutdown), 61 SCMP_SYS(shutdown),
@@ -64,15 +64,15 @@ index f2baab1..14a9241 100644
64 64
65 /* General I/O */ 65 /* General I/O */
66 SCMP_SYS(_newselect), 66 SCMP_SYS(_newselect),
67@@ -596,7 +591,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) 67@@ -600,7 +595,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context)
68 #ifdef __NR_futex_time64 68 #ifdef __NR_futex_time64
69 SCMP_SYS(futex_time64), 69 SCMP_SYS(futex_time64),
70 #endif 70 #endif
71- SCMP_SYS(select), 71- SCMP_SYS(select),
72 SCMP_SYS(set_robust_list), 72 SCMP_SYS(set_robust_list),
73 SCMP_SYS(write), 73 SCMP_SYS(write),
74 74 SCMP_SYS(writev),
75@@ -604,6 +598,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) 75@@ -609,6 +603,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context)
76 SCMP_SYS(getrandom), 76 SCMP_SYS(getrandom),
77 SCMP_SYS(sysinfo), 77 SCMP_SYS(sysinfo),
78 SCMP_SYS(uname), 78 SCMP_SYS(uname),
diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.4.bb
index 420cc78ca4..d4e03bc182 100644
--- a/meta-networking/recipes-support/chrony/chrony_4.3.bb
+++ b/meta-networking/recipes-support/chrony/chrony_4.4.bb
@@ -39,7 +39,7 @@ SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \
39SRC_URI:append:libc-musl = " \ 39SRC_URI:append:libc-musl = " \
40 file://0001-Fix-compilation-with-musl.patch \ 40 file://0001-Fix-compilation-with-musl.patch \
41" 41"
42SRC_URI[sha256sum] = "9d0da889a865f089a5a21610ffb6713e3c9438ce303a63b49c2fb6eaff5b8804" 42SRC_URI[sha256sum] = "eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088"
43 43
44DEPENDS = "pps-tools" 44DEPENDS = "pps-tools"
45 45