Skip to content

Commit

Permalink
loader: hdmi support [2/2]
Browse files Browse the repository at this point in the history
PD#SWPL-164783

Problem:
add hdmi support

Solution:
add hdmi support

Verify:
T5D

Signed-off-by: xiaorong.wang <[email protected]>
Change-Id: Ibcb3e1f9b99fefb30fc2f797acdc8f2499c3718e
  • Loading branch information
xiaorong.wang authored and gerrit autosubmit committed May 28, 2024
1 parent 4ef8c8d commit 177ee1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions recipes-cas/irdeto/irdeto-downloader.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,22 @@ inherit cml1 systemd update-rc.d
INITSCRIPT_NAME = "irdeto-downloader"
INITSCRIPT_PARAMS = "start 80 2 3 4 5 . stop 80 0 6 1 ."

DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "irdeto-downloader", " meson-display aml-ubootenv", " " ,d)}"


EXTRA_OEMAKE = "STAGING_DIR=${STAGING_DIR_TARGET} TARGET_DIR=${D} SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR}"
SYSTEMD_AUTO_ENABLE:${PN} = "enable"

# HDMI Plug-in/Plug-out Control Header
INCLUDE_DIRS = " \
-I${STAGING_DIR_TARGET}${includedir}/libdrm_meson/ \
-I${STAGING_DIR_TARGET}${includedir}/libdrm/ \
-I${STAGING_DIR_TARGET}${includedir}/display_settings/ \
"
TARGET_CFLAGS += "${@bb.utils.contains("DISTRO_FEATURES", "irdeto-downloader", " ${INCLUDE_DIRS}", " " ,d)}"
EXTRA_OEMAKE += "${@bb.utils.contains("DISTRO_FEATURES", "irdeto-downloader", " ENABLE_HDMI_CTRL=y", " " ,d)}"


do_configure () {
}

Expand Down

0 comments on commit 177ee1c

Please sign in to comment.