summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>2019-12-08 09:02:54 +0100
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2019-12-29 19:16:19 -0800
commit52f5379a2ac37f1806c00ccbbdd106221063b5a4 (patch)
tree9a6a1bfb7cf44466ab6f1f5f36b78cee9ed108a5
parent7347663d3a30e3381e69de4b4798056ffd851546 (diff)
downloadmeta-xilinx-thud.tar.gz
xf86-video-armsoc: Remove the recipe for xf86-video-armsocthud
meta-openembedded holds xf86-video-armsoc recipe, meta-xilinx need not have the same. Also, move the patches to a bbappend file, so that it can be used by any xf86-video-armsoc recipe. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_%.bbappend3
-rw-r--r--meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb23
2 files changed, 3 insertions, 23 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_%.bbappend b/meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_%.bbappend
new file mode 100644
index 00000000..3ddcf0b8
--- /dev/null
+++ b/meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_%.bbappend
@@ -0,0 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/xf86-video-armsoc:"
2
3SRC_URI_append = " file://0001-src-drmmode_xilinx-Add-the-dumb-gem-support-for-Xili.patch"
diff --git a/meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb b/meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb
deleted file mode 100644
index 7a671fe0..00000000
--- a/meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require recipes-graphics/xorg-driver/xorg-driver-video.inc
2
3SUMMARY = "X.Org X server -- Xilinx ARM SOC display driver"
4DESCRIPTION = "Xilinx ARM SOC display driver "
5
6LICENSE = "MIT-X & GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
8
9DEPENDS += "virtual/libx11 libdrm xf86driproto"
10RDEPENDS_${PN} += "xserver-xorg-module-exa"
11
12PV = "1.4.1+git${SRCPV}"
13
14SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8"
15SRC_URI = " \
16 git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc \
17 file://0001-src-drmmode_xilinx-Add-the-dumb-gem-support-for-Xili.patch \
18 "
19
20S = "${WORKDIR}/git"
21
22EXTRA_OECONF = " --enable-maintainer-mode"
23CFLAGS += " -I${STAGING_INCDIR}/xorg "