LLDP DPDK update from 21.11 to 22.11

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

LLDP DPDK update from 21.11 to 22.11

326 Views
ranga_yn
Contributor III

Hello NXP,

wanted to update the  DPDK from 21.11 to 22.11 on below source

1.repo init -u https://github.com/nxp-qoriq/yocto-sdk.git -b kirkstone -m ls-5.15.71-2.2.0_distro.xml

could you please help the steps to modify the same 

 

thanks,

ranga

0 Kudos
Reply
5 Replies

142 Views
hemantagrawal
NXP Employee
NXP Employee

you can try following options :  Change the dpdk-commit and URL in meta layer:

 /opt/lldp/sources/meta-qoriq/recipes-extended/dpdk/dpdk-21.11.inc

 

SRC_URI = "git://github.com/nxp-qoriq/dpdk;protocol=https;nobranch=1"

SRCREV = "40adc5753bc624c469459ab5261ae36109dbe7eb"

Or, in your meta layer, you can write a dpdk*.bbappend file to overwrite the dpdk repo Path and commit.

0 Kudos
Reply

288 Views
ranga_yn
Contributor III

Hello NXP,

Also i dont want to move to new source as  GCC ,binutils version will get upgraded , Any method to update DPDK 22.11 on the below source itself

repo init -u https://github.com/nxp-qoriq/yocto-sdk -b mickledore -m ls-6.1.55_2.2.0_distro.xml

0 Kudos
Reply

308 Views
Oswalag
NXP TechSupport
NXP TechSupport

Hello,

DPDK 22.11 is supported on below source:

repo init -u https://github.com/nxp-qoriq/yocto-sdk -b mickledore -m ls-6.1.55_2.2.0_distro.xml

Have a nice day!!

0 Kudos
Reply

290 Views
ranga_yn
Contributor III

Hello Team,

I am getting the below error:

python3 repo init -u https://github.com/nxp-qoriq/yocto-sdk -b mickledore -m ls-6.1.55_2.2.0_distro.xml
repo: reusing existing repo client checkout in /FSM20056_DPDK22
fatal: manifest 'ls-6.1.55_2.2.0_distro.xml' not available
fatal: manifest ls-6.1.55_2.2.0_distro.xml not found

 

 

0 Kudos
Reply

180 Views
Oswalag
NXP TechSupport
NXP TechSupport

Hello, 

In the LLDP, DPDK v22.11 is supported under Kernel v6.1.55, that's why you have to download the poky repository and bitbake tools using the repo tool in a new project.(build and bitbake again from the beginning).

0 Kudos
Reply