Without that fix Xorg go in segmentation fault when you insert the bugview module(the module that has an hdmi and vga output)
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- recipes/xorg-driver/xf86-video-omapfb_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/xorg-driver/xf86-video-omapfb_git.bb b/recipes/xorg-driver/xf86-video-omapfb_git.bb index fce8ff8..bd81264 100644 --- a/recipes/xorg-driver/xf86-video-omapfb_git.bb +++ b/recipes/xorg-driver/xf86-video-omapfb_git.bb @@ -2,7 +2,7 @@ require xorg-driver-video.inc DESCRIPTION = "X.Org X server -- OMAP display driver" PE = "1" PV = "0.1.1+${PR}+gitr${SRCREV}" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ file://0001-blacklist-tv-out.patch \ @@ -10,7 +10,7 @@ SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \ file://0003-force-plain-mode.patch \ " -SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" +SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f" S = "${WORKDIR}/git" EXTRA_OECONF_armv7a = " --enable-neon " -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
