You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/10/18 16:22:15 UTC

[GitHub] andrzej-kaczmarek closed pull request #1467: Fix c&p issues in .yml files

andrzej-kaczmarek closed pull request #1467: Fix c&p issues in .yml files
URL: https://github.com/apache/mynewt-core/pull/1467
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/apps/slinky_oic/syscfg.yml b/apps/slinky_oic/syscfg.yml
index 209ba275c7..d5c3bf7a73 100644
--- a/apps/slinky_oic/syscfg.yml
+++ b/apps/slinky_oic/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: apps/slinky
+# Package: apps/slinky_oic
 
 syscfg.vals:
     # Enable the shell task.
diff --git a/encoding/cborattr/syscfg.yml b/encoding/cborattr/syscfg.yml
index cc93c26c56..5b47d37618 100644
--- a/encoding/cborattr/syscfg.yml
+++ b/encoding/cborattr/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: mgmt/imgmgr
+# Package: encoding/cborattr
 
 syscfg.defs:
     CBORATTR_MAX_SIZE:
diff --git a/hw/bsp/calliope_mini/syscfg.yml b/hw/bsp/calliope_mini/syscfg.yml
index 34077c9c44..e4cddabd28 100644
--- a/hw/bsp/calliope_mini/syscfg.yml
+++ b/hw/bsp/calliope_mini/syscfg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/bbc_microbit
+# Package: hw/bsp/calliope_mini
 
 syscfg.defs:
     BSP_NRF51:
diff --git a/hw/bsp/hifive1/syscfg.yml b/hw/bsp/hifive1/syscfg.yml
index 912694a0e8..f5ffa29d73 100644
--- a/hw/bsp/hifive1/syscfg.yml
+++ b/hw/bsp/hifive1/syscfg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/hifive
+# Package: hw/bsp/hifive1
 
 syscfg.vals:
     XTAL_32768: 1
diff --git a/hw/bsp/pic32mz2048_wi-fire/syscfg.yml b/hw/bsp/pic32mz2048_wi-fire/syscfg.yml
index 6dc993cc1c..40da52ac74 100644
--- a/hw/bsp/pic32mz2048_wi-fire/syscfg.yml
+++ b/hw/bsp/pic32mz2048_wi-fire/syscfg.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/pic32mx2048_wi-fire
+# Package: hw/bsp/pic32mz2048_wi-fire
 
 syscfg.defs:
     HARDFLOAT:
diff --git a/hw/bsp/ruuvi_tag_revb2/syscfg.yml b/hw/bsp/ruuvi_tag_revb2/syscfg.yml
index 12bfc86081..3db013265f 100644
--- a/hw/bsp/ruuvi_tag_revb2/syscfg.yml
+++ b/hw/bsp/ruuvi_tag_revb2/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/bsp/ruuvi_tag_revb2
 
 syscfg.defs:
     BSP_NRF52:
diff --git a/hw/mcu/ambiq/apollo2/syscfg.yml b/hw/mcu/ambiq/apollo2/syscfg.yml
index 836d686473..efb9c4c7c4 100644
--- a/hw/mcu/ambiq/apollo2/syscfg.yml
+++ b/hw/mcu/ambiq/apollo2/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/mcu/ambiq/apollo2
 
 syscfg.defs:
     MCU_FLASH_MIN_WRITE_SIZE:
diff --git a/hw/mcu/mips/danube/syscfg.yml b/hw/mcu/mips/danube/syscfg.yml
index d0c40beb7b..4f58d9e457 100644
--- a/hw/mcu/mips/danube/syscfg.yml
+++ b/hw/mcu/mips/danube/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/mcu/mips/danube
 
 syscfg.defs:
     MCU_FLASH_MIN_WRITE_SIZE:
diff --git a/hw/mcu/native/syscfg.yml b/hw/mcu/native/syscfg.yml
index a7cac8c237..e73275de63 100644
--- a/hw/mcu/native/syscfg.yml
+++ b/hw/mcu/native/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/mcu/native
 
 syscfg.defs:
     I2C_0:
diff --git a/hw/mcu/nordic/nrf51xxx/syscfg.yml b/hw/mcu/nordic/nrf51xxx/syscfg.yml
index 42e608f27b..26d9994be6 100644
--- a/hw/mcu/nordic/nrf51xxx/syscfg.yml
+++ b/hw/mcu/nordic/nrf51xxx/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/mcu/nordic/nrf51xxx
 
 syscfg.defs:
     I2C_0:
diff --git a/hw/mcu/nordic/nrf52xxx-compat/syscfg.yml b/hw/mcu/nordic/nrf52xxx-compat/syscfg.yml
index 98c53a504e..83eb13303a 100644
--- a/hw/mcu/nordic/nrf52xxx-compat/syscfg.yml
+++ b/hw/mcu/nordic/nrf52xxx-compat/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/mcu/nordic/nrf52xxx-compat
 
 syscfg.defs:
     I2C_0:
diff --git a/hw/mcu/nordic/nrf52xxx/syscfg.yml b/hw/mcu/nordic/nrf52xxx/syscfg.yml
index 2028a3c07c..b365ebaece 100644
--- a/hw/mcu/nordic/nrf52xxx/syscfg.yml
+++ b/hw/mcu/nordic/nrf52xxx/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/mcu/nordic/nrf52xxx
 
 syscfg.defs:
     MCU_NRF52832:
diff --git a/hw/mcu/nxp/MK64F12/syscfg.yml b/hw/mcu/nxp/MK64F12/syscfg.yml
index 824f0395e6..d0fec2f24a 100644
--- a/hw/mcu/nxp/MK64F12/syscfg.yml
+++ b/hw/mcu/nxp/MK64F12/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/bsp/nrf52dk
+# Package: hw/mcu/nxp/MK64F12
 
 syscfg.defs:
     MCU_FLASH_MIN_WRITE_SIZE:
diff --git a/hw/mcu/stm/stm32l0xx/syscfg.yml b/hw/mcu/stm/stm32l0xx/syscfg.yml
index fe215e67fe..4a22802bc2 100644
--- a/hw/mcu/stm/stm32l0xx/syscfg.yml
+++ b/hw/mcu/stm/stm32l0xx/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: hw/mcu/stm32l0xx
+# Package: hw/mcu/stm/stm32l0xx
 
 syscfg.defs:
     I2C_0:
diff --git a/net/oic/test/syscfg.yml b/net/oic/test/syscfg.yml
index a8ed09e296..b4a4113888 100644
--- a/net/oic/test/syscfg.yml
+++ b/net/oic/test/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: sys/config/test-fcb
+# Package: net/oic/test
 
 syscfg.vals:
   OC_TRANSPORT_IP: 1
diff --git a/sys/log/full/test/align1/syscfg.yml b/sys/log/full/test/align1/syscfg.yml
index 579286ace9..0bcc9564b9 100644
--- a/sys/log/full/test/align1/syscfg.yml
+++ b/sys/log/full/test/align1/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: sys/log/test
+# Package: sys/log/full/test/align1
 
 syscfg.vals:
     LOG_FCB: 1
diff --git a/sys/log/full/test/align2/syscfg.yml b/sys/log/full/test/align2/syscfg.yml
index 27a9431733..e390f35cfd 100644
--- a/sys/log/full/test/align2/syscfg.yml
+++ b/sys/log/full/test/align2/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: sys/log/test
+# Package: sys/log/full/test/align2
 
 syscfg.vals:
     LOG_FCB: 1
diff --git a/sys/log/full/test/align4/syscfg.yml b/sys/log/full/test/align4/syscfg.yml
index d909adc9bd..aedda8d252 100644
--- a/sys/log/full/test/align4/syscfg.yml
+++ b/sys/log/full/test/align4/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: sys/log/test
+# Package: sys/log/full/test/align4
 
 syscfg.vals:
     LOG_FCB: 1
diff --git a/sys/log/full/test/align8/syscfg.yml b/sys/log/full/test/align8/syscfg.yml
index 6ca80662d6..43c658fc35 100644
--- a/sys/log/full/test/align8/syscfg.yml
+++ b/sys/log/full/test/align8/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: sys/log/test
+# Package: sys/log/full/test/align8
 
 syscfg.vals:
     LOG_FCB: 1
diff --git a/sys/sysview/syscfg.yml b/sys/sysview/syscfg.yml
index ef3d06243b..f89a11f9cf 100644
--- a/sys/sysview/syscfg.yml
+++ b/sys/sysview/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: sys/sysview/vendor
+# Package: sys/sysview
 
 syscfg.defs:
     SYSVIEW_BUFFER_SIZE:
diff --git a/test/testutil/syscfg.yml b/test/testutil/syscfg.yml
index 32a1da6483..3b875e284a 100644
--- a/test/testutil/syscfg.yml
+++ b/test/testutil/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-# Package: boot/bootutil
+# Package: test/testutil
 
 syscfg.defs:
     TESTUTIL_SYSTEM_ASSERT:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services