summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@nxp.com>2017-10-27 09:57:37 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commitfb66d5010363083ea8d84160b74c62dad67f9a13 (patch)
treeb87280743dbcf5484b476be927eef6909ed512ea /recipes-graphics
parent8605319d17b08da79534681dc85b0a23e2e87c73 (diff)
downloadmeta-freescale-fb66d5010363083ea8d84160b74c62dad67f9a13.tar.gz
xf86-video-imxfb-vivante: Change SRC_URI to point to git
Change SRC_URI to point to git repo on Code Aurora as it mirrors the git.freescale.com. It also changes the working directory to reflect the git structure. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc6
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb4
2 files changed, 6 insertions, 4 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
index e284fbce..a6d722bf 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
@@ -12,8 +12,10 @@ DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 imx-gpu-viv pixman
12 12
13LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" 13LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3"
14 14
15SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz \ 15SRC_URI = "git://source.codeaurora.org/external/imx/xf86-video-imx-vivante.git;protocol=https;branch=${SRCBRANCH} \
16 file://rc.autohdmi" 16 file://rc.autohdmi"
17
18S = "${WORKDIR}/git/"
17 19
18INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi" 20INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi"
19INITSCRIPT_NAME = "rc.autohdmi" 21INITSCRIPT_NAME = "rc.autohdmi"
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb
index 91456f22..a15033ee 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb
@@ -6,5 +6,5 @@ require xf86-video-imxfb-vivante.inc
6 6
7SRC_URI += "file://Stop-using-Git-to-write-local-version.patch" 7SRC_URI += "file://Stop-using-Git-to-write-local-version.patch"
8 8
9SRC_URI[md5sum] = "8acbdddd51c9b1b0fd25137eeabd786d" 9SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
10SRC_URI[sha256sum] = "3eed38193e31bb5ba8d2c817bd9b4f6e2fe7540d2cab36de9098cb4f11946a9f" 10SRCREV = "07ef065dfe09f1c05a1a188c371577faa3677a17"