[PATCH] update rtems_waf
Christian Mauderer
list at c-mauderer.de
Tue Sep 17 08:49:07 UTC 2019
On 17/09/2019 08:51, Vijay Kumar Banerjee wrote:
>
>
>
> On Fri, Sep 13, 2019 at 9:00 AM Chris Johns <chrisj at rtems.org
> <mailto:chrisj at rtems.org>> wrote:
>
> On 11/9/19 6:14 pm, Vijay Kumar Banerjee wrote:
> > ping :)
>
> Sorry about the delay. OK to push.
>
> Hi,
> Thanks for the review!
> Can you please push this. :)
Pushed it.
> Also, the github descript for rtems-examples has the wrong link,
> it needs to be updated to https://git.rtems.org/rtems-examples.
I don't have access to these. So I can't update it. Chris: Do you have
access?
>
> Best regards,
> Vijay>
> Chris
>
> >
> >
> > On Tue, Sep 3, 2019 at 7:04 PM Vijay Kumar Banerjee
> <vijaykumar9597 at gmail.com <mailto:vijaykumar9597 at gmail.com>
> > <mailto:vijaykumar9597 at gmail.com
> <mailto:vijaykumar9597 at gmail.com>>> 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
> > --
> > 2.20.1
> >
>
More information about the devel
mailing list