mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-12 23:27:30 +08:00
Use the crossrpms repo and not the RTEMS source.
This commit is contained in:
parent
db789e3577
commit
e80176246b
@ -141,10 +141,7 @@ class setup:
|
||||
|
||||
def build_crossrpms(self, path):
|
||||
if 'rtems' in self.opts.opts:
|
||||
rtemssrc = os.path.abspath(os.path.expanduser(self.opts.opts['rtems']))
|
||||
crossrpms = os.path.join(rtemssrc, 'contrib', 'crossrpms')
|
||||
if not os.path.isdir(crossrpms):
|
||||
crossrpms = os.path.join(rtemssrc)
|
||||
crossrpms = os.path.abspath(os.path.expanduser(self.opts.opts['rtems']))
|
||||
if not os.path.isdir(crossrpms):
|
||||
raise error.general('no crossrpms directory found under: ' + crossrpms)
|
||||
if self.opts.rebuild():
|
||||
|
Loading…
x
Reference in New Issue
Block a user