Versions Compared

Key

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

Image Modified


Copyright 2016 RDK Management, LLC. All rights reserved. The contents of this document are RDK Management, LLC Proprietary and Confidential and may not be distributed or otherwise disclosed without prior written permission of RDK Management, LLC.


Message Box
iconhelp
titleThis page is deprecated
typewarning


Host Setup

...

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-nosrcextsrc.xml -b dunfell
repo sync 
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-extsrcnosrc.xml -b dunfell
repo sync 
repo sync -j4 --no-clone-bundle

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

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

...

Limitations

Basic sanity with kernel5.10 image is failing. The Validation is taken for upcoming sprint.