aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2011-04-20Rename poky-init-build-env to oe-init-build-envRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20initscripts: Drop outdated machine specific filesRichard Purdie
2011-04-20clutter-1.6: update to 1.6.14Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-19clutter-1.6: drop no longer required patchJoshua Lock
The test-conformance-fix.patch is no longer required for clutter-1.6 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-19json-glib: new recipe required by clutterJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-19linux-yocto-stable: Update repository urlRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-19kernel: Remove debug statementsDarren Hart
A stray echo and du command from my development of the following patch remain in kernel.bbclass. Remove them. commit 3b49416fc7a7ee9bfe722f2e6089aa18df41dc58 Author: Darren Hart <dvhart@linux.intel.com> Date: Tue Mar 8 17:09:10 2011 -0800 kernel/bbclass: rework kernel and module classes to allow for building out-of-tree modules Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-19kernel: Copy over bzImage to sysroots during installDarren Hart
Fixes [Yocto #987] The following commit introduced a build failure: Commit 3b49416fc7a7ee9bfe722f2e6089aa18df41dc58 Author: Darren Hart <dvhart@linux.intel.com> Date: Tue Mar 8 17:09:10 2011 -0800 kernel/bbclass: rework kernel and module classes to allow for building out-of-tree modules Resulting in: | install: cannot stat `/usr/local/test/intel-bsp/build/tmp/sysroots/n450/kernel/bzImage': No such file or directory | ERROR: Function 'build_boot_bin' failed (see /usr/local/test/intel-bsp/build/tmp/work/core2-poky-linux/poky-image-minimal-live-1.0-r0/temp/log.do_bootimg.1106 for further information) The bzImage file was not being copied to sysroot, correct that. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18psmisc: Upgrade from 22.2 to 22.13Mei Lei
Modify the libintl-link.patch because the upstream removed old fuser in 22.7 Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-18e2fsprogs: Upgrade from 1.41.12 to 1.41.14Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-18libidn: upgrade from 1.19 to 1.20Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-18distro tracking: reassign Kevin's recipeYu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18mesa: cleanup and remove the old version 7.5, 7.7 and 7.8.2Yu Ke
- mesa 7.8.2 is kept to have a version without GPLv3 talloc. now 7.10.2 has removed the talloc, 7.8.2 can be removed safely. - mesa 7.5 and 7.7 is a legacy recips from original poky, also can removed. - mesa-dri-glsl-native_7.8.2 is a dependecy recipe only used by mesa 7.8.2, should also be removed along with mesa 7.8.2 - aslo update the patch upstream status Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18mesa 7.10.2: add python-native dependencyYu Ke
As Tom point out, mesa 7.10 has introduce some python script (e.g. src/mesa/main/es_generator.py), so should add python-native dependency Signed-off-by: Yu Ke <ke.yu@intel.com> CC: Tom Rini <tom_rini@mentor.com>
2011-04-18python-dir.bbclass: define default PYTHON_BASEVERSIONMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-18x11vnc: fix SRC_URIKoen Kooi
The download structure got changed at some point and made this recipe unfetchable Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18jpeg: add link libjpeg.so.62 for LSB library testKang Kai
LSB test just test whether libjpeg.so.62 exists, and no more use of it. So just make link to pass library check. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18slang: Update to 2.2.4Saul Wold
- Removed fix-uclibc.patch as it's no longer required by the upstream - Removed requirment for png as we only need limited support for slang - fix license - disable Parallel Make Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18netbase: add /etc/network/interfaces file for qemumips & qemuppcPaul Eggleton
This fixes the network configuration for qemumips & qemuppc to match the other qemu* machines. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-18netbase: automatically bring up eth0Paul Eggleton
This avoids manual configuration for those machines that do not override the default /etc/network/interfaces file. Fixes [YOCTO #875] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-18rsync: upgrade to version 3.0.8Qing He
[YOCTO #983] from 3.0.7 fixes CVE-2011-1097 Signed-off-by: Qing He <qing.he@intel.com>
2011-04-18openssl: upgrade to version 0.9.8rQing He
[YOCTO #979] from 0.9.8p fixes CVE-2010-4180, CVE-2010-4252, CVE-2010-0014 Signed-off-by: Qing He <qing.he@intel.com>
2011-04-18libxml2: upgrade to version 2.7.8Qing He
[YOCTO #978] from 2.7.7 fixes CVE-2010-4008 Signed-off-by: Qing He <qing.he@intel.com>
2011-04-18libexif: upgrade to 0.6.20Qing He
[YOCTO #977] fixes CVE-2007-6351, CVE-2007-6352, CVE-2009-3895 Signed-off-by: Qing He <qing.he@intel.com>
2011-04-18poky-lsb: Add "largefile" feature for LSB distro.Jingdong Lu
Add "largefile" feature for LSB distro. Fixes [YOCTO #794] Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-04-18gcc: Add "--enable-clocale=gnu" option for LSB.Jingdong Lu
Add "--enable-clocale=gun" option for gcc configuration explicitly for LSB distro in order to make sure C++ library can use correct locale module. Fixes [YOCTO #796] Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-04-18task-poky-lsb.bb:Add locale resoures which is needed by LSB Test SuiteXiaofeng Yan
Owning to absent locale resources in lsb-image, I add them to task-poky-lsb.bb Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-04-18qemu: Fix the qemu GL application start failure.Zhai Edwin
Some turn-on macro/variable are re-arranged, buffer pointer is extended to support 32/64b combination of target/host. [YOCTO #688] fixed. [sgw: tweaked Upstream-Status format] Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18pango: upgrade from 1.28.3 to 1.28.4Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18xf86-input-mouse: upgrade from 1.6 to 1.7Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18mesa: upgrade to 7.10.2Yu Ke
- also remove the talloc-removal.patch because it is already included in this version Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18libdrm: upgrade from 2.4.23 to 2.4.25Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18libnewt: fix parallel-make issueDexuan Cui
Add patch to remove hardcoded /usr/include/slang Fixes [YOCTO #947] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18clutter-1.6: fix tarball md5sum and add json-glib to dependenciesJoshua Lock
* As of Clutter 1.5.2 the project no longer ships an internal version of json-glib so we must explicitly add it to the DEPENDS. * Fix the SRC_URI[md5sum] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-18xkbcomp: upgrade from 1.2.0 to 1.2.1Yu Ke
- Also remove the cross compiling patch, since it is already included in 1.2.1 release Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18evieext: upgrade from 1.1.0 to 1.1.1Yu Ke
- also change license checksum, the license is still MIT-X, but corp name is changed from SUN to Oracle [sgw: merged perferred-xorg-versions.inc] Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18xf86-input-vmmouse: upgrade from 12.6.10 to 12.7.0Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18xf86-input-synaptics: upgrade from 1.3.0 to 1.4.0Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18distro_tracking_fields.inc: update the info for the following recipesDexuan Cui
oprofileui tcf-agent libxt libxi fixesproto xproto gnome-doc-utils pixman xextproto libpciaccess cronie Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, ↵Dexuan Cui
xextproto and libpciaccess Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18cronie: upgrade from 1.4.6 to the latest version 1.4.7Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1Dexuan Cui
Upgrade LIC_FILES_CHKSUM due to the only change in the new COPYING: -Copyright 2007, 2008, 2009 Sun Microsystems, Inc. +Copyright (c) 2007, 2008, 2009, Oracle and/or its affiliates. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18xextproto: upgrade from 7.1.2 to the latest version 7.2.0Dexuan Cui
Add --enable-specs=no. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18gnome-doc-utils: upgrade from 0.20.4 to the latest version 0.20.5Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18xproto: upgrade from 7.0.20 to the latest version 7.0.21Dexuan Cui
Update LIC_FILES_CHKSUM as the new COPYING added "Copyright years" and added a new section of MIT-style license. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18fixesproto: upgrade from 4.1.2 to the latest version 5.0Dexuan Cui
Update LIC_FILES_CHKSUM as both the files added a new line +Copyright 2010 Red Hat, Inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18libxi: upgrade from 1.4.0 to the latest version 1.4.2Dexuan Cui
Add --enable-specs=no to disable spec generation to work around the issue: SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host Apr 11, 2011 4:06:18 PM org.apache.fop.fo.properties.CommonBorderPaddingBackground <init> SEVERE: Background image not available: http://docbook.sourceforge.net/release/images/draft.png Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18libxt: update from 1.0.9 to the latest version 1.1.1Dexuan Cui
Update LIC_FILES_CHKSUM due to the only change to COPYING. -Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18oprofileui: upgrade to latest git versionDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>