summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf
Commit message (Collapse)AuthorAgeFilesLines
* libQtOpenGL: Install libQtOpenGL to an lsb imageXiaofeng Yan2011-07-051-1/+1
| | | | | | | Library "libQtOpenGL" is needed by an lsb image. So I add it to task-core-lsb.bb Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* poky.conf: add largefile support into DISTRO_FEATURESDexuan Cui2011-07-022-1/+3
| | | | | | | | | | | | | | | | | [YOCTO #1205 ] The commit ab1171b(busybox: backport distro-features handling from oe master) actully makes busybox's largefile support disabled. So busybox's mkswap complains "lseek: Value too large for defined data type" when we install BSP image into the target device. So we have to enable largefile support, and bump PR of busybox(in a later commit). Note: poky-lsb.conf enables "largefile" and includes poky.conf, so we can move "largefile" from poky-lsb.conf into poky.conf. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* poky-lsb.conf: Instead of += with _appendXiaofeng Yan2011-06-231-1/+1
| | | | | | | | | | The default variable DISTRO_FEATHURE was set in poky.conf before \ moving to defaultsetup.conf. Defaultsetup.conf is included after poky-lsb.conf \ So poky-lsb.conf sets the variable using += but since its empty, \ it might as well be an = and then the later ?= doesn't do anything since the \ variable is already set. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* beagleboard: switch to xserver-xf86-liteDarren Hart2011-06-221-2/+6
| | | | | | | | Try to get closer to the meta-texasinstruments layer which uses xserver-xorg. Provide a default xorg.conf that matches the one from meta-texasinstruments. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* beagleboard: add basic audio mixer defaultsDarren Hart2011-06-221-0/+3
| | | | | | | | We need a generic alsa based mechanism that we can use a bbappend to save default mixer controls per bsp. Until that is ready, this ensures the Audio Out on the Beagleboard is enabled out of the box. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* beagleboard: cleanup machine config commentaryDarren Hart2011-06-221-5/+3
| | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* bitbake: add local.conf.sample.extendedKang Kai2011-06-141-0/+12
| | | | | | | Add a new configuration file local.conf.sample.extended, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* local.conf.sample: remove default EXTRA_IMAGE_FEATURESSaul Wold2011-06-091-9/+2
| | | | | | | The default list of EXTRA_IMAGE_FEATURES adds alot to the generic non-dev and non-sdk image so ensure that the sato-sdk and lsb-sdk includes this list by default. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: Make qemu-config optional for non-GPLv3Saul Wold2011-06-011-1/+1
| | | | | | [YOCTO #1033] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* beagleboard: specify UBOOT_MACHINE in machine confDarren Hart2011-05-271-0/+1
| | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* machine confs: Add xserver-kdrive as PREFERRED_PROVIDERSaul Wold2011-05-272-0/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT.Lianhao Lu2011-05-271-0/+5
| | | | | | | | | Setting PRSERV_HOST and PRSERV_PORT would trigger the poky to use remote PR network service. Leaving them unset allow the user to build image without the PR network service Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* IMAGE_ROOTFS_SIZE: Cleanup machine conf filesSaul Wold2011-05-252-3/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: Add qemu-config dependencies to qemu images at the distro levelRichard Purdie2011-05-231-0/+7
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Poky doesn't support parallel builds of libc at this pointRichard Purdie2011-05-191-0/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Set DISTRO_EXTRA_RDEPENDS/DISTRO_EXTRA_RRECOMMENDSRichard Purdie2011-05-191-0/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/include/default-distrovars.inc: Create set of default 'distro' ↵Richard Purdie2011-05-111-46/+2
| | | | | | | | variable values (From OE-Core rev: ddbf17b3ee18c12a51950109e8728de65fb9ac0b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* machine/qemu: Add qemu-config as an essential machine speicfic dependency ↵Richard Purdie2011-05-111-7/+0
| | | | | | | | and drop specific distro config (From OE-Core rev: 617b8f2ae26a6b4ac57795fead39ef20b1f92ecc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie2011-05-111-31/+2
| | | | | | | | | | | | overrridable default for commonly used options The intent is to allow distros to share common core config but still allow customisations. The core should work with no distro set but users can still customise in any ways needed. (From OE-Core rev: c0a148077ae27a1ef57c55ac22953c68d001af57) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf: Include the new default-providers.inc and default-versions.inc ↵Richard Purdie2011-05-111-59/+1
| | | | | | | | | | | | files These are the minimal defaults to allow OE-Core to function standalone with no distro set and are constucted such that the distro can either override values, or totally replace the include file entirely as needed. (From OE-Core rev: b34d5e93fab4274e1a56f446e2ba4756d614cc47) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions: Move to meta-yoctoRichard Purdie2011-05-101-0/+83
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc: use linux-yocto (2.6.37) kernelDarren Hart2011-05-101-1/+1
| | | | | | | | | | | Tested boot, network, sato desktop, amixer, and audio playback on a Toshiba NB305 netbook. Depends on "linux-yocto: move non-core machines to meta-yocto" from Bruce Ashfield to the yocto list: Message-Id: <a258388e5b8d134009bb37cfc9f6b1c1dd8ba94e.1304707341.git.bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* conf/machine: Drop unused *GUI* variablesRichard Purdie2011-05-102-5/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta/conf/local.conf.sample: fix mklibs comment line split and typoOtavio Salvador2011-05-101-3/+4
| | | | | | | (From OE-Core rev: a8b88f5364003ac18f301b93e45c9ba594c17bc2) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto: move non-core machines to meta-yoctoBruce Ashfield2011-05-101-1/+2
| | | | | | | | | The non-qemu compatibility references have been removed from the main linux-yocto recipe. This change restores them in the meta-yocto layer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* qemuimagetest: Enable toolchain automation tests in qemuimagetestJiajun Xu2011-05-041-1/+1
| | | | | | | | | | | | | Enable toolchain automation tests in qemuimagetest framework. 3 C/C++ test projects are added to test toolchain - cvs, iptables and sudoku-savant. User needs to set TEST_SCEN to "toolchain" in local.conf to enable tests. Test case will check if toolchain tarball exists under "${DEPLOY_DIR}/sdk". And it will extract toolchain tarball into /opt. It requires user to chown /opt to non-root user, who will run qemuimagetest. Signed-off-by Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* logging: remove unused BBDEBUG from local.conf.sampleDarren Hart2011-04-281-2/+0
| | | | | | | | | | | | | | | The boolean BBDEBUG described in local.conf.sample is no longer referenced by any other sources. It also conflicts with the OS environment variable of the same name which maps to the debug log level also specified by the -D[D[D]] argument. Remove the boolean BBDEBUG from local.conf.sample. (From OE-Core rev: 513aa1dc61c26476f10a643f8dafc3d025f408c4) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Chris Larson <clarson@kergoth.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Set SDK_VENDORRichard Purdie2011-04-211-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Catch up with OE-Core renamingRichard Purdie2011-04-215-12/+14
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb: Add "largefile" feature for LSB distro.Jingdong Lu2011-04-181-1/+1
| | | | | | | | | | Add "largefile" feature for LSB distro. Fixes [YOCTO #794] (From OE-Core rev: 0e7c0a018bee5a4033e5a90a44802e3f582f739f) Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/poky.conf: Use -uclibceabi instead of -uclibgnuceabiKhem Raj2011-04-041-1/+1
| | | | | | | (From OE-Core rev: 7be4299defe061177096946c614f42b7e025b209) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Specify QEMU_TARGETS explicitly for nowRichard Purdie2011-03-311-0/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add missing POKY_EXTRA_RDEPENDS qemu changes for mipc/ppcRichard Purdie2011-03-281-0/+2
| | | | | | [YOCTO #394] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump to post 1.0 versionRichard Purdie2011-03-251-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove gnome-common from WHITELIST_GPLV3Saul Wold2011-03-171-1/+1
| | | | | | | | | | This was due to task-poky-extended pulling in qemu-config for non-GPLv3 poky-image-basic (From OE-Core rev: 5abe730df009931f5745aadf613d64fe964f94b2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add additional Libraries to the LGPLv2 WhitelistSaul Wold2011-03-171-1/+1
| | | | | | | | | | | The ligcc and gcc-runtime both are LGPLv2 libraries although they are part of the large GCC GPLv3 code. There is clearly called out exceptions for these libraries. (From OE-Core rev: 63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bblayers.conf.sample: include meta-yocto in default layersJoshua Lock2011-03-151-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-yocto: Add layer.confRichard Purdie2011-03-041-0/+10
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie2011-03-0310-0/+578
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>