diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-01-25 09:49:40 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-26 17:05:52 -0200 |
commit | 65847049596629603f65cd0e48aeced2879c54f2 (patch) | |
tree | bc582602f608e9a0548262367272fa255de9eba6 /dynamic-layers/openembedded-layer/recipes-graphics | |
parent | 74c4c8638c9306e7807aa556a2fdeb8395276217 (diff) | |
download | meta-freescale-65847049596629603f65cd0e48aeced2879c54f2.tar.gz |
xserver-common: Append SRC_URI for imxgpu3d machines
Remove variable PATCHES_IMX_SPECIFIC and apply patch for all imxgpu3d
machines.
Change-Id: Ic8a8d8eebf109cc7c2256417a7423b7f83bdd99b
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-graphics')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend index 28d1f7bd..378e4c38 100644 --- a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend +++ b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend | |||
@@ -1,10 +1,8 @@ | |||
1 | # i.MX extra configuration | 1 | # i.MX extra configuration |
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
3 | 3 | ||
4 | PATCHES_IMX_SPECIFIC = " file://0016-xserver-common-enable-iglx-module.patch \ | 4 | SRC_URI_append_imxgpu3d = " \ |
5 | " | 5 | file://0016-xserver-common-enable-iglx-module.patch \ |
6 | SRC_URI_append = " \ | ||
7 | ${PATCHES_IMX_SPECIFIC} \ | ||
8 | " | 6 | " |
9 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" | 7 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" |
10 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" | 8 | PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}" |