Versions Compared

Key

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

...

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

sed  '/kernel5.x/ s/^.//' conf/distro/include/rdk-turris.inc

MACHINE=turris source meta-turris/setup-environment

bitbake rdk-generic-broadband-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

sed  '/kernel5.x/ s/^.//' conf/distro/include/rdk-turris.inc

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

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

Note: The kernel Image and root filesystem will be placed under <workspace dir>/build-turris/tmp/deploy/images/turris_5.10 folder

...