summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include/poky-default-revisions.inc
Commit message (Collapse)AuthorAgeFilesLines
* kern-tools: add BSP bootstrap supportBruce Ashfield2010-09-301-1/+1
| | | | | | | | | Part of [BUGID #373] Update the default revisions for kern_tools to pull in the updates required to support BSP bootstrapping. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemuarm: remove NFS_ROOT overrideBruce Ashfield2010-09-221-1/+1
| | | | | | | | | During the debug of disk booting on the qemuarm target, the NFS_ROOT default settings were incorrectly overriden. This removes the overide and allows the default / global settings to be processed. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-wrs: update SRCREVsBruce Ashfield2010-09-211-6/+6
| | | | | | | | | | | | | | | | | | | | | The following are the highlights of the latest updates to the 2.6.34 kernel tree: 086d819 selinux: fix parallel compile error 0bffbc5 MIPS: Audit: Fix hang when starting audit e49491e ucc_geth: fix ethtool set ring param bug 53b9f33 params: don't hand NULL values to param.set callbacks. eb3b13c irda: Correctly clean up self->ias_obj on irda_bind() failure. b4aee0b crypto: fix missed kfree for crypto_req f8490d8 x86-64, compat: Test %rax for the syscall number, not %eax c3acc43 x86-64, compat: Retruncate rax after ia32 syscall entry tracing 5c21faf compat: Make compat_alloc_user_space() incorporate the access_ok() afc2a18 Merge commit 'v2.6.34.7' into standard f423469 Linux 2.6.34.7 Built and booted on all architectures. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky-default-revisions.inc: Add missing SRCREV for dtc-nativeRichard Purdie2010-09-101-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu_x86_64/conf: enable E1000 by defaultBruce Ashfield2010-09-101-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky-default-revisions: set default dtc srcrevAdrian Alonso2010-09-101-0/+1
| | | | | | | * Set default devicetree SRCREV version Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Update pseudo to latest revisionMark Hatle2010-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Fix bug 231 by changeing to the latest revision of pseudo. The latest revision of pseudo includes the following changes: 2010-09-08: * (seebs) handle mkfifo without guaranteeing an EINVAL response. 2010-09-02: * (seebs) fix errno for getcwd() with insufficient size * (seebs) Add an RPATH entry to the pseudo binary to find the sqlite3 library. 2010-09-01: * (seebs) add missing casts to even more printf arguments 2010-08-31: * (seebs) add missing casts to printf arguments, after being warned about them a mere twenty or thirty thousand times. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* linux-wrs/meta: fix qemuarm boot issues with 2.6.34.6Bruce Ashfield2010-09-101-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky-default-revisions.inc: Fix variable order for linux-wrs recipesRichard Purdie2010-09-091-6/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kernel/wrs: update SRCREV for v2.6.34.6 + changesBruce Ashfield2010-09-061-6/+6
| | | | | | | | | | Updating the SRCREVs for the recent port of bug fixes for all boards and the integration of qemux86-64 config and connector changes. Now that the qemux86-64 changes are in tree, we can drop them from the linux-wrs recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky-default-revisions.inc: Move SRCREVs to correct locations, fix whitespaceRichard Purdie2010-09-061-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* updateme: detect and prepare patchesBruce Ashfield2010-09-021-1/+1
| | | | | | | | | | | | | | The big part of this commit is to detect and prepare any "free floating" patches into a kernel feature that will be automatically applied to the kernel tree. These patches will be pushed onto the BSP branch via guilt, and then built as part of the normal build/deploy cycle. There are other grouped cleanups, such as tabs instead of spaces, and the removal of the unused decheckpoint function. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* pseudo: Update to latest versionMark Hatle2010-08-311-1/+1
| | | | | | | | From the changelog: 2010-08-27: * (seebs) fix a bug caused by memcmp with wrong length * (seebs) stop hand-coding lengths of memcmp (torek was right...)
* ftrace: add trace-cmd for ftrace control and configBruce Ashfield2010-08-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than manually configuring ftrace, trace-cmd was created to provide a more user friendly interface to the tracer. Some examples are: # ./trace-cmd record -e all ls /bin Then to see the information: # ./trace-cmd report To see just a subsystem: # ./trace-cmd record -e irq ls /bin To list the available trace events: # ./trace-cmd list -e You can also trace a single trace point with one of two methods: # ./trace-cmd record -e sched:sched_wakeup ls /bin Or simply: # ./trace-cmd record -e sched_wakeup ls /bin This tool also works with tracers (plugins) as well as events # ./trace-cmd list -p Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-wrs: update to 2.6.34.5Bruce Ashfield2010-08-271-5/+5
| | | | | | | | | edd8801 Linux 2.6.34.5 4070f43 vmware: fix build error in vmware.c 57cbde5 mm: fix up some user-visible effects of the stack guard page 4def7ce mm: fix page table unmap for stack guard page properly Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* pseudo: Update to the latest git version of pseudoMark Hatle2010-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest git version includes: 2010-08-26: * (seebs) make offsets.c slightly less useless * (seebs) don't overwrite LD_LIBRARY_PATH values that include us 2010-08-25: * (seebs) fix the signal mask restore 2010-08-24: * (seebs) try to restore signal mask before calling exec() * (seebs) move errno restoration after code which could set errno 2010-08-19: * (seebs) handle insane edge case involving regcomp/regexec 2010-08-17: * (seebs) create speculative-deletion logic * (seebs) remove crackpot theories about cross-device renames 2010-08-16: * (rp) Fix ld_preload/ld_library_path mixup. * (seebs) Handle failed allocations. * (seebs) Fix logic for dropping empty LD_PRELOAD. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* kernel: update branch revisions for 2.6.34.4Bruce Ashfield2010-08-201-5/+5
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-wrs: Enable tracking of the secondary wrs_meta branch in PVRichard Purdie2010-08-131-5/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Fix pseudo buildMark Hatle2010-08-131-1/+1
| | | | | | | | | | Revert the change from 28d70bcddba93ad649de714b3229586d53de325e. Change the upstream commit to id: d30de158c1986d2161647629f279018702a42750. This fixes the const is read-only issue when compiling. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* dbus-wait: Update LICENSE after changes upstreamRichard Purdie2010-08-121-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Upgrade pseudo and correct problemsMark Hatle2010-08-121-1/+1
| | | | | | | | | | | Fix an issue where pseudo could try to compile incorrectly on an x86_64 host system. Now it verifies that it should be trying to build a 32-bit library, and if so the necessary prereqs are available. Also uprev to the latest version of pseudo changes to enable wrapping of execl, local variable storage and misc fixes. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* kern_tools: update default revisionBruce Ashfield2010-08-091-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* pseudo: Change pseudo integration to better support local DBsMark Hatle2010-08-041-4/+6
| | | | | | | | | Change the pseudo integration: * Uprev to latest open source version * Restructure the patches to allow for many local DBs, as well as pseudo specific lib dirs. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* tcf-agent: add the latest version 0.3.0+svnr1078Dexuan Cui2010-07-271-0/+1
| | | | | | | | | | | install a proper script /etc/init.d/tcf-agent make it autostart in runlevels 3 and 5 Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* qemux86-64: Add new emulation machine for 64bit x86Richard Purdie2010-07-271-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* prelink: Add prelink-nativeMark Hatle2010-07-241-0/+2
| | | | | | | | | | Add the new cross prelink support as the prelink-native integration. Set the prelinker to use the prelink-cross.git repository as the upstream. Note: libiberty.a is required on the host at this time Signed-off-by: Mark Hatle <mhatle@windriver.com>
* webkit-gtk: Update to 1.3.2Zhai Edwin2010-07-241-1/+1
| | | | | | | | | | | | | | | * Update the following files with 1.3.2 version in upstream: GNUmakefile.am Makefile Makefile.shared autogen.sh configure.ac * Update the .bb with the one in openembeded(91eefa1e) * inherit pkgconfig and remove dolt stuff according to RP's comments Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gconf-dbus: upgrade to SVN r705Yu Ke2010-07-211-2/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* opkg-utils: Upgraded to revision 4747Dongxiao Xu2010-07-211-2/+2
| | | | | | | | Update the default revision for opkg-utils in poky-default-revisions.inc Remove "inherit autotools" since opkg-utils is not autotools based Fix recipe metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* opkg: Upgraded to version 0.1.8Dongxiao Xu2010-07-211-3/+0
| | | | | | | | Use stable release as default recipe. Remove logfix.patch since the logic is already in latest version package Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* oprofileui: upgrade from r194 to the latest version r197Dexuan Cui2010-07-211-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* eds-dbus: Update to 2.30.2 from git repoZhai Edwin2010-07-211-1/+1
| | | | | | | | Also backport a patch from upstream(f001953f7d60) to compile imapx provider optionally, which is the default behavior of current version. Else we get build error when compiling imapx. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* web-webkit: Update to 110Zhai Edwin2010-07-211-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* pseudo: Uprev to the latest git versionMark Hatle2010-07-211-2/+2
| | | | | | | | Uprev pseudo to the latest head version to resolve a number of issues on older hosts such as RHEL 5. In addition sqlite was changed to link statically into pseudo to avoid a potential LD_LIBRARY_PATH issue. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* linux_wrs: update SRCREVs for 2.6.34.1Bruce Ashfield2010-07-211-5/+5
|
* kernel: create base recipe for Wind River Linux kernel buildingBruce Ashfield2010-07-191-0/+4
| | | | | | | | | | | | This base recipe implements support for building a git based Wind River Linux kernel repository. There are several restrictions in this first import: - no patching (needs guilt) - missing Wind River features (config audit, etc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kern_tools: wrs kernel manipulation toolsBruce Ashfield2010-07-191-0/+1
| | | | | | | | These tools are largely unused at the moment, but represent a baseline set of functionality for working with a Wind River Linux kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-libc-headers: create a libc-headers based on Wind River kernelBruce Ashfield2010-07-191-0/+1
| | | | | | | | Put PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers-wrs" in your configuration, and this package will be used to generate a set of kernel headers from the -standard branch of the Wind River kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* psplash: Update to svn revision 424Richard Purdie2010-07-131-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* matchbox-wm: Update to 1819Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-stroke: Update to 1820Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-keyboard: Update to 2075Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-panel-2: Update to 2109Zhai Edwin2010-07-131-1/+1
| | | | | | Also add a patch to fix the upstream compile error caused by a typo. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-config-gtk: Update to 2081Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk-sato-engine: Update to 0.3.2Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* librsvg: upgrade to the latest version 2.26.3Dexuan Cui2010-07-131-1/+0
| | | | | | | | | | | | | | | | | The latest stable releases of the package moved from http://svn.gnome.org/svn/librsvg/ to http://ftp.gnome.org/pub/GNOME/sources/librsvg/, so I removed the overrided SRC_URI and use gnome.bbclass's, and I also changed the recipe file's name, removed the explicit PV and removed the unnecessary S. Reset PR to "r0". Add LIC_FILES_CHKSUM info. Remove SRCREV_pn-librsvg in poky-default-revisions.inc and add PREFERRED_VERSION_librsvg in poky-fixed-revisions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libxcalibrate: upgrade to the latest version ↵Dexuan Cui2010-06-301-1/+1
| | | | | | | | 209d83af61ed38a002c8096377deac292b3e396c Remove the ";patch=1" in SRC_URI because by default a .patch file is applied. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xvideo-tests: Change the version to 270Dongxiao Xu2010-06-301-1/+1
| | | | | | The latest upstream for xvideo-tests is 270, not 272 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gaku: Upgraded to version 399Dongxiao Xu2010-06-301-1/+1
| | | | | | | Change the default revision in poky-default-revisions.inc Reset PR to "r0" Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* dates: update to 0.4.11Zhai Edwin2010-06-301-1/+1
| | | | | | Also fix meta data Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>