summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-04-18gupnp: upgrade to version 0.16.0Dongxiao Xu1
Remove introspection.patch since it is already in upsteram. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gssdp: upgrade to version 0.10.0Dongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18telepathy-mission-control: upgrade to version 5.7.9Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18telepathy-idle: upgrade to version 0.1.8Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18telepathy-glib: upgrade to version 0.14.3Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18alsa-lib: upgrade to version 1.0.24.1Dongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18ofono: upgrade to version 0.45Dongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gst-plugins-ugly: upgrade to version 0.10.17Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gst-plugins-bad: upgrade to version 0.10.21Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gst-plugins-good: upgrade to version 0.10.28Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gst-plugins-base: upgrade to version 0.10.32Dongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gstreamer: upgrade to vesion 0.10.32Dongxiao Xu5
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-12gst-plugins-good: add dependency on libsoup-2.4Saul Wold1
When souphttpsrc was added to gst-meta-base, the corresponding dependency on libsoup was not added to gst-plugins-good, this resolves that. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-12README.hardware: automate boot process for router station proDarren Hart1
Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-12qt4-x11-free: add virtual/libgl for opengl dependencySaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-12clutter-1.6: fix SRC_URI[md5sum]Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-12eglibc-package.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs ↵Xiaofeng Yan1
and eglibc-charmps to variable PACKAGE The purpose of adding the above variables it to make it easier to install them into a lsb-image. By having 4 collections of packages they will not fill the task-poky-lsb.bb file. eglibc-binaries include packages "eglibc-binary-*" eglibc-localedatas include packages "eglibc-localedata-*" eglibc-gconvs include packages "eglibc-gconv-*" eglibc-charmaps include packages "eglibc-charmap-*" [sgw: edited summary and description] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-12Allow JFFS2 image options to be overriddenGary Thomas1
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-12autotools: Pass --disable-silent-rules to configureColin Walters1
Non-verbose logs are really annoying when trying to debug a build failure. A lot of projects are copying in the flag to use AM_SILENT_RULES which automake gained recently. We need to undo this. We'll get a warning from configure if it's not recognized, but that's fine. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-11ncurses: Remove unwanted package config from previous .inc mergeRichard Purdie2
This fixes various build warnings and failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-10external-python-tarball: Drop FAKEROOT usage in favour of explicit options ↵Richard Purdie1
to tar Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-10bitbake.conf: Drop FAKEROOT variable since its replaced with FAKEROOTENVRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-08bitbake.conf: fix PACKAGE_ARCH[vardepsexclude]Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08keymaps: Fix MACHINE -> MACHINE_ARCHSaul Wold1
Fixes [YOCTO #960] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08ncurses: Update to 5.9Tom Rini5
The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch to sync with upstream work-in-progress. We skip over the 5.8 release and move to 5.9. Also, we move most of the contents of the main recipe into the previously unused ncurses.inc file. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-08Update trace-cmd and kernelshark distro_trackingDarren Hart1
Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08Update distro-tracking-fields.inc for recent qt4 changesPaul Eggleton1
* Add qt4-embedded and qt4-tools-native * Latest version is 4.7.2 * Move all qt4 definitions to the same place Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-08lsb: fix lic_files_chksumSaul Wold1
Fixes [YOCTO #961] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08distro tracking updateSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08liburi-perl: update to 1.58Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08chkconfig: Update to 1.3.51Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08mc: update to version 4.7.5.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08gthumb: update to 2.12.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08qmmp: update to version 0.5.0Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08directfb: Update to 1.4.12Saul Wold6
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08createrepo: Update to 0.9.9Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08sstate: ensure an ordered mapping between SSTATETASKS and SSTATETASKNAMESDexuan Cui1
Fix [YOCTO #964] A recent commit 25a6e5f9(sstate: use only unique set of SSTATETASK) breaks the ordered mapping between SSTATETASKS and SSTATETASKNAMES. As a result, in sstate_cleanall, the line taskname = tasks[namemap.index(name)] gets an incorrect result, and "bitbake -c cleanall" doesn't really remove the files populalted by do_populate_sysroot. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-06qt4: security advisory - blacklist fraudulent comodo certificatesDenys Dmytriyenko7
Security advisory: Blacklist fraudulent certificates. More info is in the patch and at the following links: http://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html http://qt.nokia.com/files/qt-patches/blacklist-fraudulent-comodo-certificates-patch.diff/view (Imported from OE rev 61eeeec1224c4f974f9185c2b93eeb19d13938af) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-06qt4: replace 4.7.1 with version 4.7.2Paul Eggleton10
Qt 4.7.2 is a bugfix release for the 4.7 series - more details here: http://qt.nokia.com/developer/changes/changes-4.7.2/ This was prompted by the equivalent change in OE, however the change was redone by hand. There are no changes to the recipes themselves other than updating SRC_URI checksums and resetting PR. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-06documentation/yocto-project-qs/Makefile: Updated Makefile to include PDF in tarScott Rifenbark1
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarballScott Rifenbark1
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-bitbake.xml: style tags updatedScott Rifenbark1
I got rid of the <filename class='directory'...> and <filename class='extension'...> and replaced with simple <filename>/</filename> pairs. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-bitbake.xml: BitBake parsing section updateScott Rifenbark1
In section B.1 (Parsing) it said that BBFILES variable by default specified the direcotyr 'meta/packages/' as the place to look for .bb files. This directory is invalid and needed to be changed to 'meta/packages/'. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-variables.xml: added SSTATE_DIR variableScott Rifenbark1
Due to some changes in the file structure for 1.0 there is a new directory for the shared state. The variable SSTATE_DIR can be used to point to the directory. I added this variable to the list of documented variables. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-structure.xml: Edits for Rel 1.0Scott Rifenbark1
These edits reflect changes in the directory structure from the 0.9 version of the software to the 1.0 version. This set of changes still is missing a few items. Changes were based on Saul Wold's input. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-classes.xml: tag updatesScott Rifenbark1
Removed the various styles for commands and such and replaced with simple <filename>/</filename> pairs. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-classes.xml: re-write of autotooled packagesScott Rifenbark1
Section C.2 (Autotooled Packages) was re-written. I removed a bunch of <variable> tags and replaced them with <filename>. Also removed some Britishisms. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-classes.xml: Fix to <filename> tagScott Rifenbark1
Had to fix the <variable> tag by replacing it with <filename>. Previous commit didn't work so this is fixing it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06document/poky-ref-manual/ref-classes.xml: removed <function> tagScott Rifenbark1
I got rid of the <function> tag and replaced with <filename>. We have too many styles. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-bitbake.xml: type fixedScott Rifenbark1
Section B.4 (The Task List) had the typo "taksks". Changed to "tasks." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>