summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-01569-5161/+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>
* powerpc-common: add working_getline to gettextSaul Wold2010-08-311-0/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* which (GPLv2): inherit update-alternativesDexuan Cui2010-08-311-13/+5
| | | | | | by this, we can avoid the pkg_postinst/postrm in the recipe file. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* lttng-viewer: upgrade from 0.8.84 to 0.10.0Dexuan Cui2010-08-311-3/+11
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-poky-basic.bb: add at and watchdogSaul Wold2010-08-311-1/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* at: run daemon as root userScott Garman2010-08-311-0/+6
| | | | | | | | Permission problems are encountered when running atd as the default (daemon) user, so run it as root instead. These options are also used in the OpenEmbedded recipe for at. Signed-off-by: Scott Garman <scott.a.garman@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>
* gawk: add gawk 3.1.8, GPLv3 versionYu Ke2010-08-311-0/+30
| | | | | | | move to meta/recipes Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gst-meta-base: Enable some video and audio codecDongxiao Xu2010-08-312-5/+10
| | | | | | | | Enable mpeg-1 mpeg-2 video format Enable wav, flac audio format Fix [BUGID #151] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* cmake.bbclass: sync from openembeddedQing He2010-08-311-48/+51
| | | | | | | | | | | | this fixes: - toolchain detection error (e.g. ar and ranlib) changes from openembedded: - reformatting - cmake modules search path - use 'cat <<EOF' instead of echos for clarity Signed-off-by: Qing He <qing.he@intel.com>
* rpm: compatiblity and header fixQing He2010-08-313-1/+70
| | | | | | | | changes: - add headerAddOrAppendEntry in lib/rpm4compat.h for compatibility - fix rpmbag.h introduced in rpm 5.1.10 Signed-off-by: Qing He <qing.he@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>
* Add qemu-i386 in qemu-native, required by eglibcZhai Edwin2010-08-314-4/+59
| | | | | | | | | Adding i386-linux-user in target-list is enough in theory, but our gl stuff is not friendly to linux-user code. So disable it when compiling linux-user. [BUGID #218] fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@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>
* distro_tracking_fields.inc: add distro_commands.incSaul Wold2010-08-311-0/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* toolchain-scripts.bbclass: inherit siteinfoKevin Tian2010-08-311-0/+2
| | | | | | or else 'siteinfo_get_files undefined' error occurs Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* sstate: fix dir name in manifestKevin Tian2010-08-311-4/+7
| | | | | | | | | | | | dir name in manifest is incorrect: /media/disk/builds/master-arm/tmp/sysroots/usr/ /media/disk/builds/master-arm/tmp/sysroots/lib/ /media/disk/builds/master-arm/tmp/sysroots/include/ Also add one debug note when removing manifest entries Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* sstate: make do_cleanup really workingKevin Tian2010-08-311-1/+2
| | | | | | | | | there's a bug in creating manifest_pattern, which means actually with new sstate do_cleanup hasn't worked yet We can use PSTAGE2_MANFILEPREFIX easily for this purpose. Signed-off-by: Kevin Tian <kevin.tian@intel.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...)
* meta/classes: Fix whitespace mismatch and broken functionsRichard Purdie2010-08-314-20/+19
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.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>
* distro_tracking: connman, connman-gnome, wpa-supplicant, etc.Dongxiao Xu2010-08-271-9/+19
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* connman: Use connman as default network management toolDongxiao Xu2010-08-2714-73/+3683
| | | | | | | | 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>
* wpa-supplicant: Add latest stable version 0.6.10Dongxiao Xu2010-08-279-0/+1059
| | | | | | | Connman doesn't work well with wpa-supplicant development version 0.7.2, thus import its latest stable version. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-272525-15906/+4210
| | | | | | | | | | | | | | | | | 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>
* qmake2.bbclass: update for QT4Yu Ke2010-08-271-5/+8
| | | | | | qmake2 bbclass is a class to make QT appplication. This commit update qmake2 bbclass for QT4. The code is from OE with minor cleanup. Signed-off-by: Yu Ke <ke.yu@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>
* distro_commands.inc: Add maintainer informationScott Garman2010-08-271-8/+7
| | | | | | | Also removed mailx package tracking, as this recipe was recently removed from our requirements. 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>
* cmake.bbclass: sync from openembeddedQing He2010-08-271-7/+84
| | | | | | | | this fixes: - toolchain detection error (e.g. ar and ranlib) - cmake modules search path Signed-off-by: Qing He <qing.he@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>
* base.bbclass: Add xz-native as depends when finding *.xz in SRCURIZhai Edwin2010-08-271-0/+7
| | | | | | | Just adding xz-native as DEPENDS in one bb file could not make its unpack run after xz-native build done. Signed-off-by: Zhai Edwin <edwin.zhai@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>
* test: Add scenario file for each target and support single case runningJiajun Xu2010-08-272-30/+36
| | | | | | | | | | | | | | | | Different test cases are needed for different targets. A folder "scenario" is created under scripts/qemuimage-tests to hold scenario files for different targets. Single case running is supported now. User can run single case together with a whole test suite by setting variable TEST_SCEN in local.conf. By default test cases in sanity suite will be ran. If you want to run other test suite or specific test case(e.g. bat or boot test case under sanity suite), list them like following. TEST_SCEN = "sanity bat sanity:boot" Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
* ftrace: add trace-cmd for ftrace control and configBruce Ashfield2010-08-272-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* sstate/utility-tasks: Ensure do_clean functions correctly and removes shared ↵Richard Purdie2010-08-272-4/+10
| | | | | | state Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sstate: Run sstate_cleanall() as part of do_setscene()Richard Purdie2010-08-271-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.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>
* 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>
* meta-toolchain: fix for recent opkg changeJoshua Lock2010-08-261-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>