From 2d2043a31b7c2671f50af5ffb3def027c58627bf Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Mon, 22 Oct 2018 10:33:20 +0700 Subject: rcar-gen3: image: Add DVD Encryption Library to MMP Image This commit adds DVD Encryption Library to build in MMP configuration. This package uses DISTRO_FEATURES_append = " dvd_encryption_library" to be built. Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- .../recipes-graphics/images/core-image-renesas-mmp-base.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-rcar-gen3/recipes-graphics') diff --git a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-mmp-base.inc b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-mmp-base.inc index b8fffd2..b559a0b 100644 --- a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-mmp-base.inc +++ b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-mmp-base.inc @@ -45,6 +45,11 @@ DVD_PKGS = " \ dvd-user-module \ " +# DVD Encryption Library packages +DVD_ENCRYPTION_PKGS = " \ + dvd-encryption-module \ +" + # ADSP Packages ADSP_PKGS = " \ kernel-module-xtensa-hifi \ @@ -90,6 +95,7 @@ IMAGE_INSTALL_append = " \ ${@base_conditional("USE_CMS", "1", " ${CMS_MULTIMEDIA_PKGS}", "", d)} \ ${@base_conditional("USE_DTV", "1", " ${DTV_PKGS}", "", d)} \ ${@base_conditional("USE_DVD", "1", " ${DVD_PKGS}", "", d)} \ + ${@base_conditional("USE_DVD_ENCRYPTION_LIB", "1", " ${DVD_ENCRYPTION_PKGS}", "", d)} \ ${@base_conditional("USE_ADSP", "1", " ${ADSP_PKGS}", "", d)} \ ${@base_conditional("USE_AVB", "1", " ${AVB_PKGS}", "", d)} \ ${@base_conditional("USE_32BIT_MMP", "1", " ${MMP_32BIT_PKGS}", "", d)} \ -- cgit 1.2.3-korg