#3500 closed defect (fixed)

Change rtems_waf's RTEMS path check from `bin` to share/rtems<version>`

Reported by: Chris Johns Owned by: Chris Johns <chrisj@…>
Priority: normal Milestone: 5.1
Component: tool Version: 5
Severity: normal Keywords: rtems_waf libbsd
Cc: Blocked By:
Blocking:

Description

Currently rtems_waf checks for a bin directory in the RTEMS path. There is no bin directory any more so this test needs to be changed to share/rtems<version>.

Change History (1)

comment:1 Changed on 08/12/18 at 01:59:21 by Chris Johns <chrisj@…>

Owner: set to Chris Johns <chrisj@…>
Resolution: fixed
Status: newclosed

In c0d52d5/rtems_waf:

Change RTEMS path check from bin to share/rtems<version>.

There is no bin directory anymore with RTEMS 5 so the test fails. Check
for the share/rtems<version> directory.

Closes #3500.

Note: See TracTickets for help on using tickets.