Subversion Repositories DevTools

Rev

Rev 3987 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3987 Rev 5694
Line 27... Line 27...
27
#   Note: The process is not recursive, thus the named plaforms MUST be
27
#   Note: The process is not recursive, thus the named plaforms MUST be
28
#         real platforms, not one that will expand into more platforms
28
#         real platforms, not one that will expand into more platforms
29
#
29
#
30
my %valid_machines = (
30
my %valid_machines = (
31
    'linux_i386'             => [ 'LMOS_ARM9TDMI',
31
    'linux_i386'             => [ 'LMOS_ARM9TDMI',
32
                                  'LMOS_LINUX_EMU',
-
 
33
                                  'LMOS_LINUX_ETX',
32
                                  'LMOS_LINUX_ETX',
34
                                  'LMOS_PPC_603E',
33
                                  'LMOS_PPC_603E',
35
                                  'LMOS_COBRA',
34
                                  'LMOS_COBRA',
36
                                  'LMOS_UBUNTU12',
35
                                  'LMOS_UBUNTU12',
37
                                  ],
36
                                  ],