M7350/oe-core/meta-msm/recipes/xf86-video-msm/xf86-video-msm_git.bb

44 lines
1.2 KiB
BlitzBasic
Raw Normal View History

2024-09-09 08:52:07 +00:00
require recipes-graphics/xorg-driver/xorg-driver-common.inc
DESCRIPTION = "X.Org X server -- MSM display driver"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/${LICENSE};md5=3775480a712fc46a69647678acb234cb"
2024-09-09 08:57:42 +00:00
#PV = "git-${GITSHA}"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
PR = "r9"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
FILESPATH =+ "${WORKSPACE}:"
SRC_URI = "file://xf86-video-msm"
2024-09-09 08:52:07 +00:00
S = "${WORKDIR}/xf86-video-msm"
2024-09-09 08:57:42 +00:00
EXTRA_OECONF_append += " --with-kernel-headers=${STAGING_KERNEL_DIR}/usr/include \
--with-c2d=${STAGING_EXECPREFIXDIR} \
--with-c2d-headers=${STAGING_INCDIR}/C2D \
--with-c2d-libraries=${STAGING_LIBDIR}"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
EXTRA_OECONF_append += " --enable-target=${BASEMACHINE}"
RDEPENDS_${PN} += "xserver-xorg"
2024-09-09 08:52:07 +00:00
DEPENDS = "${RDEPENDS} \
2024-09-09 08:57:42 +00:00
dri2proto \
2024-09-09 08:52:07 +00:00
fontsproto \
2024-09-09 08:57:42 +00:00
glproto \
libdri2 \
libtbm \
2024-09-09 08:52:07 +00:00
randrproto \
renderproto \
2024-09-09 08:57:42 +00:00
videoproto \
virtual/kernel \
xdbg \
2024-09-09 08:52:07 +00:00
xf86driproto \
2024-09-09 08:57:42 +00:00
xproto \
adreno200"
2024-09-09 08:52:07 +00:00
#TODO: remove this once adreno200 symlinks are fixed
INSANE_SKIP_${PN} = "dev-deps"
PACKAGE_ARCH = "${MACHINE_ARCH}"
ARM_INSTRUCTION_SET = "arm"