summaryrefslogtreecommitdiff
path: root/meta/conf
AgeCommit message (Collapse)AuthorFiles
2011-07-19bitbake.conf: Change TERM default fallback to XTERM instead of GNOME_TERMKhem Raj1
Its better to use xterm since some folks may not be using gnome or KDE. Chances of having xterm on build machines are lot more than having gnome-terminal. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-19distro tracking: UpdatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-13distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipesScott Garman1
The upstream package tracking webapp needs this additional distro tracking field to work properly for the following recipes I maintain: * icu * blktool * apmd * gperf * dosfstools * insserv * at Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-07-10tcmode-default: update binutils versionSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-08bitbake.conf: update OLDEST_KERNEL to 2.6.16Paul Eggleton1
Since we no longer support 2.4, update this setting to 2.6.16, to line up with the most accepted setting from OE. (This affects eglibc's kernel support, and 2.6.16 is the minimum version for glibc 2.9 onwards.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-08distro tracking: update devel.toolchain recipes's fieldsNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-07-07default-distrovars.inc: add ipv4 to DISTRO_FEATURESPaul Eggleton1
Since the change in busybox configuration to match OE (OE core rev b5564c4a9cadf306b447180c433b25ec071f8ce1) we now need ipv4 in DISTRO_FEATURES to get standard IPv4 functionality in busybox. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-07distro_tracking_fields.inc: Update recipes upgrade and manual check informationMei Lei1
upgrade: gawk, gupnp manual check: diffutils Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-07-07tcmode-default: Define UCLIBCVERSION and set it to 0.9.32Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-04distro_tracking_field: update the manually check fieldYu Ke1
sqlite3 qemugl console-tools gconf-dbus Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-07-04distro_tracking_fields.inc: update recipes upgrade informationMei Lei1
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-07-01distro_tracking_fields: remove modutils.Anders Darander1
Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-01bitbake.conf: update PSEUDO_PASSWD variableScott Garman1
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>
2011-06-30ccache: Set CCACHE on a per recipe basisWenzong Fan1
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>
2011-06-30distro_tracking_field: update recipe maintainerYu Ke1
reassign Qing's recipe to other team member Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-06-30sanity.conf: Require bitbake version 1.13.2 at a minimumRichard Purdie1
2011-06-29distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and ↵Dexuan Cui1
tcf-agent Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-29task-base: add 3G into DISTRO_FEATUREDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-06-29ofono: upgrade to version 0.50Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-06-29distro_tracking: update some manual checking fieldsDongxiao Xu1
linux-firmware minicom opkg dpkg wireless-tools libgsmd libsamplerate0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-06-28distro-tracking: Update manual check date for puzzles, gpgme, x11vnc..Zhai Edwin1
Also make maintainer name consistent. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-06-28distro_tracking: update sudo tracking infoScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-28distro_tracking: update mtools tracking infoScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-28base/glib-2.0: Simplify USE_NLS handling for glib-2.0Richard Purdie1
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>
2011-06-28classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ↵Richard Purdie1
serves no useful purpose Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-28libc-locale: split locale handling from libc recipe.Dongxiao Xu2
*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>
2011-06-23tcmode-default.inc: use 4.6 for GCCVERSION and SDKGCCVERSIONKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22Revert "tcmode-default.inc: Bump EGLIBCVERSION to 2.14"Richard Purdie1
This reverts commit 0250ece17e50fde0f87833f0f1a7d203fcfb4343. 2.14 isn't ready for prime time use :(
2011-06-22tcmode-default.inc: Bump EGLIBCVERSION to 2.14Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14eglibc: migrate configurability from oeKang Kai1
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>
2011-06-14distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
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>
2011-06-14tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadianDexuan Cui1
[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>
2011-06-09conf/sanity.conf: Set the minimum bitbake version correctly, we've needed ↵Richard Purdie1
recent bitbake features for a while Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-09distro_tracking_fields.inc: Fix a incorrect date formatMei Lei1
One incorrect date format caused a checking failure in package report system. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-06-09distro_tracking_fields.inc: add pseudoMark Hatle1
Add pseudo to tracking, with me as the maintainer. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-09bitbake.conf: Create staticdev pacakge for static librariesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06distro tracking: Manual UpdatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06distro tracking: fixup some bad entriesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06distro tracking: update Qing -> SaulSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06distro-tracking: update openssh, tar, and grepScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-06distro-tracking: updatesScott Garman1
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>
2011-06-06bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENVScott Garman1
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>
2011-06-01distro tracking: updatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-30bitbake.conf: make OVERRIDES match what people expectKoen Kooi1
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'
2011-05-27conf/bitbake.conf: Added variables for PR service.Lianhao Lu1
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>
2011-05-27tcmode-default: workaround for gcc 4.6.0 failure on beagleboardNitin A Kamble1
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>
2011-05-27bitbake.conf: change IMAGE_ROOTFS_EXTRA_SPACE to soft (?=) defaultSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-25image_types: add IMAGE_ROOTFS_EXTRA_SPACESaul Wold1
[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>
2011-05-25IMAGE_ROOTFS_SIZE CleanupSaul Wold3
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>
2011-05-23distro-tracking: update toolchain recipe fieldsNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>