summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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>
2011-04-06documentation/poky-ref-manual/ref-bitbake.xml: Grammar fixScott Rifenbark1
Section B.2 (Preferences and Providers) had a grammar error. It said "An common example is..." I fixed it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-bitbake.xml: removed 'varname' styleScott Rifenbark1
I replaced varname style with filename style. Looks better. We have too many styles. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/ref-structure.xml: bitbake section updatedScott Rifenbark1
Section A.1.1 (bitbake/) contained two URLs. One supposedly went to a BitBake site and the other to the BitBake online manual. In reality, they both went to the online manual. I removed the one referencing the site. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/development.xml: OProfileUI section updatedScott Rifenbark1
Section 5.3.2 (Using OProfileUI) was out of date. Several of the URLs would not resolve. They were pointing to openedhand links that had not been maintained. I updated the entire section. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/poky-ref-manual/development.xml: Corrected command syntaxScott Rifenbark1
In section 5.2.2. (Building the Cross-GDB Package) there was a resulting directory listed where you could find the binary. The directory had a couple of variables for 'host-arch' and 'target-abi'. There was a mis-guided angle bracket wrapping the 'host-arch' variable. This was fixed. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/adt-manual/Makefile: Added PDF file to the tarballScott Rifenbark1
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06elfutils: remove unused variables to fix compilation with GCC 4.6Joshua Lock2
Unused variables trigger a warning in GCC 4.6 which are caught by -Werror as used in the elfutils makefiles and therefore the build fails. This patch adds some consolidated fixes from upstream to remove the unused variables, they will no longer be required as of elfutils 0.152 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-06desktop-file-utils: Add SRC_URI checksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-06distrodata.bbclass: Merge the get_pkg_info.log into checkpkg.csvMei Lei1
For easy view the check package result, merge the two files into checkpkg.csv, after that, the package report system will use checkpkg.csv instead of get_pkg_info.log. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-06documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-inScott Rifenbark1
Updated the URL that points to the Yocto Eclipse Plug-in to http://www.yoctoproject.org/downloads/eclipse-plugin/1.0. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06LSB_Setup.sh: Add function to install all test packagesXiaofeng Yan1
Add function to install all of lsb test suite packages instead of installing parts of test packages Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-04-06gst-meta-base: Support http/https remote streamsDongxiao Xu1
Add libgstsouphttpsrc library to support remote stream playing via http/https protocols. This solves the mp4 playing issue by regel from mediatomb file server. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-06xdg-utils: add xdg-utils to pass the lsb testKang Kai1
xdg-utils provides xdg-* scripts to pass the LSB 4.1 command check Import from OE and add DESCRIPTION, PR and LIC_FILES_CHKSUM. (From OE rev: 44985d56bc556786812a0a02d6219afd31a7381d) Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-04-05image.bbclass: Disable ldconfig-native when using uclibcRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-05native, nativesdk, crosssdk: reset TARGET_FPUIlya Yanok3
When building one of the native, nativesdk or crosssdk packages TARGET_* variables' values are no longer related to the target we set via MACHINE variable, they are now related to the BUILD (native) or SDK (nativesdk, crosssdk) targets instead. We need to change TARGET_FPU variable accordingly or some of the recipes (the ones that check for TARGET_FPU value, most notably gcc and eglibc) might be confused. It's probably cleaner not to reset TARGET_FPU but to change it to something like ${BUILD_FPU} (for native) or ${SDK_FPU} (for crosssdk and nativesdk) but as long as BUILD and SDK are x86 it's safe to just reset TARGET_FPU. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04ldconfig-native-2.12.1: newer recipe with eglibc sourcesNitin A Kamble10
This fixes [YOCTO #780] Handle the input/output data with different endian-ness correctly Also fix the definition of LD_SO for cross environment And remove the older 2.5 version of ldconfig-native recipe Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-04libxcb: fix for broken library link in the imageNitin A Kamble4
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. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-04image.bbclass: make execution ldconfig verboseNitin A Kamble1
The failure of ldconfig was not getting logged anywhere before. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-04xproto: Fix configure commandline option whitespaceRichard Purdie1
Thanks to Martin Jansa for reporting. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04docbook-dsssl-stylesheets-native: run install-catalog only during ↵Scott Garman1
do_populate_sysroot Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04openjade-native: run install-catalog only during do_populate_sysrootScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04docbook-sgml-dtd-native.inc: run install-catalog only during do_populate_sysrootScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04Revert "elfutils: fix builds with gcc 4.6"Richard Purdie1
This change does not work with previous versions of gcc. This reverts commit a02eb31697cd977f3587f42bb09b8a9ebcca7a4b.
2011-04-04qemu-nativesdk: fix do_configureIlya Yanok1
qemu 0.14 does not need --cross-prefix switch as it uses CC environment variables (and friends) which contains the cross prefix already. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>