On Tue, Dec 22, 2009 at 03:53:12PM +0530, Naveen Krishna Ch wrote: > Hi Martin, > > I started a fresh build for machine=smdk6410 and distro=shr > My initial problem was xorg-kdriver do_compile used to fail > > i got rid of it by including some lines in machine/smdk6410.conf > PREFERRED_PROVIDER_vertiual/xserver = "xserver-xorg" > PREFERRED_PROVIDER_vertiual/xserver_shr = "xserver-xorg"
Its virtual/xserver* and you don't have to use _shr override if there is just one definition. > XSERVER_shr = "xserver-xorg" > It build 6119 out of 6937 tasks, > and failing at xserver-xorg do_configure failed > its unable to find gl >= 7.1.0 > > its giving 2 choices > 1. add path to gl.pc in the PKG_CONFIG_PATH or > 2. GL_LIBS and GL_CFLAGS variables to be set > so it does not require to call pkg-config. > > Please, Let me know if I'm missing anything else.. > > 2009/12/18 Martin Jansa <[email protected]> > > > On Fri, Dec 18, 2009 at 04:30:41PM +0530, Naveen Krishna Ch wrote: > > > Hi Martin, > > > Probably u r right, Smdk 6410 does not support wih Mesa i guess. > > > > > > -> When i use Mesa the GL "Package GL not found is the problem" Failing > > > during configuration > > > > check config.log maybe it cannot detect some other gl package, have you > > tried version 7.6 of mesa? > > > I included > PREFERRED_PROVIDER_vertiual/libgl = "mesa-dri" There is also typo, are you sure its correct in your config? > this in the machine/smdk6410.conf > I tried by including 7.6 of mesa also > Most Mesa-dri has the same problem. You included PREFERRED_VERSION_mesa-dri = "7.6" right? Also check if it wasn't overwritten somewhere later (std shr configs haven't preferred mesa version set, but still better to check it). > > > > > > -> When i use Mesa-dri "configure error: DRI driver directory 'glamo' > > > dosen't exist" > > > > seems like you have > > MACHINE_DRI_MODULES = "glamo" > > in your machine configuration > > > I tried with and without mentioning this line,. > Cause i have no idea abt thier dependencies And how mesa-dri failed without this line? It definitely shouldn't say anything about glamo. > > > > > Failing during configuration > > > > > > I don't have much idea on the Xserver stuff. > > > Are there any other providers which can repalce Mesa. > > > > yes mesa-xlib > > > I tried with this too, But no luck. > Finally i started again as mentioned early in this mail. You can try to build particular mesa recipe with bitbake -c clean -b /path/to/oe/recipes/mesa/mesa*something*.bb, then bitbake -c build -b /path/to/oe/recipes/mesa/mesa*something*.bb try all 3 providers and carefully read log of failed tasks and if you still cannot build any version, reply with those logs. Cheers, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
