From 1643706e73167f6bbf5b7ac654367e02ed8de86e Mon Sep 17 00:00:00 2001 From: Madhurkiran Harikrishnan Date: Thu, 7 Mar 2019 21:51:13 -0800 Subject: xf86-video-armsoc: Remove the recipe for xf86-video-armsoc 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 Signed-off-by: Manjukumar Matha --- .../xorg-driver/xf86-video-armsoc_%.bbappend | 3 +++ .../xorg-driver/xf86-video-armsoc_git.bb | 23 ---------------------- 2 files changed, 3 insertions(+), 23 deletions(-) create mode 100644 meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_%.bbappend delete mode 100644 meta-xilinx-bsp/recipes-graphics/xorg-driver/xf86-video-armsoc_git.bb 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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/xf86-video-armsoc:" + +SRC_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 @@ -require recipes-graphics/xorg-driver/xorg-driver-video.inc - -SUMMARY = "X.Org X server -- Xilinx ARM SOC display driver" -DESCRIPTION = "Xilinx ARM SOC display driver " - -LICENSE = "MIT-X & GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" - -DEPENDS += "virtual/libx11 libdrm xf86driproto" -RDEPENDS_${PN} += "xserver-xorg-module-exa" - -PV = "1.4.1+git${SRCPV}" - -SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8" -SRC_URI = " \ - git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc \ - file://0001-src-drmmode_xilinx-Add-the-dumb-gem-support-for-Xili.patch \ - " - -S = "${WORKDIR}/git" - -EXTRA_OECONF = " --enable-maintainer-mode" -CFLAGS += " -I${STAGING_INCDIR}/xorg " -- cgit v1.2.3-54-g00ecf