[PATCH v2] devel/glib-2.48: Update hash and patch

2022-03-24 Thread Ryan Long
Changes patch to be pulled from an RTEMS ticket and updated the hash of the patch. Updates #4634 --- bare/config/devel/glib-2.48.2-1.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bare/config/devel/glib-2.48.2-1.cfg b/bare/config/devel/glib-2.48.2-1.cfg index 76927e9

[PATCH 6/7] cpukit/include/rtems: Change license to BSD-2

2022-03-24 Thread Joel Sherrill
Updates #3053. --- cpukit/include/rtems/bdpart.h | 25 --- cpukit/include/rtems/bsd.h| 25 --- cpukit/include/rtems/concat.h | 25 --- cpukit/include/rtems/confdefs/libpci.h| 25

[PATCH 7/7] cpukit/include/sys: Change license to BSD-2.

2022-03-24 Thread Joel Sherrill
Updates #3053. --- cpukit/include/rtems/bspcmdline.h| 25 +--- cpukit/include/rtems/btimer.h| 25 +--- cpukit/include/rtems/chain.h | 25 +--- cpukit/include/rtems/clockdrv.h | 25 +--- cpukit/

[PATCH 5/7] cpukit/include/pci: Change license to BSD-2

2022-03-24 Thread Joel Sherrill
Updates #3053. --- cpukit/include/pci/access.h | 36 + cpukit/include/pci/cfg.h| 32 + cpukit/include/pci/cfg_auto.h | 32 + cpukit/include/pci/cfg_peripheral.h | 32 + cpu

[PATCH 4/7] cpukit/include/linux: Change license to BSD-2

2022-03-24 Thread Joel Sherrill
Updates #3053. --- cpukit/include/linux/i2c-dev.h| 25 ++--- cpukit/include/linux/i2c.h| 25 ++--- cpukit/include/linux/rbtree.h | 25 ++--- cpukit/include/linux/spi/spidev.h | 25 ++--- 4 files changed

[PATCH 3/7] cpukit/include/drvmgr: Change license to BSD-2

2022-03-24 Thread Joel Sherrill
Updates #3053. --- cpukit/include/drvmgr/drvmgr.h | 32 + cpukit/include/drvmgr/drvmgr_confdefs.h | 32 + cpukit/include/drvmgr/drvmgr_list.h | 32 + cpukit/include/drvmgr/pci_bus.h | 32 ++

[PATCH 2/7] cpukit/include/dev: Change license to BSD-2

2022-03-24 Thread Joel Sherrill
Updates #3053. --- cpukit/include/dev/i2c/eeprom.h | 25 +--- cpukit/include/dev/i2c/fpga-i2c-slave.h | 25 +--- cpukit/include/dev/i2c/gpio-nxp-pca9535.h| 25 +--- cpukit/include/dev/i2c/i2c.h | 25 +

[PATCH 1/7] include/*.h: Change license to BSD-2

2022-03-24 Thread Joel Sherrill
Updates #3053. --- cpukit/include/aio.h| 25 ++--- cpukit/include/mqueue.h | 25 ++--- cpukit/include/pci.h| 36 +++- 3 files changed, 75 insertions(+), 11 deletions(-) diff --git a/cpukit/include/aio.h b/cpukit/inclu

[PATCH 0/7] cpukit/include: Change License to BSD-2

2022-03-24 Thread Joel Sherrill
Hi This should take care of cpukit/include for all the files we currently have permisison for. --joel Joel Sherrill (7): include/*.h: Change license to BSD-2 cpukit/include/dev: Change license to BSD-2 cpukit/include/drvmgr: Change license to BSD-2 cpukit/include/linux: Change license t

[PATCH rtems-docs] eng/tester.rst: Reference User Manual for rtems-test

2022-03-24 Thread Joel Sherrill
This was just a TBD section of no value before. --- eng/tester.rst | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/eng/tester.rst b/eng/tester.rst index a538caf..5b57842 100644 --- a/eng/tester.rst +++ b/eng/tester.rst @@ -1,12 +1,17 @@ .. SPDX-License-Identifier

Re: [PATCH] devel/glib-2.48: Update hash

2022-03-24 Thread Sebastian Huber
On 24/03/2022 19:17, Ryan Long wrote: On 3/24/2022 12:59 PM, Sebastian Huber wrote: On 24/03/2022 18:42, Ryan Long wrote: But if we're just bumping the hash because we're running into checksum failures, why would we need a patch attached to a ticket to just bump the hash? Why did the hash

Re: [PATCH] devel/glib-2.48: Update hash

2022-03-24 Thread Ryan Long
On 3/24/2022 12:59 PM, Sebastian Huber wrote: On 24/03/2022 18:42, Ryan Long wrote: But if we're just bumping the hash because we're running into checksum failures, why would we need a patch attached to a ticket to just bump the hash? Why did the hash change? Is this because the actual pa

Re: [PATCH] devel/glib-2.48: Update hash

2022-03-24 Thread Sebastian Huber
On 24/03/2022 18:42, Ryan Long wrote: But if we're just bumping the hash because we're running into checksum failures, why would we need a patch attached to a ticket to just bump the hash? Why did the hash change? Is this because the actual patch changed or because there were some changes i

[PATCH rtems] cpukit/libmisc/monitor/: Manually change to BSD-2 license

2022-03-24 Thread Joel Sherrill
This code did not have any copyrights or licenses and a bit of archeology was needed to determine authorship. This code was in the initial import into the RTEMS CVS repository when it was established in May 1995. There was very little, if any, code not written by OAR Corporation in that initial im

Re: [PATCH] devel/glib-2.48: Update hash

2022-03-24 Thread Ryan Long
I didn't see that any of the patches attached to tickets that were updating RSB config files. They only seemed to be applying the patches to the directories where the source code is located. I don't know if this is possible with the RSB. At least I didn't see an example of it being done. But

Re: [PATCH 1/1] newlib01: Check exit processing for file objects

2022-03-24 Thread Sebastian Huber
On 23/03/2022 12:36, Matthew Joyce wrote: From: Matt Joyce --- testsuites/libtests/newlib01/init.c | 131 ++-- 1 file changed, 124 insertions(+), 7 deletions(-) diff --git a/testsuites/libtests/newlib01/init.c b/testsuites/libtests/newlib01/init.c index 5864047a80..

Re: Store test reports?

2022-03-24 Thread Sebastian Huber
On 23/03/2022 23:47, Chris Johns wrote:> On 24/3/2022 3:38 am, Sebastian Huber wrote: I plan to commit the new validation tests tomorrow. Then I will make some test runs. The test reports sent to bu...@rtems.org have only limited value to track performance regressions for example. The test repo