Versions Compared

Key

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

...

Reference :- https://docs.yoctoproject.org/migration-guides/release-notes-4.0.html 

Vm setup guideliness

  • Need yocto4 workspace docket in the vm to generate Kirkstone based build
  • Have to raise service request in comcast JIRA for yocto4 workspace in comcast Jira portaldocket to be installed in your VM

Kirkstone migration steps

  • Enter into yocto4 workspace
  • Raise CMF support ticket to create topic branch for all repos
    feature-kirkstone for all CMF repositories
    rdk/kirkstone for oe layer repositories
  • Execute generic repo init command
  • Update manifest XML files as follows
    → in oe-layers.xml manifest updated as 
    , rdk/kirkstone should be the revision for meta-openembedded, openembedded-core,bitbake and meta-virtualization points to rdk/kirkstone branch
    →  All other meta layers points to feature-kirkstone branchFollow the build instructions
    → feature-kirkstone should be the revision for all other meta layers
  • Execute repo sync command
  • Setup the environment for target
  • Execute bitbake command to resolve parsing, compilation and other errors

Kirkstone build instructions for RPI4-32 

...