how to get the kernel 5.10.35 (dunfell branch)

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

how to get the kernel 5.10.35 (dunfell branch)

372 Views
Woon
Contributor III

Hi.

I would like to test some of drivers with kernel 5.10.35.

But previous way I have known doesn't working.

$: repo init -u https://github.com/nxp-qoriq/yocto-sdk -b <branch>
$: repo sync --force-sync

it still refer to code aurora. 

is it possible to have old versions now?

 

0 Kudos
1 Reply

314 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following procedure.

1. $ repo init -u https://github.com/nxp-qoriq/yocto-sdk -b dunfell

2. Please do the following modification.

<project remote="nxp" revision="760e52a9a4c05729689595d4a884ebf97cba81ad" name="qoriq/qoriq-components/meta-qoriq" path="sources/meta-qoriq">

=>

<project remote="github" revision="760e52a9a4c05729689595d4a884ebf97cba81ad" name="nxp-qoriq/meta-qoriq" path="sources/meta-qoriq">

 

3. $ repo sync --force-sync

0 Kudos