This change broke the xf86-video-imxfb-vivante recipe. For one, a few lines later $S is replaced with something else and the patch "Stop-using-Git-to-write-local-version.patch" no longer applies.
After fixing those two issues the recipe still fails to build. Is this a known bug? Building core-image-sato with DISTRO fslc-x11 should trigger the errors. On Fri, Oct 27, 2017 at 4:57 AM, Daiane Angolini <[email protected]> wrote: > 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 <[email protected]> > --- > recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | 6 > ++++-- > .../xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.6.bb | 4 > ++-- > 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 e284fbc..a6d722b 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 > > LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4 > f3" > > -SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz \ > - file://rc.autohdmi" > +SRC_URI = "git://source.codeaurora.org/external/imx/xf86-video-imx- > vivante.git;protocol=https;branch=${SRCBRANCH} \ > + file://rc.autohdmi" > + > +S = "${WORKDIR}/git/" > > INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi" > INITSCRIPT_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 91456f2..a15033e 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 > > SRC_URI += "file://Stop-using-Git-to-write-local-version.patch" > > -SRC_URI[md5sum] = "8acbdddd51c9b1b0fd25137eeabd786d" > -SRC_URI[sha256sum] = "3eed38193e31bb5ba8d2c817bd9b4f > 6e2fe7540d2cab36de9098cb4f11946a9f" > +SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" > +SRCREV = "07ef065dfe09f1c05a1a188c371577faa3677a17" > -- > 2.7.4 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale >
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
