aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-09-03ncurses: Add siteconfig cache generationJeff Polk
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03zlib: Add siteconfig cache generationJeff Polk
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03glibc: Add siteconfig cache generationJeff Polk
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03siteconfig: generate configuration data caches for autoconfJeff Polk
siteinfo: Use configuration caches when available Generate cached configuration data for autoconf for the package based on a list of header, types, and functions to eliminate the need for all subesequent package builds to do the actual tests via the cross compiler and sysroot. The cache files are stored in the sysroot in ${STAGING_DATADIR}/${TARGET_SYS}_config_site.d. Siteinfo appends any files it finds in that directory to the normal CONFIG_SITE. All of the cache values set the variables only if not already set so they may be overridden by any of the normal site files. Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03rootfs_rpm: Support install_all_localesMark Hatle
Support installing all locales similarly to how it is done within the ipk support. This has had basic testing, but it's not a normally used function so there could still be some flaws. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03roots_rpm: Enable installation of recommended packagesMark Hatle
Within RPM there is a field called "Suggests". This filed behaves like "Recommends" does in ipk. So we write out the packages using the Suggests field with the Poky 'Recommends' values... and then use the arbitrary tags to capture the Poky 'Suggests' within a new "Recommends" tag. Slightly confusing, but the end result is a functioning install. Also some performance enhancements were add at the same time. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03package_rpm: Start packaging directoriesMark Hatle
Match ipkg behavior and unconditionally include directories in the packages Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03glibc-package.inc: disable build-time locale generation for nativesdkKevin Tian
The idea of build-time locale generation is documented in glibc-package.inc: Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION is set. The idea is to avoid running localedef on the target (at first boot) to decrease initial boot time and avoid localedef being killed by the OOM killer which used to effectively break i18n on machines with < 128MB RAM. However it doesn't make sense to do same thing for glibc-nativesdk, as the build system is powerful. More importantly is that ideally host_arch running sdk may even be out of the support list of target_arch by qemu-native. Regarding to above rationale, this commit disables build time locale generation to avoid following error when asking qemu to run localdef: NOTE: /opt/poky/sysroots/i586-pokysdk-linux/lib/ld-linux.so.2: No such file or directory nativesdk binaris have opt path hardcoded to avoid mess with host bits, which is another reason that build time locale generation is not feasible here. This fixes [BUGID #264] also add 'nativesdk' to eglibc per RP's suggestion Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-03eglibc: Set BBCLASSEXTEND to include nativesdkRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03udev: don't reference parent sysfs node directlyKevin Tian
udev warns direct reference to parent sysfs, which is not necessary and may break future kernel. Actually udev will handle parent nodes automatically for ATTRS key. This fixes [BUGID #113] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-03kern-tools: add dependency on guilt-nativeKevin Tian
Fix [BUGID #262] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-09-02rpcbind: move patch to correct locationSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02linux-libc-headers: update hayes-gone patch to remove HAYES ioctls from mipsSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02setserial: add patch to fix missing stdlib headerSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02mingetty: Add new mingetty packageXiaofeng Yan
mingetty allows for a compact getty program for virtual consoles only Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-02logrotate: Add new logrotate packageXiaofeng Yan
logrotate allows for the rotation, compression and removal of system log file Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2010-09-02distro-tracking: update cronieDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02cronie: add the latest version 1.4.4Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-09-02task-poky-basic: add cron, logrotate, mingettySaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02at: fix for parallel build issue & bug #180Nitin A Kamble
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02qemu: build qemu-x86-64 binary for use in locale generationJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-02 updateme: detect and prepare patchesBruce Ashfield
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 Xu
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 Hatle
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 Hatle
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 Hatle
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 Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02libmatchbox: Fix the matchbox environment start failure on x86-64 target.Zhai Edwin
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 Edwin
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 Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-02distro-tracking: update devel/toolchain dataNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-09-02libc-package.bbclass: merge glibc & eglibc class filesNitin A Kamble
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 Garman
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02tcl: fix from missing sys/fpu.h and undefined mipsCRSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02distro_tracking: add alias for bluez4, libgsmd, and zeroconfDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02distro_tracking: sed, rpcbind, libtirpcDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-02rpcbind: add new recipe version 0.2.0Dongxiao Xu
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 Xu
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 Xu
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 Xu
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 Xu
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 Xu
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 Kamble
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 Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02mdadm: add patch to fix passing linker options to ccSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-02libaio: add new recipeQing He
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 He
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 Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>