Versions Compared

Key

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

...

On build machine, add code.rdkcental.com login in your netrc file.

ie vi ~/.netrc

Update ~/.ssh/config for Amlogic openlinux.

...

Configure it accordingly in ~/.ssh/config


Build Steps for rdk-next (Master)

  • repo init -u https://code.rdkcentral.com/r/collaboration/soc/amlogic/aml-accel-manifests -b google-rdk-aml-collab -m rdkv-aml-open-va-google.xml
  • repo sync -j4 --no-clone-bundle
  • source ./meta-rdk-aml/set-env.sh mesonsc2-5.415-lib32-ah212 --use-rdk-ui --playready --widevine --rdk-starboard --enable-evergreen-full --enable-rialto --enable-webkit238 --enable-wper4 --ipclient
  • bitbake  lib32-rdk-ipstb-oss-image

...

Please contact your Amlogic sales or FAE teams to get restricted DRM repo access if you do not have yet.


Build Steps for a stable Feature branch

...

  • repo init -u https://code.rdkcentral.com/r/collaboration/soc/amlogic/aml-accel-manifests -b google-rdk-aml-collab -m  feature-rdkv-aml-open-va-google.xml
  • repo sync -j4 --no-clone-bundle
  • source ./meta-rdk-aml/set-env.sh mesonsc2-5.4-lib32-ah212 --use-rdk-ui --playready --widevine --rdk-starboard --enable-evergreen-full --enable-rialto --enable-webkit238 --enable-wper4 --ipclient
  • bitbake  lib32-rdk-ipstb-oss-image

...