summaryrefslogtreecommitdiff
path: root/meta/conf
Commit message (Collapse)AuthorAgeFilesLines
* distro_tracking_field: update the manually check fieldYu Ke2011-07-041-1/+5
| | | | | | | | | sqlite3 qemugl console-tools gconf-dbus Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking_fields.inc: update recipes upgrade informationMei Lei2011-07-041-6/+6
| | | | Signed-off-by: Mei Lei <lei.mei@intel.com>
* distro_tracking_fields: remove modutils.Anders Darander2011-07-011-7/+1
| | | | | Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: update PSEUDO_PASSWD variableScott Garman2011-07-011-1/+1
| | | | | | | | The internal use of PSEUDO_PASSWD adds the /etc path automatically. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ccache: Set CCACHE on a per recipe basisWenzong Fan2011-06-301-0/+1
| | | | | | | | | Set 'CCACHE_DIR' in 'bitbake.conf' and create the dirs for every package before task 'do_configure' started. [RP: Merge dirs variables into one] Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_field: update recipe maintainerYu Ke2011-06-301-56/+55
| | | | | | reassign Qing's recipe to other team member Signed-off-by: Yu Ke <ke.yu@intel.com>
* sanity.conf: Require bitbake version 1.13.2 at a minimumRichard Purdie2011-06-301-1/+1
|
* distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and ↵Dexuan Cui2011-06-291-1/+2
| | | | | | tcf-agent Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-base: add 3G into DISTRO_FEATUREDongxiao Xu2011-06-291-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* ofono: upgrade to version 0.50Dongxiao Xu2011-06-291-4/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro_tracking: update some manual checking fieldsDongxiao Xu2011-06-291-7/+11
| | | | | | | | | | | | linux-firmware minicom opkg dpkg wireless-tools libgsmd libsamplerate0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro-tracking: Update manual check date for puzzles, gpgme, x11vnc..Zhai Edwin2011-06-281-82/+90
| | | | | | Also make maintainer name consistent. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking: update sudo tracking infoScott Garman2011-06-281-4/+4
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking: update mtools tracking infoScott Garman2011-06-281-5/+4
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* base/glib-2.0: Simplify USE_NLS handling for glib-2.0Richard Purdie2011-06-281-1/+0
| | | | | | | | | | | | Currently the only way to get anything to build is to set USE_NLS="yes" for glib-2.0. We might as well do this in the recipe by default for now and simpllify the code. The magic handling of USE_NLS_<recipename> is also removed since this can be done in the form USE_NLS_pn-<recipename> using overrides these days. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ↵Richard Purdie2011-06-281-7/+2
| | | | | | serves no useful purpose Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libc-locale: split locale handling from libc recipe.Dongxiao Xu2011-06-282-0/+2
| | | | | | | | | | | | *libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance. This commit moves locale handling into a separate recipe *libc-locale. [RP: Add fixup with recent eglibc commit conflict for FILES_pn-dbg and PACKAGES] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcmode-default.inc: use 4.6 for GCCVERSION and SDKGCCVERSIONKhem Raj2011-06-231-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "tcmode-default.inc: Bump EGLIBCVERSION to 2.14"Richard Purdie2011-06-221-1/+1
| | | | | | This reverts commit 0250ece17e50fde0f87833f0f1a7d203fcfb4343. 2.14 isn't ready for prime time use :(
* tcmode-default.inc: Bump EGLIBCVERSION to 2.14Khem Raj2011-06-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eglibc: migrate configurability from oeKang Kai2011-06-141-1/+8
| | | | | | | | | | Migrate configurability from oe, try to shrink minimal image size All eglibc configuration options are included in conf/distro/include/default-distrovars.inc. Define DISTRO_FEATURES_LIBC and DISTRO_FEATURES in local.conf with the same way in local.conf.sample.extended to enable those options. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* distro_tracking_fields.inc: update the info for the following recipesDexuan Cui2011-06-141-59/+54
| | | | | | | | | | | | | | | | | | | screen: remove the duplicate info tcf-agent: update MANUAL_CHECK_DATE gnome-doc-utils startup-notification util-macros liberation-fonts resourceproto dri2proto glproto inputproto pixman libxext libxi xcb-util Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadianDexuan Cui2011-06-141-1/+1
| | | | | | | | | | [YOCTO #1163] For some test I need to back to use gcc-4.5, so I changed GCCVERSION and SDKGCCVERSION to "4.5.1", but I found gcc-cross-canadian's 4.6.0, rather than 4.5.1, would be built! Finally I made this patch to fix the issue. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* conf/sanity.conf: Set the minimum bitbake version correctly, we've needed ↵Richard Purdie2011-06-091-1/+1
| | | | | | recent bitbake features for a while Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: Fix a incorrect date formatMei Lei2011-06-091-1/+1
| | | | | | One incorrect date format caused a checking failure in package report system. Signed-off-by: Mei Lei <lei.mei@intel.com>
* distro_tracking_fields.inc: add pseudoMark Hatle2011-06-091-0/+7
| | | | | | Add pseudo to tracking, with me as the maintainer. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* bitbake.conf: Create staticdev pacakge for static librariesSaul Wold2011-06-091-5/+12
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: Manual UpdatesSaul Wold2011-06-061-4/+11
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: fixup some bad entriesSaul Wold2011-06-061-19/+16
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: update Qing -> SaulSaul Wold2011-06-061-59/+68
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro-tracking: update openssh, tar, and grepScott Garman2011-06-061-13/+13
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro-tracking: updatesScott Garman2011-06-061-14/+20
| | | | | | | | | | | | | | | Update the distro tracking fields for: * apmd * at * blktool * cpio * dosfstools * gzip * libatomics-ops * shadow Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENVScott Garman2011-06-061-1/+1
| | | | | | | | PSEUDO_PASSWD needs to point to the directory where passwd and group files are kept. This will allow pseudo to use those users and groups to change file ownership. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro tracking: updatesSaul Wold2011-06-011-27/+72
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bitbake.conf: make OVERRIDES match what people expectKoen Kooi2011-05-301-6/+6
| | | | | | | | In the current situation TARGET_ARCH will override MACHINE, which is counter intuitive since the machine is more specific than the arch. The order is now pn-$PN} -> arch -> machine -> distro as the machine is a set of defaults and the distro is the ultimate policy. 'failfast' has been removed since it's not used anymore, just like 'local'
* conf/bitbake.conf: Added variables for PR service.Lianhao Lu2011-05-271-4/+16
| | | | | | | | | | | | | | | | | | | | Added following variables for PR service: USE_PR_SERV: flag of whether to use the network PR service PRAUTOINX: search index for the network PR service PKGE/PKGV/PKGR: epoch, version and revision used in package feed. EXTENDPKGV: full package version string used in package relationships. For the following recipes, replace EXTENDPV with EXTENDPKGV: udev, xcb, xorg-proto, util-macros and linux-libc-headers then removed the unused EXTENDPV and EXTENDPEVER variables Users should use EXTENDPKGV instead for package feed generation. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcmode-default: workaround for gcc 4.6.0 failure on beagleboardNitin A Kamble2011-05-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mesa-xlib: workaround gcc 4.6.0 ICE Fixes this bug [YOCTO #1105] Working around this issue withg gcc 4.6.0 for beagleboard machine (armv7) ccache arm-poky-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize --sysroot=/build_disk/poky_build/build0/tmp/sysroots/beagleboard -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers -I../../../../src/gallium/drivers/svga/include -O2 -pipe -g -feliminate-unused-debug-types -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XSHM -std=gnu99 -fvisibility=hidden -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H svga_tgsi_insn.c -o svga_tgsi_insn.o svga_tgsi_insn.c: In function 'svga_shader_emit_instructions': svga_tgsi_insn.c:2969:1: internal compiler error: in push_minipool_fix, at config/arm/arm.c:12084 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[4]: *** [svga_tgsi_insn.o] Error 1 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* bitbake.conf: change IMAGE_ROOTFS_EXTRA_SPACE to soft (?=) defaultSaul Wold2011-05-271-5/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* image_types: add IMAGE_ROOTFS_EXTRA_SPACESaul Wold2011-05-251-0/+4
| | | | | | | | | | | | | [YOCTO #886] This address 2 needs after the IMAGE_ROOTFS_SIZE is cleaned up, by removing the _ext2/3 overrides it allows for a cleaner override using IMAGE_ROOTFS_SIZE to create a large rootfs, or by setting the IMAGE_ROOTFS_EXTRA_SPACE, will allow for extra space allocated in Kilobytes above the base size (determined by du of the rootfs * IMAGE_OVERHEAD_FACTOR, default of 1.3). Signed-off-by: Saul Wold <sgw@linux.intel.com>
* IMAGE_ROOTFS_SIZE CleanupSaul Wold2011-05-253-8/+0
| | | | | | | | | | | | | | This basic cleanup removes the _ext2/3 overrides from places they no longer belong since they did not allow further overrides. In doing this the core-image-minimal* recipes can now set a reasonably small rootfs so that it's a realistic size for minimal. The new default for minimal is 8M and will be adujsted upward by the IMAGE_OVERHEAD_FACTOR (default of 1.3). This also fixes the ROOTFS_SIZE usage in the IMAGE_CMD_<fstype> code Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro-tracking: update toolchain recipe fieldsNitin A Kamble2011-05-231-0/+3
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* qemu machines: drop MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "qemu-config"Koen Kooi2011-05-231-1/+0
| | | | | | | Things like 'distcc' and 'bash' are not essential to booting a qemu machine. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcmode-default: switch to gcc 4.6.0 for ppc & mips alsoNitin A Kamble2011-05-231-4/+0
| | | | | | Now the kernel issues related to gcc 4.6.0 for mips & ppc are fixed. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcmode-default: switch to eglibc 2.13 from 2.12Nitin A Kamble2011-05-231-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & armNitin A Kamble2011-05-201-2/+6
| | | | | | mips & ppc are not ready yet. Waiting for kernel issues to be fixed. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro/defaultsetup.conf: Append TCLIBC to TMPDIR by defaultRichard Purdie2011-05-192-6/+4
| | | | | | | | | | | | | The current solutions to share uclibc, eglibc and glibc builds in the same tree all have various issues associated with them. Appending the suffix to TMPDIR seems like the best solution since sstate (which defaults to outside TMPDIR) will allow reuse of any components. This avoids messy changes to the core with other approaches to this problem inevitably entail, usually in code where this abstraction isn;'t logically best placed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* default-distrovars.inc: Do not add DISTRO_EXTRA_RDEPENDS and ↵Khem Raj2011-05-191-3/+0
| | | | | | | | | DISTRO_EXTRA_RRECOMMENDS We otherwise get these added to image dependencies in distributions and they may not want it but would like to use those variables Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Couple minor fixes for the OECORE renameJessica Zhang2011-05-181-1/+1
| | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* world-broken: remove non-existent itemsSaul Wold2011-05-181-5/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from defaultsetup.confMartin Jansa2011-05-172-3/+1
| | | | | | * -oecore was changed to -oe to be more consistent with SDK_VENDOR as we had -oesdk as SDK_VENDOR and not -oecoresdk Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>