From: Otavio Salvador Date: Mon, 9 Jan 2012 14:49:40 +0000 (+0000) Subject: x11-common: only adds the patch for compatible machines X-Git-Tag: 2.1~1943 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9fc8d6192d81c3c2933102dc333026a77d404ec6;p=meta-freescale.git x11-common: only adds the patch for compatible machines Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend b/meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend index b473eb84..c0e73eb8 100644 --- a/meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend +++ b/meta-fsl-arm/recipes-graphics/x11-common/x11-common_0.1.bbappend @@ -1,5 +1,5 @@ -# Append path to include custom Xserver arguments -THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" +# Append path for freescale layer +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append += "file://Xserver-imx53-platform-support.patch" +SRC_URI_imx53qsb_append += "file://Xserver-imx53-platform-support.patch" +SRC_URI_imx53ard_append += "file://Xserver-imx53-platform-support.patch"