summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-01-02dtc: add patch to remove -Os for PPCSaul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02xserver-kdrive: add DEPENDS for libdrmSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02mutter: Add COMPATIBLE_MACHINE list to prevent PPC buildSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world buildSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02linux-yocto: update to 2.6.37-rc8Bruce Ashfield1
Updating the board SRCREVs to 2.6.37-rc8. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-02lzo: upgrade to version 2.04Qing He4
from 2.03 lzo: fix LIC_FILES_CHKSUM Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02ncurses: upgrade to version 5.7Qing He6
from 5.4 Largely based on the recipe from OpenEmbedded project ncurses: fix LIC_FILES_CHKSUM Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02gcc-4.5.1: make c++ include path relative to "--sysroot"Kevin Tian13
So far c++ include path is not relative to "--sysroot", which brings trouble if we want to use the toolchain in a new environment where the original build directory generating that toolchain is not available. It's firstly exposed in multiple SDK sysroots support, and then in the case when sstate packages are used, where c++ standard headers are missing because gcc tries to search original build dir. This patch makes c++ include path now relative to "--sysroot", and then once "--sysroot" is assigned correctly in new environment, c++ include paths can be searched as expected. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2011-01-02qemuimagetest: Add basic function check for connmanJiajun Xu17
Add one case for connman sanity test. We check if connmand is running in background after booting and if there is always one connmand process running even connmand is executed by several times. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-02qemuimagetest: Add basic function check for gcc/g++/make command in targetJiajun Xu7
Add one case for compile tools sanity test in target, including gcc/g++/make. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-02qemuimagetest: Add basic function check for rpm commandJiajun Xu17
Add one case for rpm query sanity test. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-02qemuimagetest: Add basic function check for zypper commandJiajun Xu18
Add two cases for zypper sanity test. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-02augeas: upgrade to version 0.7.4Qing He2
from 0.7.3 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-02gnutls: upgrade to version 2.10.4Qing He4
from 2.8.6 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-02libtasn1: upgrade to version 2.9Qing He1
from 2.8 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-02parted: upgrade to version 2.3Qing He3
from 1.9.0 license checksum is changed due to one extra line in the COPYING Signed-off-by: Qing He <qing.he@intel.com>
2011-01-02distro_tracking_fields.inc: add fields for sysprofTom Zanussi1
Add distro tracking fields for sysprof recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-02distro_tracking_fields.inc: add fields for blktraceTom Zanussi1
Add distro tracking fields for blktrace recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-31man-pages: fixup LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-31base.bbclass: Add error message for base_do_unpack failuresRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-31unfs-server: Fix PV issuesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-31When shutting down, send SIGTERM, not SIGINTChris Larson1
SIGINT should be from the user, not a script. It also doesn't work as reliably to shut down processes, as it's not always interpreted as a termination request. In addition, it causes KeyboardInterrupt exceptions in the worker processes, which can interfere with our exception handling. (Bitbake rev: e5f6e0e9de4c6d1dfdd269d2bf7f83c00c415a27) Signed-off-by: Chris Larson <clarson@kergoth.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-31python-pygobject: Fix DEPENDS and RDEPENDS for native recipeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-31gtk+: Fix BASE_RECOMMENDS, it doesn't need a PN suffixRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-31base.bbclass: Correct bb.debug parametersRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-31classes: Drop Handled/NotHandled eventhandler keywords, they don't do anythingRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-30bitbake.conf: Set a default hash policy globally, not just in the poky ↵Richard Purdie2
distro config Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-30patch.bbclass: Move vardepsexclude flag to be along side the function using ↵Richard Purdie2
the variable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-30distro_tracking: update pulseaudio, ofono, netbase, etc.Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30connman-gnome: update service nameDongxiao Xu2
Since connman-0.64, the D-BUS service name changed from "org.moblin.connman" domain to the "net.connman" one. Thus change connman-gnome accordingly. This fixes [BUGID #619]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30connman: upgrade to version 0.65Dongxiao Xu4
upgrade from 0.64 to 0.65 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30tremor: upgrade to rev 17636Dongxiao Xu1
upgrade from 17572 to 17636 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30linux-firmware: upgrade to rev 40c0f950be7040614dc45df54e25e54d00e3b73bDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30libogg: upgrade to version 1.2.2Dongxiao Xu1
upgrade from 1.2.1 to 1.2.2 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-mission-control: upgrade to version 5.7.1Dongxiao Xu1
upgrade from 5.7.0 to 5.7.1 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30glib-2.0: upgrade to version 2.27.5Dongxiao Xu4
upgrade from 2.27.3 to 2.27.5 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30dpkg: upgrade to version 1.15.8.7Dongxiao Xu1
upgrade from 1.15.8.5 to 1.15.8.7 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-python: upgrade to version 0.15.19Dongxiao Xu1
upgrade from 0.15.18 to 0.15.19 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-idle: upgrade to version 0.1.7Dongxiao Xu1
upgrade from 0.1.6 to 0.1.7 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30telepathy-glib: upgrade to version 0.13.6Dongxiao Xu1
upgrade from 0.13.5 to 0.13.6 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30gst-plugins-good: upgrade to version 0.10.26Dongxiao Xu1
upgrade from 0.10.25 to 0.10.26 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30gst-plugins-base: upgrade to version 0.10.31Dongxiao Xu3
upgrade from 0.10.30 to 0.10.31 Remove make-382.patch since the fix is already in upstream Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30gstreamer: upgrade to version 0.10.31Dongxiao Xu6
upgrade from 0.10.30. Remove make-382.patch since the fix is already in upstream. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30bluez4: upgrade to version 4.82Dongxiao Xu5
upgrade from 4.79 to 4.82. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30netbase: upgrade to version 4.44Dongxiao Xu19
upgrade from 0.43 to 0.44 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30ofono: upgrade to version 0.37Dongxiao Xu2
upgrade from 0.33 to 0.37 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30pulseaudio: upgrade to version 0.9.22Dongxiao Xu9
upgrade from 0.9.21 to 0.9.22 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-30distro tracking updatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-30man-pages: update to 3.32Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-30gthumb: update to 2.12.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>