summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* task-poky-lsb: add sysklogd, libaio, mdadm, screen, watchdogSaul Wold2010-09-022-7/+7
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* tcl: fix from missing sys/fpu.h and undefined mipsCRSaul Wold2010-09-022-2/+31
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro_tracking: add alias for bluez4, libgsmd, and zeroconfDongxiao Xu2010-09-021-0/+3
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro_tracking: sed, rpcbind, libtirpcDongxiao Xu2010-09-023-3/+28
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* rpcbind: add new recipe version 0.2.0Dongxiao Xu2010-09-021-0/+16
| | | | | | | Introduce rpcbind utility into poky which is a server that converts RPC program numbers into universal addresses. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libtirpc: add new recipe version 0.2.1Dongxiao Xu2010-09-021-0/+13
| | | | | | libtirpc is depended by rpcbind, so introduce it into poky. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* which (GPLv3): inherit update-alternatives to handle install priorityDongxiao Xu2010-09-021-13/+5
| | | | | | | inherit the update-alternatives class to handle install priority issue, which is recommended by poky. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* sed: Upgraded to the latest version 4.2.1Dongxiao Xu2010-09-021-0/+25
| | | | | | | sed version 4.2.1 is under GPLv3 license inherit update-altenatives to handle the install priority issue Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* sed: Inherit update-altenatives to handle the install priorityDongxiao Xu2010-09-021-11/+5
| | | | | | This method is simple and preferred by poky Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* dpkg: fix powerpc and mips build failureDongxiao Xu2010-09-022-0/+7
| | | | | | | set dpkg va_copy value in corresponding site files for powerpc and mips Fixes [BUGID #219] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* at: gplv2 recipe at version 3.1.12Nitin A Kamble2010-09-028-0/+543
| | | | | | | | Took the 3.1.10.2 version of the gplv2 recipe from the master branch, and upgraded it to 3.1.12 version and then replaced the gplv3 files viz posixtm.[ch] by gplv2 files to make the recipe gplv2. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* at: remove GPLv3 versionSaul Wold2010-09-028-186/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* mdadm: add patch to fix passing linker options to ccSaul Wold2010-09-022-2/+18
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* libaio: add new recipeQing He2010-09-024-0/+830
| | | | | | | | | | version 0.3.107 from open embedded changes: - use $(AR) and $(RANLIB) instead of ar and ranlib Signed-off-by: Qing He <qing.he@intel.com>
* valgrind: fix perl scriptsQing He2010-09-022-2/+54
| | | | | | | | | | | | | | svn version of valgrind uses #! @PERL@ for several perl scripts. However, PERL in autoconf doesn't distinguish host perl and target perl, causing STAGING_DIR_NATIVE be written in the output scripts. This causes unrunnable scripts, and fails FILERDEPENDS mechanism (thus also do_rootfs_rpm). Uses /usr/bin/perl instead to fix it. Signed-off-by: Qing He <qing.he@intel.com>
* distro-tracking: update powertop, lttng-ust, lttng-viewer, liberation-fontsDexuan Cui2010-09-022-12/+16
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* powertop: fix segfault in dump modeDexuan Cui2010-09-022-1/+33
| | | | | | | | | | | | | | | | | The cause is: in dump mode, setup_windows() is not invoked so the *_window variables, like cstate_window, are still NULL; later in main() -> show_cstates(), the functions, like wrefresh(), will trigger segfault. After discussing in PowerTop mailling list, I think the right solution is we should stub out the ncurses calls in dump mode. (The patch was also sent to upstream PowerTop mailling list.) This fixes [BUGID #195]: Bug 195 - [sdk] powertop segfault when running with dump option Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* powertop: upgrade from 1.11 to the latest version 1.13Dexuan Cui2010-09-021-4/+9
| | | | | | | | | | | | update HOMEPAGE; add RRECOMMENDS_${PN} = "pciutils" as powertop 1.13 needs lspci; add EXTRA_OEMAKE = "VERSION=\"${PV}\" to make the build succeed; fix coding style: 4 SPACEs --> 1 TAB. fix RRECOMMENDS to RDEPENDS Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* sysklogd: add sysklogd 1.5Yu Ke2010-09-024-0/+246
| | | | | | | | | | sysklogd implements two system log daemons: syslogd, klogd. this commit adds sysklogd 1.5. it is ported from OE with some cleanup. sysklogd: move to recipes-extended Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* runqemu: add poky-image-basic and poky-image-lsb to recognized imagesSaul Wold2010-09-021-5/+5
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro-tracking: add mdadm and screenDexuan Cui2010-09-021-0/+20
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* screen: add the latest version 4.0.3Dexuan Cui2010-09-022-0/+999
| | | | | | | | | | | | | | The recipe is borrowed from OE, with the following changes: - upgrade the version from 4.0.2 to 4.0.3 - add HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM - reset PR to "r0" - update the patch name: screen_4.0.2-4.1sarge1.diff --> screen_4.0.3-11+lenny1.diff.gz - rebase the original configure.patch against screen-4.0.3's configure.in screen: move to recipes-extended Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* mdadm: add the latest version 3.1.4Dexuan Cui2010-09-021-0/+28
| | | | | | | | | | | | | | The recipe is borrowed from OE, with the following changes: - upgrade the version from 2.5 to 3.1.4 - simplify DESCRIPTION - add HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM, PR - remove INHIBIT_AUTO_STAGE - fixing coding style issue: 4 SPACES --> 1 TAB mdadm: move to recipes-extended Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro tracking: Add info for libuser and xzZhai Edwin2010-09-021-0/+16
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Distro tracking: Add package alias for xf86-video-intelZhai Edwin2010-09-022-0/+5
| | | | | | On behalf of Yu Ke Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Distro tracking: Add package alias for puzzles, eds-dbus...Zhai Edwin2010-09-022-0/+8
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro-track: add ownership for 4 recipesKevin Tian2010-09-021-0/+17
| | | | | | | | | modutils cdrtools-native shasum-native tzcode-native Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* xset: move DISTRO_PN_ALIAS to distro .inc fileKevin Tian2010-09-024-6/+5
| | | | | | also use space as the delimiter instead of semicolon. fix handbook accordingly Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* distro_check: fix for natives, cross, and initial recipe typesSaul Wold2010-09-022-8/+62
| | | | | | | | | | datetime checking is changed to be once per day Signed-off-by: Saul Wold <Saul.Wold@intel.com> distro_check: fix for natives, cross, and initial recipe types Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro_check: use space as the delimiter for aliasesKevin Tian2010-09-021-1/+1
| | | | Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* distro-track: add alias name for 89 recipesKevin Tian2010-09-0212-0/+93
| | | | | | | | | some recipe names in Poky are different from other distros (Ubuntu, Meego, Debian, ...). Here totally 89 recipes are added with specific alias name in major distros. Then they could be found in match with other distros. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* DistroData: add eventhandler to correctly setup log fileSaul Wold2010-09-021-8/+24
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-01569-76/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Drop chroot usage as its not well used, tested and is brokenRichard Purdie2010-09-016-198/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock2010-09-011-1/+3
| | | | | | | | | If we fetch a tarball from a mirror it's entirely possible that the mirror will have been from before the required tag/branch/etc was included in the repository. To that end use forcefetch() as a way of testing whether the repository is up to date and if not fetch updates. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bitbake/git: define a forcefetch methodJoshua Lock2010-09-011-1/+6
| | | | | | | The git fetcher should force a fetch if the required tag is not present in the local clone, or if the fullclone parameter is set. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock2010-09-011-3/+3
| | | | | | | | | When pulling from a premirror we would prefer a local tarball even when the caller had specified the forcefetch parameter. Add an extra parameter 'force' to try_mirrors, defaulting to False. If set the mirrors will be tested even if the file exists locally. Signed-off-by: Joshua Lock <josh@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-316-12/+12
| | | | | | | | 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-3112-24/+42
| | | | | | | | | | | | | | | | | | 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-313-25/+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>