Versions Compared

Key

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

...

Code Block
languagec#
themeDJango
titleWorkspace directory and repo steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml
$ repo sync -j`nproc` --no-clone-bundle

Clone the beegol meta layer  and copy it to the workspace

Code Block
languagec#
themeDJango
titlemeta-beegol-agent
$ git clone "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-beegol-agent"
$ cp -r meta-beegol-agent/raspberry-4B/meta-beegol-agent <workspace dir>
$ rm -rf meta-beegol-agent

Enable the distro feature for Beegol Agent,

...