You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/06/16 14:03:30 UTC

[incubator-nuttx-apps] 15/17: system: fix relative path CI error

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 01532a45d6e0b874b501d63df0ed6fd1313b218a
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Wed Jun 16 10:29:25 2021 +0200

    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 <al...@sony.com>
---
 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 ead70b7..83c0d7d 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 4abcee0..be20283 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 e446756..ee4ca96 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 e5e7b12..2840e75 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 c65f3de..c35944f 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 16ca80f..0450091 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 c8c7e30..5b306f8 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 0670a45..3bc41d4 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 f16aec1..521c5be 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 <hw...@sysmocom.de>
diff --git a/system/cu/cu_main.c b/system/cu/cu_main.c
index d049450..54fae73 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 <hw...@sysmocom.de>
diff --git a/system/libuv/Make.defs b/system/libuv/Make.defs
index 228ca68..5e0691a 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 7251d9a..fe504bf 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 94b88c7..8a6a296 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 17b8c99..4cd4f59 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 46c8f6c..a6214fe 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 d567f6b..d232725 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 2de0c92..bb13455 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 6c67aac..c1f8f9f 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 96d379c..067bb6f 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 345097d..b17c5e7 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 1695701..89969e0 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 09d5e58..4189c77 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 417beba..1ebff39 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