Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeDJango
mkdir <workspace dir>

cd <workspace dir>


Follow below instructions to create build with external sources

Deck of Cards
startHiddenfalse
idbuild steps
loopCardstrue
Card
idbuild instructions
labelExternal soruce
Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b dunfell

repo sync -j4 --no-clone-bundle

MACHINE=turris_5.10 source meta-turris/setup-environment

bitbake rdk-generic-broadband-5.10-kernel-image
Card
idBuild instructions
labelNo (External) Source
Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-nosrc.xml -b dunfell

repo sync -j4 --no-clone-bundle

MACHINE=turris_5.10 source meta-turris/setup-environment

bitbake rdk-generic-broadband-5.10-kernel-image

...