mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
33 lines
819 B
BlitzBasic
33 lines
819 B
BlitzBasic
DESCRIPTION = "Tegra-specific DRM header file"
|
|
HOMEPAGE = "https://developer.nvidia.com/embedded"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://usr/include/libdrm/nvidia/tegra_drm.h;endline=21;md5=5783560983c3ba9365958a674e688a4a"
|
|
|
|
COMPATIBLE_MACHINE = "(tegra)"
|
|
|
|
SRC_SOC_DEBS = "${@l4t_deb_pkgname(d, 'weston')};subdir=${BPN}"
|
|
PV .= "${@l4t_bsp_debian_version_suffix(d, pkgname='nvidia-l4t-weston')}"
|
|
|
|
inherit l4t_deb_pkgfeed
|
|
|
|
SRC_URI[sha256sum] = "9b86cc6f103bfbe1f188820a400b698b5fcfbbf98d9d338dadb3038a9f37ce57"
|
|
|
|
S = "${WORKDIR}/${BPN}"
|
|
B = "${S}"
|
|
|
|
do_configure() {
|
|
:
|
|
}
|
|
|
|
do_compile() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
install -d ${D}${includedir}/libdrm/nvidia
|
|
install -m 0644 ${S}/usr/include/libdrm/nvidia/tegra_drm.h ${D}${includedir}/libdrm/nvidia/
|
|
}
|
|
|
|
PACKAGE_ARCH = "${TEGRA_PKGARCH}"
|
|
ALLOW_EMPTY:${PN} = "1"
|