On Wed, 4 Apr 2018, 11:18 Vijay Kumar Banerjee,
wrote:
> I got the rtems-test running
>
> I found that get_item_names(section, err) in configuration.py was
> returning an empty list to the
> item_names in load(bsp,opts) for config.py this was giving out the error
> mandatory item not found .
>
>
This change is part of refactoring the testsuite's build system to
remove nested make builds for every test.
Update #3382
---
testsuites/rhealstone/Makefile.am | 67 ++---
testsuites/rhealstone/configure.ac | 19 +++
testsuites/rhealstone/rhdeadl
On 05/04/2018 15:25, Sebastian Huber wrote:
> The patch looks good.
Thanks, and it works with 1.16.1 as well as the automake version we are using.
> I just have some general questions.
>
> On 05/04/18 05:20, Chris Johns wrote:
>> This change is part of refactoring the testsuite's build system to
The VME support is only used by powerpc BSPs.
This patch is a part of the BSP source reorganization.
Update #3285.
---
bsps/headers.am| 5 -
bsps/powerpc/headers.am| 5 +
bsps/{ => powerpc}/include/
This patch is a part of the BSP source reorganization.
Update #3285.
---
bsps/shared/irq-sources.am | 5 +
.../shared/src => bsps/shared/irq}/irq-default-handler.c | 0
{c/src/lib/libbsp/shared/src => bsps/shared/irq}/irq-generic.c | 0
{c/src/lib/
This patch is a part of the BSP source reorganization.
Update #3285.
---
bsps/shared/shared-sources.am| 16
{c/src/libchip => bsps/shared}/shmdr/README | 0
.../shmdr/addlq.c => bsps/shared/shmdr/shmdr-addlq.c | 0
.../shmdr/cnvpkt.c
A "make distclean" is not supported. So, it makes no sense to have pure
"make distclean" related stuff in the Makefile.am.
---
c/src/Makefile.am | 5 -
c/src/lib/libbsp/arm/altera-cyclone-v/Makefile.am | 1 -
c/src/lib/libbsp/arm/atsam/Makefile.am
The umon support is only used by the csb337 BSP.
This patch is a part of the BSP source reorganization.
Update #3285.
---
{c/src/lib/libbsp/shared => bsps/arm/csb337}/umon/README | 0
{c/src/lib/libbsp/shared => bsps/arm/csb337}/umon/doxygen.h | 0
{c/src/lib/libbsp/shared => bsps/arm/c
The patch looks good. I just have some general questions.
On 05/04/18 05:20, Chris Johns wrote:
This change is part of refactoring the testsuite's build system to
remove nested make builds for every test.
Update #3382
[...]
diff --git a/c/src/make/leaf.cfg b/c/src/make/leaf.cfg
index 8d3f52ecde
This change is part of refactoring the testsuite's build system to
remove nested make builds for every test.
Update #3382
---
testsuites/benchmarks/Makefile.am | 50 ++---
testsuites/benchmarks/configure.ac | 13
testsuites/benchmarks/dhrystone/
This change is part of refactoring the testsuite's build system to
remove nested make builds for every test.
Update #3382
---
testsuites/samples/Makefile.am | 156 ++---
testsuites/samples/base_mp/Makefile.am | 5 -
.../samples/base_mp/{node1 => }
This change is part of refactoring the testsuite's build system to
remove nested make builds for every test.
Update #3382
---
c/src/make/leaf.cfg| 15 +-
testsuites/aclocal/rtems-test-check.m4 | 31 ++
testsuites/fstests/Makefile.am
This change is part of refactoring the testsuite's build system to
remove nested make builds for every test.
Update #3382
---
c/src/make/leaf.cfg| 15 +-
testsuites/aclocal/rtems-test-check.m4 | 31 ++
testsuites/fstests/Makefile.am
On 04/04/18 13:06, Chris Johns wrote:
You need to be sure the build rules are as simple as you say when you start. It
may pay to be more conservative and group at a lower level and then merge if you
can do this. Having said this a large single file is a conflict hot spot when
many people are addi
On 04/04/18 13:45, Chris Johns wrote:
On 4/4/18 6:14 pm, Sebastian Huber wrote:
include $(top_srcdir)/../../../../automake/local.am
+include $(srcdir)/../../../../../../bsps/shared/shared-sources.am
include $(srcdir)/../../../../../../bsps/arm/altera-cyclone-v/headers.am
diff --git a/c/src/l
On 4/4/18 6:14 pm, Sebastian Huber wrote:
> include $(top_srcdir)/../../../../automake/local.am
> +include $(srcdir)/../../../../../../bsps/shared/shared-sources.am
> include $(srcdir)/../../../../../../bsps/arm/altera-cyclone-v/headers.am
> diff --git a/c/src/lib/libbsp/arm/atsam/Makefile.am
>
On 4/4/18 8:18 pm, Vijay Kumar Banerjee wrote:
> I got the rtems-test running
>
> I found that get_item_names(section, err) in configuration.py was returning
> an
> empty list to the
> item_names in load(bsp,opts) for config.py this was giving out the error
> mandatory item not found .
>
> I
On 4/4/18 6:21 pm, Sebastian Huber wrote:
> On 04/04/18 10:10, Chris Johns wrote:
>> On 04/04/2018 18:03, Sebastian Huber wrote:
>>> On 04/04/18 09:55, Chris Johns wrote:
> I think we need only three Makefile.am and two configure.ac:
>
> configure.ac
> Makefile.am (builds also cpuki
I got the rtems-test running
I found that get_item_names(section, err) in configuration.py was
returning an empty list to the
item_names in load(bsp,opts) for config.py this was giving out the error
mandatory item not found .
I have attached the patch file .
current status :
rtems-test is runni
On 04/04/18 10:10, Chris Johns wrote:
On 04/04/2018 18:03, Sebastian Huber wrote:
On 04/04/18 09:55, Chris Johns wrote:
I think we need only three Makefile.am and two configure.ac:
configure.ac
Makefile.am (builds also cpukit, uses AM_CONDITIONAL for cpukit/score/cpu/*)
testsuites/Makefile.am
This patch is a part of the BSP source reorganization.
Update #3285.
---
bsps/shared/shared-sources.am | 0
c/src/lib/libbsp/arm/altera-cyclone-v/Makefile.am | 1 +
c/src/lib/libbsp/arm/atsam/Makefile.am| 1 +
c/src/lib/libbsp/arm/beagle/Makefile.am
Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs.
This patch is a part of the BSP source reorganization.
Update #3285.
---
c/src/aclocal/bsp-configure.m4 | 9 +
c/src/lib/libbsp/arm/altera-cyclone-v/configure.ac | 7 ---
c/src/lib/libb
This patch is a part of the BSP source reorganization.
Update #3285.
Update #3375.
---
c/src/support/version.c => bsps/shared/rtems-version.c | 5 -
bsps/shared/shared-sources.am | 1 +
c/src/configure.ac | 2 --
c/src/support/Ma
This patch is a part of the BSP source reorganization.
Update #3285.
---
.../powerpc/gen5200/dev/mpc5200-ata.c | 0
.../shared/dev}/display/disp_fonts.h | 0
.../shared/dev}/display/disp_hcms29xx.c| 0
.../shared/dev}/display/font_hcms29xx.c|
This patch is a part of the BSP source reorganization.
Update #3285.
---
c/src/aclocal/bsp-configure.m4 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 6f560fd3f5..394d64acbc 100644
--- a/c/src/aclocal/bsp-configure.m4
+
On 04/04/2018 18:07, Sebastian Huber wrote:
>
> Sorry, Chris. I cannot review this Autoconf/Automake stuff. I have no idea how
> it works internally. I work with trial and error mostly in this domain.
>
Is there any other way to work with this stuff, if there is please let me know?
;)
Chris
__
On 04/04/2018 18:03, Sebastian Huber wrote:
> On 04/04/18 09:55, Chris Johns wrote:
>>> I think we need only three Makefile.am and two configure.ac:
>>>
>>> configure.ac
>>> Makefile.am (builds also cpukit, uses AM_CONDITIONAL for cpukit/score/cpu/*)
>>> testsuites/Makefile.am (uses AM_CONDITIONAL
On 04/04/18 09:55, Chris Johns wrote:
If you can restrict yourself to just automake defined functionality you stand a
chance, if you cannot you step into implementation issues. Please review the
patch below.
[...]
An example of a breakage with the latest automake is:
diff --git a/c/src/configure
On 04/04/18 09:55, Chris Johns wrote:
I think we need only three Makefile.am and two configure.ac:
configure.ac
Makefile.am (builds also cpukit, uses AM_CONDITIONAL for cpukit/score/cpu/*)
testsuites/Makefile.am (uses AM_CONDITIONAL for each test)
500+ tests in the one file? Really? I hope not.
On 04/04/2018 17:23, Sebastian Huber wrote:
> On 04/04/18 04:23, Chris Johns wrote:
>> Hi Sebastian,
>>
>> I do like the use of shared.am to add sources to a BSP. It hides what is
>> being
>> built and at this point in time I actually feel a clear view in one place is
>> better than another level
Am 04.04.2018 um 09:36 schrieb Chris Johns:
> On 04/04/2018 17:14, Christian Mauderer wrote:
>> Am 04.04.2018 um 09:00 schrieb Chris Johns:
>>> On 04/04/2018 16:35, Christian Mauderer wrote:
Am 04.04.2018 um 08:20 schrieb Chris Johns:
> On 04/04/2018 15:51, Christian Mauderer wrote:
>>
On 04/04/2018 17:14, Christian Mauderer wrote:
> Am 04.04.2018 um 09:00 schrieb Chris Johns:
>> On 04/04/2018 16:35, Christian Mauderer wrote:
>>> Am 04.04.2018 um 08:20 schrieb Chris Johns:
On 04/04/2018 15:51, Christian Mauderer wrote:
> Am 04.04.2018 um 07:28 schrieb Chris Johns:
>>
On 04/04/18 04:23, Chris Johns wrote:
Hi Sebastian,
I do like the use of shared.am to add sources to a BSP. It hides what is being
built and at this point in time I actually feel a clear view in one place is
better than another level of indirection.
Do you have more sources you wish to add this
Am 04.04.2018 um 09:00 schrieb Chris Johns:
> On 04/04/2018 16:35, Christian Mauderer wrote:
>> Am 04.04.2018 um 08:20 schrieb Chris Johns:
>>> On 04/04/2018 15:51, Christian Mauderer wrote:
Am 04.04.2018 um 07:28 schrieb Chris Johns:
> On 04/04/2018 00:43, Christian Mauderer wrote:
E
On 04/04/2018 16:35, Christian Mauderer wrote:
> Am 04.04.2018 um 08:20 schrieb Chris Johns:
>> On 04/04/2018 15:51, Christian Mauderer wrote:
>>> Am 04.04.2018 um 07:28 schrieb Chris Johns:
On 04/04/2018 00:43, Christian Mauderer wrote:
>>> Every module then would get
>>> this list and would
35 matches
Mail list logo