Network ports used while cloning repo

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Network ports used while cloning repo

665 Views
prashant_chopad
Contributor II

Hi All,

I am using $ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.24-2.1.0.xml

From the XML file I am able to find that following URL are used:

 
How do I know which network ports are used by these URLs?
Are there any other URL used, if yes how to find them?
 
Appreciate your help in advance.
Thanks,
Prashant
0 Kudos
3 Replies

648 Views
weidong_sun
NXP TechSupport
NXP TechSupport

probably you can use the command to check port.

netstat -n -o

 

weidong

0 Kudos

654 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi,

>>About URLs in xml file

these URLs in XML file are used to download yocto reciepe.

>>How do I know which network ports are used by these URLs?

About which PORTs, we don't have related information.Are there any other URL used, if yes how to find them?

>>Are there any other URL used, if yes how to find them?

yes, after run bitabke xxx, many packages will downloaded to ../downloads directory. you can find them in related .bb files.

 

Have a nice day!

B.R,

weidong

0 Kudos

652 Views
prashant_chopad
Contributor II

Hi @weidong_sun ,

Which tcp ports are being used by these URL?

How to find it?

Regards,

Prashant

0 Kudos