Use the crossrpms repo and not the RTEMS source.

This commit is contained in:
Chris Johns 2012-08-04 22:17:33 +10:00
parent db789e3577
commit e80176246b

View File

@ -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():