Skip to content

Commit

Permalink
yocto: CB fix esn_provision error after drm update [1/1]
Browse files Browse the repository at this point in the history
PD#SWPL-167179

Problem:
esn_provision error after drm update

Solution:
need install libnfx_esn.so to rootfs

Verify:
local s7d

Change-Id: I220682a4286c4aebc3fe4414cdc3fbaf889fb9e2
Signed-off-by: Jiacai.Liu <[email protected]>
  • Loading branch information
qaqaqawwwwsss authored and Guofeng Tang committed Apr 29, 2024
1 parent 417c106 commit ed9148f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes-drm/aml-mediadrm/aml-netflix-esn_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ TA_TARGET="noarch"

do_install:append() {
install -d -m 0755 ${D}/usr/bin
install -d -m 0755 ${D}/usr/lib
install -d -m 0755 ${D}/lib/optee_armtz
install -D -m 0755 ${S}/netflix_ta-bin/prebuilt/${TA_TARGET}/ta/${TDK_VERSION}/*.ta ${D}/lib/optee_armtz/
install -D -m 0755 ${S}/netflix_ta-bin/prebuilt/${PLATFORM_TDK_VERSION}/${ARM_TARGET}/esn_provision ${D}/usr/bin/
install -D -m 0755 ${S}/netflix_ta-bin/prebuilt/${PLATFORM_TDK_VERSION}/${ARM_TARGET}/libnfx_esn.so ${D}/usr/lib/
}

FILES:${PN} += "${bindir}/* /lib/optee_armtz/* ${includedir}/*"
FILES:${PN} += "${bindir}/* /lib/optee_armtz/* ${includedir}/* ${libdir}/*"
FILES:${PN}-dev = "${includedir}/* "
INSANE_SKIP:${PN} = "ldflags dev-so dev-elf already-stripped"
INSANE_SKIP:${PN}-dev = "ldflags dev-so dev-elf already-stripped"
Expand Down

0 comments on commit ed9148f

Please sign in to comment.