aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/hdcp
AgeCommit message (Collapse)Author
2023-06-27hdcp: fix Upstream-Status formatAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-03meta: add explicit branch and protocol to SRC_URIAnuj Mittal
Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-08-17hdcp: upgrade 21.1.0 -> 21.2.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-07-31Convert to new override syntaxAnuj Mittal
Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-06-03hdcp: upgrade 20.4.0 -> 21.1.0Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-01-21hdcp: upgrade 20.2.0 -> 20.4.0Naveen Saini
Upgrade does not have new commits only release tag version bump. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-10-02hdcp: upgrade 20.1.0 -> 20.2.0Anuj Mittal
Release notes: https://github.com/intel/hdcp/releases/tag/intel-HDCP-20.2.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-07-22layer.conf: drop zeus compatibilityNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-06-26hdcp: upgrade 19.4.0 -> 20.1.0Naveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-04-27layer.conf: allow to build with zeusNaveen Saini
Class 'distro_features_check' has moved to 'features_check', which does not allow dunfell and latest releases to build against zeus release. Inherit class based on LAYERSERIES_CORENAMES. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-02-11hdcp: upgrade 19.3.0 -> 19.4.0Naveen Saini
Release notes can be found here: https://github.com/intel/hdcp/releases/tag/intel-HDCP-19.4.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-11-22recipes: use features_check instead of deprecated distro_features_checkRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-10-21hdcp: upgrade 19.2.0 -> 19.3.0Naveen Saini
Release notes can be found here: https://github.com/intel/hdcp/releases/tag/intel-HDCP-19.3.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-08-03hdcp: upgrade v19.1.0 -> v19.2.0Naveen Saini
Release details can be found here: https://github.com/intel/hdcp/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-04hdcp: add recipeNaveen Saini
Intel(R) unified HDCP (High-bandwidth Digital Content Protection) is a user space implementation to prevent copying of digital audio & video content across digital display interfaces. The Intel(R) unified HDCP is dependent on kernel space HDCP implementation to provide a complete stack to enable the HDCP1.4 and HDCP2.2 protection. HDCP2.2 service support is available kernel 5.2-rc onward. Currently 4.19 kernel and mainline-tracking (base branch) from Intel PKT does not have HDCP2.2 support. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>