Hello Lauren, On Thu, Apr 2, 2015 at 5:38 PM, Lauren Post <[email protected]> wrote: > - Change version to align to same version used for imx-gpu-viv > - Add package group support for hdmi utilities
There is nothing related to packagegroup here. > - Update rc.autohdmi to handle more error cases Good that the suggestions I did has been included, those help a lot. > Signed-off-by: Lauren Post <[email protected]> > --- > .../xf86-video-imxfb-vivante/rc.autohdmi | 24 > ++++++++++++++------ > ....bb => xf86-video-imxfb-vivante_5.0.11.p4.4.bb} | 16 +++++++------ > 2 files changed, 26 insertions(+), 14 deletions(-) > rename > recipes-graphics/xorg-driver/{xf86-video-imxfb-vivante_3.10.53-1.1.0.bb => > xf86-video-imxfb-vivante_5.0.11.p4.4.bb} (77%) > ... > diff --git > a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.53-1.1.0.bb > b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.4.bb > similarity index 77% > rename from > recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.53-1.1.0.bb > rename to recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.4.bb > index 5e1eec7..6ba7358 100644 > --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.53-1.1.0.bb > +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.4.bb > @@ -15,10 +15,9 @@ LIC_FILES_CHKSUM = > "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=95cf96 > SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz \ > file://rc.autohdmi" > > -SRC_URI[md5sum] = "3ffa0f66bc0935a50cda9ebd5240ee2d" > -SRC_URI[sha256sum] = > "f5836d86944a667f9fd1789911cdb7d8c54f6158a7776d28124942c4a94ddff6" > +SRC_URI[md5sum] = "6003295f7d586e5b6d4b5ffdb5d2f700" > +SRC_URI[sha256sum] = > "9ca2356ca35a734615a205cf307b3c41f6e22c171ff823b6d5422c5473a69947" > > -INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi" This makes the script to not load at initialization. If this is included in your GA it is likely to be broken. > INITSCRIPT_NAME = "rc.autohdmi" > INITSCRIPT_PARAMS = "start 99 2 3 4 5 ." > > @@ -34,7 +33,8 @@ CFLAGS += "-I${STAGING_INCDIR}/xorg \ > > S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/" > > -PACKAGES =+ "xserver-xorg-extension-viv-autohdmi" > + > +PACKAGES =+ "xserver-xorg-extension-viv-hdmi > xserver-xorg-extension-viv-hdmi-dev xserver-xorg-extension-viv-hdmi-dbg" There is no reason to split the dbg and dev contents. Everyone needing to debug or develop the autohdmi will need the other -dev and symbols so let's simplify the packaging. Another thing I reverted is the package rename as it breaks the package feed for no reason. The resulting patch is very clean and is included in my v2 version. Please don't send a new version of this as I am cooking v2. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
