You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Check if you have access to Amlogic restricted repos. 

Execute below command to check if  you have PlayReady access

git clone ssh://git@openlinux.amlogic.com/vendor/playready.git
 

Execute below command to check if you have Widevine access

git clone ssh://git@openlinux.amlogic.com/yocto/vendor/widevine

If you do not have any of above restricted repo access, please contact your Amlogic sale  or FAE teams first.

Do not enable below features

How to enable special features (require restricted repo access first)

Enable Widevine-16 and PlayReady 4.4 support

Enable Widevine feature:
Append DISTRO_FEATURES_append = " widevine " to meta-amlogic/conf/machine/$YourMachine.conf

Enable Playready feature:
Append DISTRO_FEATURES_append = " playready " to meta-amlogic/conf/machine/$YourMachine.conf

  • No labels