summaryrefslogtreecommitdiff
path: root/packages/python/python-openmoko
ModeNameSize
-rw-r--r--.mtn2git_empty0logplain
-rw-r--r--python-path.patch848logplain
ighlight'> * Refreshed installtests.patch * Removed --enable-freedreno-experimental-api, since it is now enabled by default upstream Tested on Snapdragon 600 with freedreno and X11. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> 2014-12-05libdrm: Upgrade to 2.4.58.Aníbal Limón4 Disable man pages creation because it needs to download docbook.xsl from upstream site and sometimes can't (resource unavailable) and this cause build fails. Remove GNU_SOURCE_definition patch it's already integrated in upstream. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> 2014-07-19libdrm: enable freedreno experimental supportNicolas Dechesne1 The freedreno project is a free and open source linux driver for the 2D/3D GPUs in Qualcomm snapdragon SoCs. Support for freedreno in libdrm was added around 2.4.43. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-07-19libdrm: upgrade to 2.4.54Nicolas Dechesne2 Version 2.4.54 was released a couple of months ago, see [1] for list of changes. The upgrade is required for using recent freedreno X11 driver on QCOM SoC. This was tested on IFC6410 board. [1] http://lists.x.org/archives/xorg-announce/2014-May/002426.html Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-04-30libdrm: upgrade to 2.4.53Laurentiu Palcu2 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2014-02-08libdrm: upgrade to 2.4.52Laurentiu Palcu2 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-12-16libdrm: use RRECOMMENDS for libdrm-driversChristopher Larson1 As libdrm enables modules automatically, based on what it needs / can build, it's unlikely we'll *ever* get a situation where all the modules are emitted, so libdrm-drivers, which depends on all of them, ends up being useless and non-installable. Make it use rrecommends, so it only pulls in what we have. Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-11-27libdrm: upgrade to 2.4.49Laurentiu Palcu2 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-10-18libdrm: upgrade to 2.4.47Laurentiu Palcu2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-08-30remove the unnecessary protocol parametersJackie Huang1 It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-08-01libdrm: upgrade to 2.4.46Laurentiu Palcu2 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-06-13libdrm: upgrade to 2.4.45Laurentiu Palcu2 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-05-29libdrm: fix packaging after last upgradeMartin Jansa1 * 2.4.44 adds 2 more tests kmstest and vbltest which got packaged to PN, causing PKG rename and breaking upgrade path * check_data_file_clashes: Package libdrm wants to install file /usr/lib/libdrm.so.2 But that file is already provided by package * libdrm2 * check_data_file_clashes: Package libdrm wants to install file /usr/lib/libdrm.so.2.4.0 But that file is already provided by package * libdrm2 put them to PN-tests where they belong Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-05-12libdrm: upgrade to 2.4.44Laurentiu Palcu4 Removed part of the installtests.patch since tests can now be installed giving an option to configure script. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-02-14libdrm: upgrade to 2.4.42Laurentiu Palcu1 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-11-19libdrm: upgrade to 2.4.40Laurentiu Palcu5 Other changes: * removed a backported patch; * activated libdrm-omap helper layer which is needed by the latest xf86-video-omap xorg driver; * split libdrm-drivers package into libdrm-radeon, libdrm-nouveau and libdrm-omap, libdrm-intel and libdrm-exynos; Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-10-18libdrm: Add --disable-cairo-tests switch and update to upstream patchDaniel Stone4 Rather than implicitly relying on Cairo being disabled through not being present, add a configure switch to forcibly disable it. The updates the code to use a patch backported from upstream git instead of our custom version. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-10-18libdrm: Bump git recipe to latest 2.4.39+ revisionDaniel Stone1 Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-10-05libdrm: Explicitly disable the cairo dependencyRichard Purdie3 We don't want the cairo dependency. Unfortunately simply checking whether its present isn't good enough. If its not in DEPENDS, it can disappear half way through building. We therefore need to explictly disable it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-10-02libdrm: Remove Cairo dependencyDaniel Stone1 This causes a build loop, when DRM depends on Cairo depends on Mesa depends on DRM. We can safely remove it as it's only one libdrm example program which uses Cairo, which we won't be needing. At least it's not worth the build loop. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-09-03libdrm: upgrade to 2.4.39Constantin Musca1 Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-08-15libdrm: package update 2.4.35 -> 2.4.37Constantin Musca1 Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-07-29libdrm: add DEFAULT_PREFERENCE = -1 to git recipeMartin Jansa1 * recipe from tarball should be default version Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-07-28libdrm: Bump libdrm_git to 2.4.37Damien Lespiau1 Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-07-28libdrm: Put the license md5sum in the common includeDamien Lespiau2 With this, libdrm_git now does have LIC_FILES_CHKSUM as well. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-07-28libdrm: libdrm does not depend on xcb any moreDamien Lespiau1 Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-07-28drm: move to PR/INC_PR, starting at r1 as libdrm_git was at r1Ross Burton3 Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-07-04libdrm: upgrade to 2.4.35Laurentiu Palcu1 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> 2012-05-24libdrm: upgrade to 2.4.34Laurentiu Palcu1 Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> 2012-02-28libdrm: Update to version 2.4.31Saul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-02-26More quoting fixesMartin Jansa1 * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-02-07libdrm: Fix build failure unearthed by uclibcKhem Raj2 uclibc wants to know value of __USE_GNU for certain header prototypes to be enabled. So we move the config.h header up in search list. Signed-off-by: Khem Raj <raj.khem@gmail.com> 2012-02-02libdrm: Update to 2.4.30Saul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-12-21libdrm: Upgrade to 2.4.29Saul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-11-29libdrm: Update to 2.4.27Saul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-10-04libdrm: improve packagingMartin Jansa3 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-07-04libdrm: upgrade to 2.4.26Yu Ke3 Signed-off-by: Yu Ke <ke.yu@intel.com> 2011-05-12recipes: Add Upstream-Status for multiple recipesYu Ke1 iputils: update patch Upstream-Status mktemp: update patch Upstream-Status xinetd: update Upstream-Status libdrm: update patch Upstream-Status qemugl: update patch Upstream-Status x11-common: update patch Upstream-Status xorg-app: update patch Upstream-Status xorg-driver: update patch Upstream-Status Signed-off-by: Yu Ke <ke.yu@intel.com> 2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke