From 01532a45d6e0b874b501d63df0ed6fd1313b218a Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 16 Jun 2021 10:29:25 +0200 Subject: [PATCH] system: fix relative path CI error error: Path relative to repository other than nuttx must begin with the root directory Signed-off-by: Alin Jerpelea --- system/adb/Make.defs | 2 +- system/adb/Makefile | 2 +- system/adb/adb_banner.c | 2 +- system/adb/adb_main.c | 2 +- system/adb/logcat_service.c | 2 +- system/adb/shell_pipe.h | 2 +- system/adb/shell_service.c | 2 +- system/composite/composite_main.c | 2 +- system/cu/cu.h | 2 +- system/cu/cu_main.c | 2 +- system/libuv/Make.defs | 2 +- system/libuv/Makefile | 2 +- system/libuv/libuv/Make.defs | 2 +- system/libuv/libuv/Makefile | 2 +- system/libuv/tests/Make.defs | 2 +- system/libuv/tests/Makefile | 2 +- system/libuv/tests/runner-nuttx.c | 2 +- system/libuv/tests/runner-nuttx.h | 2 +- system/libuv/tests/test_main.c | 2 +- system/nsh/sh_main.c | 2 +- system/ntpc/ntpcstatus_main.c | 2 +- system/sched_note/note_main.c | 2 +- system/usbmsc/usbmsc_main.c | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/system/adb/Make.defs b/system/adb/Make.defs index ead70b7d5..83c0d7d55 100644 --- a/system/adb/Make.defs +++ b/system/adb/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# system/adb/Make.defs +# apps/system/adb/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/adb/Makefile b/system/adb/Makefile index 4abcee0ea..be2028369 100644 --- a/system/adb/Makefile +++ b/system/adb/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# system/adb/Makefile +# apps/system/adb/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/adb/adb_banner.c b/system/adb/adb_banner.c index e44675670..ee4ca96ae 100644 --- a/system/adb/adb_banner.c +++ b/system/adb/adb_banner.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/adb/adb_main.c + * apps/system/adb/adb_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/adb/adb_main.c b/system/adb/adb_main.c index e5e7b12c6..2840e75a3 100644 --- a/system/adb/adb_main.c +++ b/system/adb/adb_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/adb/adb_main.c + * apps/system/adb/adb_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/adb/logcat_service.c b/system/adb/logcat_service.c index c65f3dedc..c35944f01 100644 --- a/system/adb/logcat_service.c +++ b/system/adb/logcat_service.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/adb/logcat_service_uv.c + * apps/system/adb/logcat_service_uv.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/adb/shell_pipe.h b/system/adb/shell_pipe.h index 16ca80f1f..0450091a4 100644 --- a/system/adb/shell_pipe.h +++ b/system/adb/shell_pipe.h @@ -1,5 +1,5 @@ /**************************************************************************** - * system/adb/shell_pipe.h + * apps/system/adb/shell_pipe.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/adb/shell_service.c b/system/adb/shell_service.c index c8c7e3027..5b306f877 100644 --- a/system/adb/shell_service.c +++ b/system/adb/shell_service.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/adb/shell_service.c + * apps/system/adb/shell_service.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/composite/composite_main.c b/system/composite/composite_main.c index 0670a45b7..3bc41d453 100644 --- a/system/composite/composite_main.c +++ b/system/composite/composite_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/composite/composite_main.c + * apps/system/composite/composite_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/cu/cu.h b/system/cu/cu.h index f16aec189..521c5be7a 100644 --- a/system/cu/cu.h +++ b/system/cu/cu.h @@ -1,5 +1,5 @@ /**************************************************************************** - * system/cu/cu.h + * apps/system/cu/cu.h * * Copyright (C) 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. * Author: Harald Welte diff --git a/system/cu/cu_main.c b/system/cu/cu_main.c index d04945080..54fae73ce 100644 --- a/system/cu/cu_main.c +++ b/system/cu/cu_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/cu/cu_main.c + * apps/system/cu/cu_main.c * * Copyright (C) 2014 sysmocom - s.f.m.c. GmbH. All rights reserved. * Author: Harald Welte diff --git a/system/libuv/Make.defs b/system/libuv/Make.defs index 228ca68e8..5e0691a37 100644 --- a/system/libuv/Make.defs +++ b/system/libuv/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# system/libuv/Make.defs +# apps/system/libuv/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/Makefile b/system/libuv/Makefile index 7251d9a61..fe504bfc7 100644 --- a/system/libuv/Makefile +++ b/system/libuv/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# system/libuv/Makefile +# apps/system/libuv/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/libuv/Make.defs b/system/libuv/libuv/Make.defs index 94b88c781..8a6a29609 100644 --- a/system/libuv/libuv/Make.defs +++ b/system/libuv/libuv/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# system/libuv/libuv/Make.defs +# apps/system/libuv/libuv/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/libuv/Makefile b/system/libuv/libuv/Makefile index 17b8c9981..4cd4f59a5 100644 --- a/system/libuv/libuv/Makefile +++ b/system/libuv/libuv/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# system/libuv/Makefile +# apps/system/libuv/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/tests/Make.defs b/system/libuv/tests/Make.defs index 46c8f6c9f..a6214fefa 100644 --- a/system/libuv/tests/Make.defs +++ b/system/libuv/tests/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# system/libuv/tests/Make.defs +# apps/system/libuv/tests/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/tests/Makefile b/system/libuv/tests/Makefile index d567f6b57..d232725c1 100644 --- a/system/libuv/tests/Makefile +++ b/system/libuv/tests/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# system/libuv/tests/Makefile +# apps/system/libuv/tests/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/tests/runner-nuttx.c b/system/libuv/tests/runner-nuttx.c index 2de0c9294..bb13455c1 100644 --- a/system/libuv/tests/runner-nuttx.c +++ b/system/libuv/tests/runner-nuttx.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/libuv/tests/runner-nuttx.c + * apps/system/libuv/tests/runner-nuttx.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/tests/runner-nuttx.h b/system/libuv/tests/runner-nuttx.h index 6c67aacc3..c1f8f9f93 100644 --- a/system/libuv/tests/runner-nuttx.h +++ b/system/libuv/tests/runner-nuttx.h @@ -1,5 +1,5 @@ /**************************************************************************** - * system/libuv/tests/runner-nuttx.h + * apps/system/libuv/tests/runner-nuttx.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/libuv/tests/test_main.c b/system/libuv/tests/test_main.c index 96d379c6d..067bb6fba 100644 --- a/system/libuv/tests/test_main.c +++ b/system/libuv/tests/test_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/libuv/tests/test_main.c + * apps/system/libuv/tests/test_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/nsh/sh_main.c b/system/nsh/sh_main.c index 345097d47..b17c5e780 100644 --- a/system/nsh/sh_main.c +++ b/system/nsh/sh_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/nsh/sh_main.c + * apps/system/nsh/sh_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/ntpc/ntpcstatus_main.c b/system/ntpc/ntpcstatus_main.c index 16957019f..89969e0c3 100644 --- a/system/ntpc/ntpcstatus_main.c +++ b/system/ntpc/ntpcstatus_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/ntpc/ntpc_status.c + * apps/system/ntpc/ntpc_status.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/sched_note/note_main.c b/system/sched_note/note_main.c index 09d5e58e1..4189c77a5 100644 --- a/system/sched_note/note_main.c +++ b/system/sched_note/note_main.c @@ -1,5 +1,5 @@ /************************************************************************************ - * system/note/note_main.c + * apps/system/note/note_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/system/usbmsc/usbmsc_main.c b/system/usbmsc/usbmsc_main.c index 417beba9f..1ebff39e4 100644 --- a/system/usbmsc/usbmsc_main.c +++ b/system/usbmsc/usbmsc_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * system/usbmsc/usbmsc_main.c + * apps/system/usbmsc/usbmsc_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with