mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
18 lines
463 B
BlitzBasic
18 lines
463 B
BlitzBasic
DESCRIPTION = "NVIDIA sensor HAL daemon"
|
|
L4T_DEB_COPYRIGHT_MD5 = "27caeb86bc9bb9f3419a7c87e9a301f6"
|
|
DEPENDS = "tegra-libraries-core"
|
|
|
|
L4T_DEB_TRANSLATED_BPN = "nvidia-l4t-init"
|
|
|
|
require tegra-debian-libraries-common.inc
|
|
|
|
MAINSUM = "3a396551d88ebebd70b1eae57ed74837e82485c7897ab1c233735f3ea63e8215"
|
|
|
|
do_install() {
|
|
install -d ${D}${sbindir}
|
|
install -m 0755 ${S}/usr/sbin/nvs-service ${D}${sbindir}/
|
|
}
|
|
|
|
RDEPENDS:${PN} = "bash"
|
|
INSANE_SKIP:${PN} = "ldflags"
|