[PATCH] update rtems_waf

Christian Mauderer christian.mauderer at embedded-brains.de
Thu Sep 5 09:30:00 UTC 2019


Hello Vijay,

from the content I assume that's for rtems-examples.

Out of curiosity: Is there some specific problem that is solved with
that patch or is it just to be on the latest version? If there is a
problem, it would be good to mention that in the commit message. If
someone else has the same problem, he might be able to find the message
and see that the commit solves it.

To be honest: I haven't really built the examples yet (maybe sometimes
way back). So I won't be able to do a test of the patch in the next
days. I hope that someone else will be able to test it till then so that
it can be commited.

Best regards

Christian

On 03/09/2019 15:33, Vijay Kumar Banerjee wrote:
> ---
>  file_io/crc/wscript            | 6 +++---
>  filesystem/fat_ramdisk/wscript | 6 +++---
>  rtems_waf                      | 2 +-
>  3 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/file_io/crc/wscript b/file_io/crc/wscript
> index f7b0f5b..531da20 100644
> --- a/file_io/crc/wscript
> +++ b/file_io/crc/wscript
> @@ -26,9 +26,9 @@ def build(bld):
>      #
>      # Package the root file system as a C file.
>      #
> -    rootfs.build(bld,
> -                 name = 'fs-root',
> -                 root = 'rootfs')
> +    rootfs.build_from_src_root(bld,
> +                               name = 'fs-root',
> +                               root = 'rootfs')
>  
>      bld(features = 'c cprogram',
>          target = 'crc.exe',
> diff --git a/filesystem/fat_ramdisk/wscript b/filesystem/fat_ramdisk/wscript
> index de806c1..a980187 100644
> --- a/filesystem/fat_ramdisk/wscript
> +++ b/filesystem/fat_ramdisk/wscript
> @@ -26,9 +26,9 @@ def build(bld):
>      #
>      # Package the root file system as a C file.
>      #
> -    rootfs.build(bld,
> -                 name = 'fs-root',
> -                 root = 'rootfs')
> +    rootfs.build_from_src_root(bld,
> +                               name = 'fs-root',
> +                               root = 'rootfs')
>  
>      bld(features = 'c cprogram',
>          target = 'fat_ramdisk.exe',
> diff --git a/rtems_waf b/rtems_waf
> index 1b89636..ad6c6e8 160000
> --- a/rtems_waf
> +++ b/rtems_waf
> @@ -1 +1 @@
> -Subproject commit 1b896361d302aeda0145af90972aea863e28898f
> +Subproject commit ad6c6e8771b95dffa73a7dc1167d98d208f17cb0
> 

-- 
--------------------------------------------
embedded brains GmbH
Herr Christian Mauderer
Dornierstr. 4
D-82178 Puchheim
Germany
email: christian.mauderer at embedded-brains.de
Phone: +49-89-18 94 741 - 18
Fax:   +49-89-18 94 741 - 08
PGP: Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.


More information about the devel mailing list