summaryrefslogtreecommitdiffstats
path: root/meta/packages
Commit message (Collapse)AuthorAgeFilesLines
* gettext: Move files to the correct placeRichard Purdie2010-10-098-1333/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gettext: Add GPLv2 version 0.14.1Saul Wold2010-10-088-0/+1333
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Complete packages -> recipes transitionRichard Purdie2010-09-2026-939/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* ncurses: rename site_config that was mis-merged when ncurses movedJeff Polk2010-09-101-5/+0
| | | | Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
* trace-cmd: add to profiling recommendsBruce Ashfield2010-09-091-0/+1
| | | | | | Make trace-cmd available by adding it to RECOMMENDS_task-poky-tools-profile Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* poky-image: Set LICENSE field for the image recipes (note this doesn't apply ↵Richard Purdie2010-09-072-0/+4
| | | | | | to the image contents, just the recipe and code used Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tasks: Set LICENSE fieldRichard Purdie2010-09-075-0/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-tools.bb: avoid multiple RRECOMMENDS to override each otherKevin Tian2010-09-061-5/+3
| | | | | | | | | there're two RRECOMMENDS_task-poky-tools-profile both using direct assignment, which makes 'perf' overriden by "kernel-module-oprofile" Fix [BUGID #97] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* ncurses: Add siteconfig cache generationJeff Polk2010-09-031-0/+5
| | | | Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
* libc-package.bbclass: merge glibc & eglibc class filesNitin A Kamble2010-09-023-3/+3
| | | | | | | | | | | | | | | | | | | | Other enhancements: print qemu's stdio & error on failure glibc: enable locale generation for all arches eglibc: enable binary locale generation for mips And cleanup of code based on the code review. [e]glibc: move common definition in the common file bitbake was complaining about duplicate definition of get_libc_fpu_setting in eglibc.inc & glibc.inc files. And bump PRs Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-01549-63126/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Drop chroot usage as its not well used, tested and is brokenRichard Purdie2010-09-013-39/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sqlite3: fix multiple provider warningDongxiao Xu2010-08-315-10/+10
| | | | | | | | Use ${PN} to replace the original hardcode name in recipe PACKAGES line This fixes multiple provider warning of sqlite3 (sqlite3 and sqlite3-nativesdk) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* boost: upgrade to 1.44.0Qing He2010-08-3111-0/+801
| | | | | | | | | | | | | | | | | | from version 1.36.0 which won't compile with gcc 4.5.0 also moved to meta form meta-moblin changes: - .so files should go to -dev instead of sub packages - create libboostX-mt.{so,a} symlinks for compatibility - meta package 'boost' should set ALLOW_EMPTY - fix a bug that caused boost-dev being automatically renamed to libboost_prg_exec_monitor-dev, packages boost, boost-dev and boost-test now work as intended - rebased patch arm-intrinsic Signed-off-by: Qing He <qing.he@intel.com>
* libcheck: upgrade to version 0.9.8Qing He2010-08-311-0/+16
| | | | | | | | | | | | | from 0.9.5 moved from meta-moblin to meta renamed to libcheck for clarity changes: - --enable-plain-docdir is obsolete - remove the unnessary patch Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
* sed: Fix ppc build failureDongxiao Xu2010-08-312-4/+24
| | | | | | | | | | | sed will firstly check whether there is a working getline function in system, if not (ppc), it use its self-defined getline(). However in 4.1.2, this function definition is not match with its declaration. Fixes [BUGID #243] Also fixes metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libproxy: disable perl bindingsQing He2010-08-301-2/+2
| | | | | | | | | cmake findperl and findperllibs use execution based approach to locate perl executable and others like module paths and -lperl, which does not work properly under cross compilation. Disable it with -DWITH_PERL=no until cmake is fixed. Signed-off-by: Qing He <qing.he@intel.com>
* connman: Use connman as default network management toolDongxiao Xu2010-08-271-1/+2
| | | | | | | | Upgrade connman to version 0.56 Modify connman-gnome to match the recent version of connman Deprecate networkmanager Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-272419-3134404/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* grep: new recipe v2.5.1aScott Garman2010-08-272-0/+93
| | | | | | | This is the last GPLv2 version of grep. This recipe was dervied from OpenEmbedded's version. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* readline: Split GPLv2 version from shared inc fileDongxiao Xu2010-08-272-3/+32
| | | | | | | Do not share common inc file with GPLv3 version of recipe Fix the issue of multiple provider warning Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* coreutils (GPLv3): add latest version (8.5)Kevin Tian2010-08-271-0/+67
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* cpio: new recipe v2.8Scott Garman2010-08-274-0/+95
| | | | | | | This is the last GPLv2 version of cpio. The recipe was derived from OE's v2.5 one. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* at.inc: remove unneeded LIBS settingScott Garman2010-08-271-2/+0
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* tar_1.17: eliminate a patch by setting CFLAGS insteadScott Garman2010-08-272-38/+4
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* file: reinstate 5.04 upgrades with modificationsQing He2010-08-274-17/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | reinstate the patch since rpm recipe has been upgraded > commit 21d586b47c8c5338913c5e8ca2ee604409cc57a0 > Author: Qing He <qing.he@intel.com> > Date: Tue Jul 6 13:19:10 2010 +0800 > > file: upgrade to version 5.04 > > from 4.18 > > changes: > - remove native-fix.patch and sed line in do_configure_prepend, > AM_CONDITIONAL(IS_CROSS_COMPILE, ...) works well > - fix the bug of not packaging ${datadir}/misc/magic.mgc, > without this file, this utility isn't very useful > - add zlib as explicit build dependency > > Signed-off-by: Qing He <qing.he@intel.com> new changes: - string/B is not supported in file 5.04, add an alias to string/W - '>=' and '<=' was not supported, add an extension for existing usage Signed-off-by: Qing He <qing.he@intel.com>
* bash (GPLv2): remove metadata sharing from GPLv3 recipeKevin Tian2010-08-271-3/+27
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* findutils (GPLv2): remove metadata sharing from GPLv3 recipeKevin Tian2010-08-272-34/+20
| | | | | | | | | | to avoid inadvertent contamination in the future, GPLv2 recipe is fully split its v3 buddy. This way we can enforce strong isolation for GPLv2 code. also remove one unnecessary patch Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* rsync: split GPLv2 version from GPLv3 by fixing the GPLv2 recipeDexuan Cui2010-08-272-2/+36
| | | | | | | | | | | | | | | | | | remove the "require rsync.inc", and copy the .inc file into the GPLv2 recipe, and adjust it properly; mkdir rsync-2.6.9 and copy files/rsyncd.conf into rsync-2.6.9/rsyncd.conf. BTW: the .conf file originated from OE in 2006: commit c2a4b021eb04924f8c8b0e0af1fac337a04cbcae Author: Raymond Danks <raymond@edanks.com> Date: Tue Apr 18 01:43:08 2006 +0000 rsync: Add rsyncd.conf http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=c2a4b021eb04924f8c8b0e0af1fac337a04cbcae Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* coreutils: upgrade to latest GPLv2 version (6.9)Kevin Tian2010-08-2710-196/+127
| | | | | | | | | | | | | | Before adding latest coreutils GPLv3 version, first we upgrade existing recipe to latest GPLv2 version here. To ensure a clean process, all bits are coded from scratch including patches and recipe, except that in recipe lines about update-alternative are reused from previous 5.3.0. All new patches are licensed under GPLv2. Tested simple features with most coreutils commands Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* ftrace: add trace-cmd for ftrace control and configBruce Ashfield2010-08-271-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* qemu: On some older machines SDL is availableMark Hatle2010-08-261-1/+2
| | | | | | | | | | On some older machines SDL is available, even if a pkgconfig file for SDL is not there. (See RHEL5.1) Extend the check, to see if the primary SDL header is there, if the pkgconfig check fails. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* meta-toolchain: fix for recent opkg changeJoshua Lock2010-08-261-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-toolchain: update to reflect opkg state directory moveJoshua Lock2010-08-261-5/+5
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: finalize the change to var directoryKevin Tian2010-08-263-5/+5
| | | | | | | | | | | commit 1d0757f16beb31551733d9d755d72337ccda9642 changes opkg run state from /usr/lib/opkg to /var/lib/opkg, which however is incomplete and still many important information is kept under old directory including postinst methods. This makes latest boot into a mess. So finalize this movement to /var here. Fix [BUGID #229] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* xf86-video-intel: fix COMPATIBLE_HOST entry, this was preventing buildingJoshua Lock2010-08-251-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: use var for state files, not libdirJoshua Lock2010-08-253-6/+7
| | | | | | Fixes [BUGID #221] Signed-off-by: Joshua Lock <josh@linux.intel.com>
* rpm_5.1.10.bb: Update macrosMark Hatle2010-08-231-0/+5
| | | | | | Fix some additional macro definitions to enable rpmdeps usage Signed-off-by: Mark Hatle <mhatle@windriver.com>
* rpm: use rpm-5.1.10 from SNAPSHOT URI.Jeff Johnson2010-08-232-13/+1
| | | | | | | | | rpm-5.1.10 snapshot adds support for multiple aid databases revert slashDepth patch, now included in 5.1.10 Signed-off-by: Jeff Johnson <n3npq@mac.com> Signed-off-by: Mark Hatle <mhatle@windriver.com>
* Ensure all packages which should have x86_64 in COMPATIBLE_HOSTJoshua Lock2010-08-236-8/+6
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bitbake.conf: Add shared/pkgconfig files to standard -dev globMark Hatle2010-08-201-2/+2
| | | | | | | | | | Add the pkgconfig files that may appear into the shared directory into the -dev globbing. Also change the udev integration to remove the manual instance of the shared directory .pc file. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* rpm: Update the rpm integration to support per-file dependenciesMark Hatle2010-08-203-5/+103
| | | | | | | | | | Update the RPM package integration to support per-file dependencies This adds additional configuration options to RPM, as well as provides a helper script "perfile_rpmdeps.sh" that the build system can use to gather the dependency information. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* glibc: bring back needed patches from older recipesNitin A Kamble2010-08-209-0/+799
| | | | | | | while removing old glibc recipes some needed patches from older recipes got wiped out. Bringing them back. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* linux-wrs: allow packed refs to be presentBruce Ashfield2010-08-201-2/+17
| | | | | | | | | | | | | The code which creates a working tree from the source Wind River Linux git repository manipulates the refs to make non-tracking, local branches. packed-refs remove the files from refs, making this code break and the builds fail. To fix this, if we detect the packed refs we simply create the local refs from the remote branches. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* guilt: import guilt for kernel patch managementBruce Ashfield2010-08-2013-0/+1100
| | | | | | | | | | | | | | The Wind River kernel is "patched" via guilt to provide both git integration and quilt like patch management (if that is of interest). This is a modified 0.33 guilt with some changes to streamline interactions with the way that the Wind River kernel is constructed. That being said, the common semantics of guilt are not changed, and it can be used for other purposes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* watchdog: add the latest version 5.9Dexuan Cui2010-08-201-0/+16
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* python-pycairo: upgrade to 1.8.10Yu Ke2010-08-201-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* runqemu-nfs: boot QEMU using nfsroot and local unfs exportScott Garman2010-08-201-0/+2
| | | | | | | | This script automates the booting of QEMU using an nfsroot exported by our userspace NFS tools. The rootfs should be created using poky-extract-sdk. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-export-rootfs: script for exporting userspace nfsrootsScott Garman2010-08-201-0/+1
| | | | | | | | | | This script automates the exporting of a root filesystem (created with the poky-extract-sdk utility) using pseudo and the native userspace NFS server. That filesystem can then be booted using nfsroot with either QEMU or the target hardware using one of our kernels. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-extract-sdk: script for extracting sdk images using pseudoScott Garman2010-08-201-0/+1
| | | | | | | This script automates the creation of a rootfs area using pseudo so it can be used by a QEMU nfsroot boot. Signed-off-by: Scott Garman <scott.a.garman@intel.com>