summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dhcp: upgrade to version 4.2.0Qing He2010-11-186-1/+1
| | | | | | from 4.1.1-P1 Signed-off-by: Qing He <qing.he@intel.com>
* dbus-glib: upgrade to version 0.88Qing He2010-11-183-0/+0
| | | | | | from 0.86 Signed-off-by: Qing He <qing.he@intel.com>
* dbus: upgrade to version 1.4.0Qing He2010-11-185-58/+1
| | | | | | | | | from 1.2.24 - fix-install-daemon is removed since two binaries can be handled correctly by Makefile Signed-off-by: Qing He <qing.he@intel.com>
* busybox: upgrade to version 1.17.3Qing He2010-11-1810-5/+12
| | | | | | | from 1.16.2 update license info: add checksum and change gplv2+ to gplv2 Signed-off-by: Qing He <qing.he@intel.com>
* syslinux: upgrade to version 4.03Qing He2010-11-182-2/+7
| | | | | | | from 3.86 rebased the patch Signed-off-by: Qing He <qing.he@intel.com>
* libtasn1: upgrade to version 2.8Qing He2010-11-181-1/+1
| | | | | | from 2.7 Signed-off-by: Qing He <qing.he@intel.com>
* libnl: upgrade to version 2.0Qing He2010-11-183-29/+5
| | | | | | | from 1.1 removed outdated patches Signed-off-by: Qing He <qing.he@intel.com>
* taglib: fix SRC_URISaul Wold2010-11-181-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* taglib: Change upstream location due to failing fetchSaul Wold2010-11-181-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-libc-headers: upgrade from 2.6.34 to 2.6.36Nitin A Kamble2010-11-183-75/+2
| | | | | | | | | | | The upstream code has changed, and it does not need these fixes anymore. Removed these patches: hayes-gone.patch ppc_glibc_build_fix.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libtool upgrade from 2.2.10 to 2.4Nitin A Kamble2010-11-188-46/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking out of this code from patch as the newer upstream code has fix, and this patch is not needed. cross-compile.patch: -Index: libtool-2.2.10/libltdl/config/ltmain.m4sh +Index: libtool-2.4/libltdl/config/ltmain.m4sh =================================================================== ---- libtool-2.2.10.orig/libltdl/config/ltmain.m4sh -+++ libtool-2.2.10/libltdl/config/ltmain.m4sh -@@ -5147,8 +5147,14 @@ func_mode_link () - absdir="$abs_ladir" - libdir="$abs_ladir" - else -- dir="$libdir" -- absdir="$libdir" -+ # Adding 'libdir' from the .la file to our library search paths -+ # breaks crosscompilation horribly. We cheat here and don't add -+ # it, instead adding the path where we found the .la. -CL -+ dir="$abs_ladir" -+ absdir="$abs_ladir" -+ libdir="$abs_ladir" -+ #dir="$libdir" -+ #absdir="$libdir" - fi - test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes - else Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* poky-default.inc: update gcc & linux-libc-headers versionsNitin A Kamble2010-11-181-3/+3
| | | | | | | | | | This would avoid warnings like these: NOTE: preferred version 4.5.0 of gcc-runtime not available libgcc-dev) NOTE: preferred version 2.6.34 of linux-libc-headers not available item linux-libc-headers-dev) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* gcc: upgrade from 4.5.0 to 4.5.1Nitin A Kamble2010-11-1868-138/+9
| | | | | | | | | | | | Removed these patches which are not needed anymore. gcc-4.5.0_to_svn_162697.patch.bz2 : All the commits in this patch is part of the 4.5.1 branch. So moving to 4.5.1 makes this patch obsolete gcc_revert_base_version_to_4.5.0.patch: moving to 4.5.1 removes need of this patch gcc-pr43698-arm-rev-instr.patch: upstream has this fix. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* task-poky-sdk: add tcl package in the sdk imageNitin A Kamble2010-11-181-2/+3
| | | | | | poky-image-sdk target does not build tcl package. This commit fixes it. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* clutter-gtk-1.0: Fix build issues for world buildSaul Wold2010-11-183-4/+25
| | | | | | | | Added a patch to enable GTK_WIDGET macros properly Added LIC_FILES_CHKSUM Fixed up LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-gst: Fix the configure patch & add LIC_FILE_CHKSUMSaul Wold2010-11-182-6/+9
| | | | | | | | Fixed the acinclude.m4 patch for the py_prefix to correct a host contamination check Added LIC_FILE_CHKSUM for COPYING LICENSE Update Signed-off-by: Saul Wold <sgw@linux.intel.com>
* .gitignore: update for new bsp-guide locationSaul Wold2010-11-181-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* web_svn: make it buildable for world buildSaul Wold2010-11-182-4/+14
| | | | | | | | | | libowl was missing from the link library list There where patches being pulled in from the SVN trunk that confused quilt, so we remove the patches directory before doing the patching Added LIC_FILES_CHKSUM Updated LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
* subversion: Fix host contaminationSaul Wold2010-11-181-1/+4
| | | | | | | The with-sasl check was looking into /usr/local, so a prepend_configure was added to modify the /usr/local to ${STAGING_DIR} in build/ac-macros/sasl.m4 Signed-off-by: Saul Wold <sgw@linux.intel.com>
* telepathy: Update telepathy-glib and telepathy-idle for world buildSaul Wold2010-11-182-3/+7
| | | | | | | | Updated telepathy-glib to 0.9.2 Updated telepathy-idle to 0.1.2 Added LIC_FILES_CHKSUM and corrected LICENSE metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libsndfile: Upgrade to 1.0.23Saul Wold2010-11-183-3/+5
| | | | | | Renamed and moved to recipes-multimedia Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro_tracking_fields.inc: remove some packages information from itMei Lei2010-11-181-574/+7
| | | | | | | | | | This commit fix [BUGID #514] Some packages were removed from the world, but their information also exist in the distro_tracking_fields.inc. [sgw@linux.intel.com: merged with head] Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking: update distro tracking fileds for bluez4, neon, etc.Dongxiao Xu2010-11-181-36/+38
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libmusicbrainz: Upgraded to version 3.0.3Dongxiao Xu2010-11-182-2/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* taglib: Upgraded to version 1.6.3Dongxiao Xu2010-11-183-2/+6
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* glib-2.0: Upgraded to version 2.27.3Dongxiao Xu2010-11-186-57/+26
| | | | | | | | | | Remove gatomic-proper-pointer-get-cast.patch since the logic is already in latest upstream. Rebase other patches to fit the latest code. [sgw@linux.intel.com: Fixed LIC_FILES_CHKSUM] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* valgrind: Upgraded to version 3.6.0Dongxiao Xu2010-11-184-2/+1
| | | | | | | Remove valgrind_3.5.0-svn_r11264.patch.bz2 which replaces version 3.5.0 to r11264. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* tremor: Upgraded to rev 17572 (2010/10/27)Dongxiao Xu2010-11-181-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libproxy: Upgraded to version 0.4.6Dongxiao Xu2010-11-182-20/+2
| | | | | | | Remove the disable_Os_option.patch since the latest code doesn't use Os option. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libical: Upgraded to version 0.46Dongxiao Xu2010-11-181-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* kexec_tools: Upgraded to version 2.0.2Dongxiao Xu2010-11-183-54/+2
| | | | | | Remove the patch since the fix is already in latest upstream. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* quota: Upgraded to version 4.00-pre1Dongxiao Xu2010-11-181-1/+1
| | | | | | [sgw@linux.intel.com: Fixed LIC_FILES_CHKSUM] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libvorbis: Upgraded to version 1.3.2Dongxiao Xu2010-11-181-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libogg: Upgrade to version 1.2.1Dongxiao Xu2010-11-181-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* neon: Upgraded to version 0.29.5Dongxiao Xu2010-11-182-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* bluez4: Upgraded to version 4.79.Dongxiao Xu2010-11-185-0/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro tracking: update the info for upgrade recpiesYu Ke2010-11-181-21/+21
| | | | | | | | | | | | | | | | they are: xmodmap cracklib xf86-input-evdev xf86-input-mouse xf86-video-vmware sqlite3 xf86-input-vmmouse xwininfo xset xauth Signed-off-by: Yu Ke <ke.yu@intel.com>
* cracklib: upgrade from 2.8.16 to 2.8.18Yu Ke2010-11-181-0/+0
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* linux-wrs: rename to linux-yoctoBruce Ashfield2010-11-1810-56/+57
| | | | | | | | | | | | | | | | | | The existing preferred yocto kernel wasn't named appropriately and needs to be updated. In keeping the changes small and isolated, this commit simply renames the recipe and some internal variables. Future commits will refactor the code into more usable blocks. Now that linuy-wrs has been renamed linux-yocto, we need to rename and update an board configurations and append files. Now that linux-wrs has been renamed linux-yocto, we need to update the SRCREVs to have the new name. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* eglibc: rebase a nativesdk patch to the newer codeNitin A Kamble2010-11-182-9/+9
| | | | | | | | | After the eglibc svn commit bumping, this nativesdk recipe's patch is failing. This commit rebases it to the newer code. and bump PR. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* siggen.py: fix comparison around runtaskdepsKevin Tian2010-11-151-2/+2
| | | | | | | | | two dep lists should be sorted before the comparison, or else it just causes false-positive confusion. Also fix 'taskdeps' to 'runtaskdeps' when printing out the difference. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* Poky Reference Manual: General edits up to the "Debugging with GDB ↵Scott Rifenbark2010-11-151-245/+274
| | | | | | Remotely" section. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: Added a glossary definition for BBPATH.Scott Rifenbark2010-11-151-1/+6
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: Task wording made consistentScott Rifenbark2010-11-151-3/+3
| | | | | | | | I am using "xxxxxx" task as the way to call out a specific task in the text. Previously a mix of <function>xxxxxx</function> and the "xxxxxx" methods were being used. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: General edits for English.Scott Rifenbark2010-11-151-95/+95
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: Removed the bsp.xml file.Scott Rifenbark2010-11-151-469/+0
| | | | | | | | | Because I am single-sourcing the bsp.xml file that is used both as chapter 4 in the Poky Reference Manual and as the singe file in the BSP Guide I removed the bsp.xml file that was local to the poky-ref-manual folder. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* BSP Guide and BSP Chapter in Poky Reference Manual: Changed wordingScott Rifenbark2010-11-151-1/+2
| | | | | | | | I created wording in the second paragraph of this file so that it can fit both the context of the BSP Guide and the BSP chapter of the Poky Reference Manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: Changed source location of the bsp.xml fileScott Rifenbark2010-11-151-1/+1
| | | | | | | | | | Because BSP chapter (bsp.xml) is identical to the single file used in the BSP Guide (also bsp.xml but in the bsp-guide folder) I have decided to change where the Poky Reference Manual get the bsp.xml file. This commit causes it to get the file from the bsp-guide folder instead of an identical but separate bsp.xml file local to the poky-ref-manual folder. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* Poky Reference Manual: Fixed list tag.Scott Rifenbark2010-11-151-1/+1
| | | | | | | | There was a mis-matched list element in an ordered list near the end of the chapter. I had an <orderedlist> tag matched with an </itemizedlist> tag preventing the make. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* BSP Guide: Fixed tag mis-match.Scott Rifenbark2010-11-151-1/+1
| | | | | | | There was a errant tag mis-match where I had used <orderedlist> and ended it with </itemizedlist>. This was preventing the make. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>