summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-09-02distro-tracking: update cronieDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02cronie: add the latest version 1.4.4Dexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02task-poky-basic: add cron, logrotate, mingettySaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02at: fix for parallel build issue & bug #180Nitin A Kamble4
parallel build was failing inconsistently due to missing dependancy specification in the make file. Fixed it with a new patch. Bug 180 reported this issue: | arm-poky-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -c -I. -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -DHAVE_CONFIG_H -DVERSION=\"3.1.12\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/atjobs/.SEQ\" -Wall atd.c | atd.c:511:2: error: #error "No mail command specified." | make: *** [atd.o] Error 1 Fixed it with the recommended solution of defining SENDMAIL as /bin/true Fixes [BUGID #180] Reorganized the recipe file for cleanlyness. Add the init script for at As per Scott's wiki instructions added the this init script for at: http://git.buildroot.net/buildroot/tree/package/at/S99at add libpam to dependancy And bumped PR. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-02rpcbind: add patch to fix host include pathSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02qemu: build qemu-x86-64 binary for use in locale generationJoshua Lock3
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-02 updateme: detect and prepare patchesBruce Ashfield1
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>
2010-09-02qemuimage-testlib: kill qemu process according to its pid, instead of ↵Jiajun Xu1
process name poky-qemu-internal will set up a tap lockfile when creating tap device. The lockfile will be released when a TERM signal is received. In previous code, function Test_Kill_Qemu uses pkill to kill all process named "qemu". This may cause lockfile release function not work in poky-qemu-internal. Then poky-qemu-internal will be hang when user start QEMU the second time. To prevent the issue, the new function Test_Kill_Qemu kills all child pid with a given parent process ID. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-09-02package_rpm: Enable debian style tagsMark Hatle2
Enable debian style tags including suggests, enhances, recommends Note, these are not yet used by the dependency resolver. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-02rootfs_rpm: Optimize rpm database processingMark Hatle2
Optimize the creation of the solverdb by disabling fsyncs and database caches that are not used when generating a solution. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-02package_rpm: Enable per file dependenciesMark Hatle2
Switch the per file dependency handing to passing the information to rpm via the standard 'external' dependency scripting. This ensures that the dependencies found by RPM exactly match the ones presented by package.bbclass. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-02Add qemu-ppc in qemu-native, required by eglibcZhai Edwin3
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02libmatchbox: Fix the matchbox environment start failure on x86-64 target.Zhai Edwin3
x86 target works well. Root cause is libmatchbox use "0"(int) as termination indicator when calling XftFontOpen, which in turn called FcPatternVapBuild(in fontconfig). It try to get the "0" as char* and fetch wrong value, as int and char* has different size on x86-64. This patch forces a NULL pointer as terminator to fix it. [BUGID #234] is fixed by this Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02pointercal: add config file for x86-64 targetZhai Edwin2
Currently no config file for x86-64 target, which cause /etc/X11/Xsession.d/30xTs_Calibrate.sh run into an infinate loop to block following scripts to start matchbox. Copy x86 config file to x86-64. [BUGID #242] is fixed by this Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02distro tracking field: add NO_UPDATE_REASON for cairoYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-02distro-tracking: update devel/toolchain dataNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-02libc-package.bbclass: merge glibc & eglibc class filesNitin A Kamble12
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>
2010-09-02openssh: new recipe additionScott Garman5
OpenSSH v5.6p1, derived from OpenEmbedded's recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-02task-poky-lsb: add sysklogd, libaio, mdadm, screen, watchdogSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02tcl: fix from missing sys/fpu.h and undefined mipsCRSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02distro_tracking: add alias for bluez4, libgsmd, and zeroconfDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02distro_tracking: sed, rpcbind, libtirpcDongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02rpcbind: add new recipe version 0.2.0Dongxiao Xu1
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>
2010-09-02libtirpc: add new recipe version 0.2.1Dongxiao Xu1
libtirpc is depended by rpcbind, so introduce it into poky. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02which (GPLv3): inherit update-alternatives to handle install priorityDongxiao Xu1
inherit the update-alternatives class to handle install priority issue, which is recommended by poky. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02sed: Upgraded to the latest version 4.2.1Dongxiao Xu1
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>
2010-09-02sed: Inherit update-altenatives to handle the install priorityDongxiao Xu1
This method is simple and preferred by poky Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02dpkg: fix powerpc and mips build failureDongxiao Xu2
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>
2010-09-02at: gplv2 recipe at version 3.1.12Nitin A Kamble8
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>
2010-09-02at: remove GPLv3 versionSaul Wold8
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02mdadm: add patch to fix passing linker options to ccSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02libaio: add new recipeQing He4
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>
2010-09-02valgrind: fix perl scriptsQing He2
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>
2010-09-02distro-tracking: update powertop, lttng-ust, lttng-viewer, liberation-fontsDexuan Cui2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02powertop: fix segfault in dump modeDexuan Cui2
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>
2010-09-02powertop: upgrade from 1.11 to the latest version 1.13Dexuan Cui1
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>
2010-09-02sysklogd: add sysklogd 1.5Yu Ke4
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>
2010-09-02runqemu: add poky-image-basic and poky-image-lsb to recognized imagesSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02distro-tracking: add mdadm and screenDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02screen: add the latest version 4.0.3Dexuan Cui2
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>
2010-09-02mdadm: add the latest version 3.1.4Dexuan Cui1
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>
2010-09-02distro tracking: Add info for libuser and xzZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02Distro tracking: Add package alias for xf86-video-intelZhai Edwin2
On behalf of Yu Ke Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02Distro tracking: Add package alias for puzzles, eds-dbus...Zhai Edwin2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02distro-track: add ownership for 4 recipesKevin Tian1
modutils cdrtools-native shasum-native tzcode-native Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02xset: move DISTRO_PN_ALIAS to distro .inc fileKevin Tian4
also use space as the delimiter instead of semicolon. fix handbook accordingly Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02distro_check: fix for natives, cross, and initial recipe typesSaul Wold2
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>
2010-09-02distro_check: use space as the delimiter for aliasesKevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02distro-track: add alias name for 89 recipesKevin Tian12
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>
2010-09-02DistroData: add eventhandler to correctly setup log fileSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>