aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mesa
AgeCommit message (Collapse)Author
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-27mesa-dri_7.8.1: update glamo patch a bitMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-06mesa-xlib: add 7.8Koen Kooi
2010-04-30mesa-dri: add 7.8.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-25mesa, mesa-xlib: add 7.8Koen Kooi
2010-04-19mesa: switch to SRCPV with PE bumpMartin Jansa
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12uinput,mesa: fix mergeMartin Jansa
2010-04-12recipes: add missing checksumsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-06mesa-dri 7.8: disable egl for htcdream(this recipe is machine arch)Denis 'GNUtoo' Carikli
If we don't disable egl,we have some undefined functions at linking: | xeglgears.o: In function `main': | xeglgears.c:(.text+0x1afc): undefined reference to `eglCreateImageKHR' | xeglgears.c:(.text+0x1c4c): undefined reference to `eglCreateImageKHR' | xeglgears.c:(.text+0x1cf8): undefined reference to `glEGLImageTargetTexture2DOES' | collect2: ld returned 1 exit status Note that we don't have 3d(yet and maybe never) on htcdream
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-31mesa-dri_7.8: add patch with glamo support and prefer it with SHRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-30mesa-dri: add version 7.8Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-30mesa-dri-glsl-native: move to 7.8 releaseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-04mesa-dri_git: fix building progs (missing -lstdc++, similar patch used in ↵Martin Jansa
mesa-full) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-01mesa-dri, libdrm: use distro override to force same PV for om-gta01 and om-gta02Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26mesa-dri_git: disable gallium also for om-gta01Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19mesa-dri: update PV, SRCREV for 7.8, needed for xserver 1.8Martin Jansa
* disable gallium for om-gta02 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19mesa-dri: add mesa-dri-glsl-native for building newer mesa-dri than 7.7 from ↵Martin Jansa
git master Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-23mesa-common: package libegl seperatelyKoen Kooi
2009-12-23mesa 7.6: disable EGL to remain compatible with previous versionsKoen Kooi
* if EGL needs to be enabled, some more thought needs to get put into it, since libEGL.so is what gets provided by all those binary driver blobs
2009-12-16mesa: add 7.6 from xorg-7.5 branch, update git version with different ↵Martin Jansa
SRC_URI for om-gta02 (glamo patches)
2009-12-14mesa: Add a few more missing INC_PR's for old recipes.David-John Willis
2009-12-14mesa-xlib: Add 7.4.David-John Willis
2009-12-14mesa-xlib 7.2: Add missing INC_PR.David-John Willis
2009-12-14mesa: Add INC_PR for old mesa recipes as these still seem to be in use.David-John Willis
2009-12-10x11 recipes: use virtual/libgl instead of mesaMartin Jansa
2009-08-26mesa-common.inc: avoid bashismMichael Smith
Closes bug #5307. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-24mesa-dri: move tls configure logic to a classMichael Smith
Will allow reuse by xorg-xserver. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-24mesa-dri: set PACKAGE_ARCH to ${MACHINE}Michael Smith
${MACHINE_DRI_MODULES} is passed to configure, so the package output depends on MACHINE. As foretold by commit f06119fc :) Also switch to INC_PR and fix built of mesa-xprogs when prefix != /usr. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-07-10mesa: add version 7.4Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>