summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-19poky.conf: DISTRO bumpbernard-5.0.2Beth Flanagan
In preparation for release, bumping DISTRO and DISTRO_VERSION Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2011-11-28u-boot: use a hash not a tag for SRCREVJoshua Lock
Further, move the SRCREV into the poky-default-revisions.in file where the rest of them are defined. (Based on OE-Core rev: 04fe616bec7416b5aea55dad6896700652796239) Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-21poky.conf: switch to an appropriate mirror URLJoshua Lock
The autobuilder no longer hosts the sources for Yocto 1.1, update the MIRROR and PREMIRROR URI's to use a mirror location with 1.0 sources. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-21quilt: fix test for target buildQing He
fixes [YOCTO #969] (From OE-Core rev: fd2485ab15ed82cb3dc84b8408e516a932de1bd1) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-14persist_data: increase the SQLite connection timeoutJoshua Lock
We're seeing OperationalErrors exceptions due to locking in some of the pysqlite access paths (related to the initial burst of writes) on certain setups. This patch increases the sqlite timeout to 30, the same as in BitBake master, to workaround this issue. Fixes [YOCTO #1759] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-14linux-yocto-stable: update SRCREVs to v2.6.34.10Bruce Ashfield
Updating the SRCREVs to pick up the -longterm updates to v2.6.34.10 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-11-14linux-yocto-stable: update SRC_URI to generic 2.6.34 repoBruce Ashfield
The existing linux-windriver repo was cloned into a more generically named linux-yocto-2.6.34 repository. It is the 2.6.34 repository that is taking updates for stable and point releases, so switching the SRC_URI to that repo needs to be done. The existing repository is maintained for old releases and builds, so nothing is lost. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-11-14web: switch to git and fix MakefileJoshua Lock
The SVN repo is no longer available and we don't have a mirror of the SVN tarball. Further the Makefile in git uses spaces where the Make parser expects tabs. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-17texinfo: several changes to build without zlib and ncurses headers on hostJoshua Lock
Texinfo very cleverly detects cross-compilation and builds host versions of the texinfo binaries it requires to bootstrap the build, however this was causing the host to require ncurses and zlib libraries and headers. Instead, since we require texinfo to be installed on the host, remove this feature from the texinfo configure.ac (disable-native-tools.patch). Further, fix texinfo to link with newer binutils (link-zip.patch) and to generate translations with newer gettext (gettext-macros.patch). With this patch I am able to build texinfo on Fedora without ncurses-devel and zlib-devel installed. This fixes [YOCTO #1483] (From OE-Core rev: 4b395a9beb6c02f7b23266e7ee2ca3c08a9cbb70) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-extended/texinfo/texinfo_4.13a.bb
2011-10-17Remove help2man dependencyRichard Purdie
The help2man script is pretty useless to us. It requires to run the target binary to extract help information which is not possible for any of our cross compiled target binaries. We're not interested in man pages for -cross/-native tools. It therefore makes no sense to have this as a core build dependency. This patch removes the dependeny and replaces it with a script returning false. This will trigger autotool's missing utility to use the copy of the man page included with the sources which is what would already happen when we tried to run cross compiled binaries anyway. (From OE-Core rev: 288343e30604b944dc18fd82172febd314d9c520) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17zaurusd: fix a typo in MakefileNitin A Kamble
(From OE-Core rev: fcc7800834fda37df5a5c2bbd1da712ec8ff12b9) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17matchbox-wm-2: fix typo in MakefileNitin A Kamble
(From OE-Core rev: a708c42065eeeaabf97b97b530f63e4ef484bcf7) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14valgrind: supporting on Linux kernel 3.xLin Tong
The old valgrind package do not support for Linux kernel 3.x, only for kernel 2.4 and 2.6. Now adding the configuration to the configure.in file to support Linux kernel 3.0. This commit fixes the problem in valgrind [YOCTO #1129] (From OE-Core rev: 5fc1e6d27f52e2032aa7a8ca20bb90d939d03c77) Signed-off-by: Lin Tong <tong.lin@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Applied to Bernard's valgrind 3.6.0 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-14glib-2.0: explicitly disable dtrace and systemtap for native varaintJoshua Lock
This prevents systemtap and dtrace being picked up from the host as reported on the Yocto mailing list by Andre Haupt <andre@bitwigglers.org> (From OE-Core rev: 0d883b5df25635fbad45191d297cbdf78a6c1fe0) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-core/glib-2.0/glib.inc
2011-10-14python: fix CVE-2011-1015Joshua Lock
This patch adds a backported security fix from upstream for CVE-2011-1015 to address a vulnerability in the CGIHTTPServer module. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-14libpng: backport security fixesJoshua Lock
This patch includes various security fixes from upstream (though the patches were taken from Debian's packaging) to address the following CVE issues: libpng CVE-2011-2690 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-2690 libpng CVE-2011-2692 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-2692 libpng CVE-2011-2501 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-2501 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-14scripts/poky-qemu: fix libGL checks for recent Debian(ish) systemsJoshua Lock
On 64bit Debian(ish) systems libGL now lives in /usr/lib/x86_64-gnu/, add an extra test to the qemu script to check for libGL and libGLU in directories that match this pattern. Based on commits by Khem Raj (0350be945877b61eb8125663887fd7ed1c3923ab) and Anders Darander (1927021c78db1a92254785bbc257c00ed2dfcdba) in OE-Core. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-14qemu: modify search paths for libglAnders Darander
On e.g. Debian libql is found under /usr/lib/x86_64-linux-gnu/libGL.so. Use a wildcard to match different locations, as uname -i only return unknown on Debian. (From OE-Core rev: 32f74152dfe583f005c8654910b15cd7d0e3d421) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14Magic file path should be given for rpmbuildjani.uusi-rantala@nokia.com
Magic file path should be given for rpmbuild in _rpmfc_magic_path define so that build system default file is not used by accident. Not doing this caused many packages to fail building in several systems. Fixes [YOCTO #1358] Signed-off-by: Jani Uusi-Rantala <jani.uusi-rantala@nokia.com>
2011-10-14qemu: Poke more paths for presence of libglKhem Raj
On ubuntu 11.10 libGL is not in /usr/lib/`uname -i`-linux-gnu/ directory so we search this dir too. (From OE-Core rev: ced947e989dfbca8055fe57e14207cb6f1357430) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14python: add patch to fix cross compilation on host with linux-3.0Martin Jansa
(From OE-Core rev: 4b7e7b004dacb698ed637f35661a60d2402c00cd) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14rpm: fix fprint pointer issueQing He
[YOCTO #1030] (From OE-Core rev: bc4b86639a713c877dbe5e0f984873915d1578d4) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14documentation: Makefile corrections to support web server structureScott Rifenbark
The web server directory structure for the post 1.0 releases was changed. Also, the creation of a new 1.0 area in the web structure was retroactively created. this broke the five make files for publishing documents to the web. I fixed all five files so they now push to the 1.0 area only. The fix included hard-coding the 1.0 directory structure. I also set them up to be a little more generic. (From yocto-docs rev: d2cd8f1165b0cc995fc322a7d836de0902da7614) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-25README.hardware: update installation instructions for beagleboardbernard-5.0.1Darren Hart
o Add C4 specific instructions o Replace poky with core o Correct a kernel version typo o Clarify some language to avoid confusion encountered during testing Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Zhao Yi <yi.zhao@windriver.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Jeff Osier-mixon <jeffrey.osier-mixon@intel.com> Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-05-20u-boot: remove old SRCREV from poky-default-revisions.incSaul Wold
Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-19u-boot: update SRCREV to 2011.03Darren Hart
Fixes [YOCTO 1029] u-boot 2010.12 fails to run on the Beagleboard C4 and xM Rev A boards. Commit 55aacbc30e48f6f8a73fb989a58625e70887bc01 suggests there was a mixup during development, as the MD5SUM change is from the 2011.03 SRCREV back to the 2010.12. Chances are a patch was never sent to update the SRCREV, leaving the MD5SUM in a bad state. Update the SRCREV and COPYING MD5SUM to use the 2011.03 version. Built and tested on Beagleboard xM Rev A and Beagleboard Rev C4. (From OE-Core rev: 68d301e950c06eda8c8a73db1ed299c45dee7b9f) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Tested-by: Jeff Osier-Mixon <jefro@jefro.net> Cc: Jeff Osier-Mixon <jefro@jefro.net> Cc: Yi Zhao <yi.zhao@windriver.com> Cc: Robert Berger <pokylinux@reliableembeddedsystems.com> Cc: Gary Thomas <gary@mlbassoc.com> Merged Richard's removal of PR from PV Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-12poky.conf: Update DISTRO_VERSION to 1.0.1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-12distcc: Update SRC_URISaul Wold
Fixes [YOCTO #1032] The distcc source location moved from samba.org to googlecode.com (From OE-Core rev: eb85a7440e5b313ef550c60545d2dcd12d620c84) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10groff: update to 1.20.1Kang Kai
Update groff to 1.20.1, add SUMMARY and LICENSE info From OE 70bf94cd8669f549ca90581e9592d409b6e24e2e Fixes [Yocto 879] (From OE-Core rev: 6c5cbb73550639ec71cb9564883253dbe1c09f36) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10insane.bbclass: skip license checksum if LICENSE is "CLOSED"Otavio Salvador
(From OE-Core rev: 2d2d7710cc51c2656e89c3aec3f3fc0a5b65eb30) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10gnome-doc-utils: Add additional missing -nonet options to xsltprocScott Garman
I missed some instances of xsltproc when adding -nonet in my previous commit. This should take care of them all to fix the compilation errors. (From OE-Core rev: b232ad2c74c93f045006a6b03b2eff7f6103a865) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10rsync (GPLv2): fix security vulnerability CVE-2007-4091Dexuan Cui
Added a patch to fix http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-4091 [YOCTO #984] is partially fixed by this commit. (From OE-Core rev: 3670f110aacebdde118b79d31aa15156330418c6) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10u-boot: correct COPYING MD5SUMDarren Hart
(From OE-Core rev: d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10sanity.bbclass: Add cpio to list of required utilities tested forRichard Purdie
(From OE-Core rev: 4f4bac0a459fe238e105e96b2b59b6af88e639c4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-09gnu-config-native: add dependency on perl-nativeDexuan Cui
Fixes [YOCTO #968] (From OE-Core rev: 649a836a6a5c64aa48f2a612a90c2d4c26731e05) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06documentation/yocto-project-qs/Makefile: BUGID#_956 - fixed remote publish URLScott Rifenbark
Fixed the remote publish URL so that the HTML version of the manual will get pushed to the yoctoproject.org site automatically. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-05-06documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark
Fixed the remote publish URL used to push the HTML and PDF files to the website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-05-06documentation/kernel-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark
Fixed the URL used to publish the HTML and PDF docs to the yoctoproject.org server and website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-05-06documentation/bsp-guide/Makefile: BUGID#_956 - fixing publish processScott Rifenbark
Added the URL for the manual to the rcp publishing process. This is part of the fix for this bug. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-05-06documentation/adt-manual/Makefile: Updated publishScott Rifenbark
Updated the publish statement so that the HTML and PDF files will be published to the Yocto Project website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-05-06tar-1.17 (GPLv2) bugfixNitin A Kamble
This fixes bug [YOCTO #982] (From OE-Core rev: 9346961f863b2e0d6489615fa976b002553123de) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06python-pycairo: fix installation path of __init__.pyNitin A Kamble
This fixes Bug [YOCTO #477] (From OE-Core rev: 8f6436b25a96594d09c64c7ba20a045cb1f8d18a) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06avahi: Upgrade to 0.6.30 (from 0.6.28)Zhai Edwin
This upgrade fix the one security issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002 [YOCTO #975] fixed. This should be included in the Bernard point-release. (From OE-Core rev: b52e9922e8d9acaa9b94b0f19c54bdee18ae49f1) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06rxvt-unicode: upgrade to version 9.10Dongxiao Xu
Remove some patches since some logic doesn't exist in upstream. This upgrades fixes CVE: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0126 Also it fixes [Yocto #980] (From OE-Core rev: 6108c5962a717e1ece4aa7acb0f543f7d8e86a35) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06libexif: fix gettext inheritSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-06qemu-config: Enable for qemumips/qemuppcRichard Purdie
(From OE-Core rev: 7dbb204266a480435f78837aa1bded30fed96378) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06netbase: add /etc/network/interfaces file for qemumips & qemuppcPaul Eggleton
This fixes the network configuration for qemumips & qemuppc to match the other qemu* machines. (From OE-Core rev: cb181eb4dc2c20a70153f9d69d732978566ba4f7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06libxcb: fix for broken library link in the imageNitin A Kamble
log.do_package: NOTE: the following files were installed but not shipped in any package: NOTE: /usr/lib/libxcb-dri2.so.0 NOTE: /usr/lib/libxcb-dri2.so.0.0.0 NOTE: libxcb-dev contains dangling symlink to /usr/lib/libxcb-dri2.so.0.0.0 Then because of the dangling symlink, ldconfig fails at the time of rootfs creation of image. (From OE-Core rev: 917ac8c82a9e1e9df6029ecfa68e8f9ce2f8013c) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06librsvg 2.32.1: fix postinst scriptKoen Kooi
The symptom: root@pandaboard-core:~# sh /var/lib/opkg/info/librsvg-2-gtk.postinst g_module_open() failed for /home/root/--update-cache: /home/root/--update-cache.so: cannot open shared object file: No such file or directory root@pandaboard-core:~# the gdk-pixbuf-query-loaders app doesn't support arguments, only .so names, so remove --update-cache Also being fixed: * loader libdir * redirect output to /etc/gtk-2.0/gdk-pixbuf.loaders (From OE-Core rev: e726028424793093f22fd96f7eec791adf55f0ee) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-06gthumb: Add missing DEPENDS on gst-plugins-base as otherwise gstreamer isn't ↵Richard Purdie
enabled (From OE-Core rev: 75e2ced78f5164882f933787f9247e30da203613) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>