<div dir="ltr"><div dir="ltr"><br><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 5, 2019 at 3:00 PM Christian Mauderer <<a href="mailto:christian.mauderer@embedded-brains.de">christian.mauderer@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Vijay,<br>
<br>
from the content I assume that's for rtems-examples.<br>
<br>
Out of curiosity: Is there some specific problem that is solved with<br>
that patch or is it just to be on the latest version? If there is a<br>
problem, it would be good to mention that in the commit message. If<br>
someone else has the same problem, he might be able to find the message<br>
and see that the commit solves it.<br>
<br></blockquote><div>Hi Christian,</div><div><br></div><div>The current build works fine, the intention behind updating is to use the</div><div>rtems_bsd checks that are present in the latest HEAD of rtems_waf. I was</div><div>using the new features in the lvgl example, but since that one has a pending</div><div>discussion, I sent a separate patch to just update the rtems_waf.</div><div><br></div><div>Best regards,</div><div>Vijay <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
To be honest: I haven't really built the examples yet (maybe sometimes<br>
way back). So I won't be able to do a test of the patch in the next<br>
days. I hope that someone else will be able to test it till then so that<br>
it can be commited.<br>
<br>
Best regards<br>
<br>
Christian<br>
<br>
On 03/09/2019 15:33, Vijay Kumar Banerjee wrote:<br>
> ---<br>
>  file_io/crc/wscript            | 6 +++---<br>
>  filesystem/fat_ramdisk/wscript | 6 +++---<br>
>  rtems_waf                      | 2 +-<br>
>  3 files changed, 7 insertions(+), 7 deletions(-)<br>
> <br>
> diff --git a/file_io/crc/wscript b/file_io/crc/wscript<br>
> index f7b0f5b..531da20 100644<br>
> --- a/file_io/crc/wscript<br>
> +++ b/file_io/crc/wscript<br>
> @@ -26,9 +26,9 @@ def build(bld):<br>
>      #<br>
>      # Package the root file system as a C file.<br>
>      #<br>
> -    rootfs.build(bld,<br>
> -                 name = 'fs-root',<br>
> -                 root = 'rootfs')<br>
> +    rootfs.build_from_src_root(bld,<br>
> +                               name = 'fs-root',<br>
> +                               root = 'rootfs')<br>
>  <br>
>      bld(features = 'c cprogram',<br>
>          target = 'crc.exe',<br>
> diff --git a/filesystem/fat_ramdisk/wscript b/filesystem/fat_ramdisk/wscript<br>
> index de806c1..a980187 100644<br>
> --- a/filesystem/fat_ramdisk/wscript<br>
> +++ b/filesystem/fat_ramdisk/wscript<br>
> @@ -26,9 +26,9 @@ def build(bld):<br>
>      #<br>
>      # Package the root file system as a C file.<br>
>      #<br>
> -    rootfs.build(bld,<br>
> -                 name = 'fs-root',<br>
> -                 root = 'rootfs')<br>
> +    rootfs.build_from_src_root(bld,<br>
> +                               name = 'fs-root',<br>
> +                               root = 'rootfs')<br>
>  <br>
>      bld(features = 'c cprogram',<br>
>          target = 'fat_ramdisk.exe',<br>
> diff --git a/rtems_waf b/rtems_waf<br>
> index 1b89636..ad6c6e8 160000<br>
> --- a/rtems_waf<br>
> +++ b/rtems_waf<br>
> @@ -1 +1 @@<br>
> -Subproject commit 1b896361d302aeda0145af90972aea863e28898f<br>
> +Subproject commit ad6c6e8771b95dffa73a7dc1167d98d208f17cb0<br>
> <br>
<br>
-- <br>
--------------------------------------------<br>
embedded brains GmbH<br>
Herr Christian Mauderer<br>
Dornierstr. 4<br>
D-82178 Puchheim<br>
Germany<br>
email: <a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
Phone: +49-89-18 94 741 - 18<br>
Fax:   +49-89-18 94 741 - 08<br>
PGP: Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
</blockquote></div></div>