LLDP DPDK update from 21.11 to 22.11

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LLDP DPDK update from 21.11 to 22.11

325件の閲覧回数
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 件の賞賛
返信
5 返答(返信)

141件の閲覧回数
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 件の賞賛
返信

287件の閲覧回数
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 件の賞賛
返信

307件の閲覧回数
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 件の賞賛
返信

289件の閲覧回数
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 件の賞賛
返信

179件の閲覧回数
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 件の賞賛
返信