Versions Compared

Key

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

...

repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b rdk-nextOnce repo initialization is completed, make changes in the manifest files (oe-layers.xml and rdkb-turris-extsrc.xml) for yoctoxml  -b  yocto-dunfell-upgrade branch(for non-oe layers) and rdk/yocto-dunfell-upgrade(for oe layers) 

 repo sync -j4 --no-clone-bundle

...

Resolve all the errors that is being faced and once after the successful build can validate the functionalities.

        Right now we are in the process of building rdk-generic-broadband-image. The main source for errors can be classified into 4 categories.

           --> Incompatible license with RDK.
           --> Trying to apply older patches into newer version of recipes.
           --> Recipe version changes due to dependency.
           --> If there is a license upgrade to a new recipe which is not compaitable compatiable with RDK terms then we need to stick to the older version.

...