Versions Compared

Key

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

...

Code Block
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u <Manifest-Repository> -m Manifest.xml -b rdk-next

e.g. $ repo init -u https://code.rdkcentral.com/r/manifests -m Manifest.xml -b rdk-next

- Add below entries in manifest to download Alexa voice dependencies.

$ git clone https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-voice
<project name="components/generic/avs/alexa_skill_mapper" revision="rdk-next"/>

$ repo sync -j4 --no-clone-bundle

The -m Manifest.xml in the build sequence above is important. Using it one can download either generic RDK code or that of the RDK accelerator collaboration repositories.
If this is not specified, you will get an RDK-V tree by default.
The -b rdk-next in the build sequence above specifies the branch to use. To download one of the tagged releases, -b <tag-name> should be used.

Building for RaspberryPi Hybrida media client image

Code Block
$ mkdir <workspace dir>

...


$ cd <workspace dir>

...


$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkv.xml -b rdkv-

...

next
$ repo sync -j4 --no-clone-bundle

...



$ source meta-cmf-raspberrypi/setup-environment

...



Select option raspberrypi-rdk-

...

mc.conf

...

To build image with westeros compositor

...



$ bitbake rdk-generic-

...

mediaclient-

...

To build image with default compositor

$ bitbake rdk-generic-hybrid-wpe-image

...

image
Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi-rdk-

...

mc folder

Documentation User Guide & wiki Links

Amazon Voice Integration manual

...