summaryrefslogtreecommitdiffstats
path: root/meta-yocto
AgeCommit message (Collapse)Author
2011-08-03atom-pc.conf: Add live image typeSaul Wold
This change will cause the live image to be built by default No longer is it necessary to build a -live image type. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-02local.conf.sample: Fix TUNENAME reference (should be DEFAULTTUNE)1.1_M3.rc2Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27poky.conf: explicitly referenced preferred linux-yocto versionBruce Ashfield
As the staging of linux-yocto-3.0 showed, we should explicitly state our preferred version of linux-yocto. This prevents unvalidated changes from being forced into machines. Layers and machines are free to override this as they are updated. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-27Update TERMCMD message to align with previous changeMatthew McClintock
A previous patch changed the default TERM to use xterm. This updates local.conf.sample to match the change Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27multilib: Add support for compiling recipes against multiple ABIsRichard Purdie
This patch adds the core multilib class which can be used along with a parameter specifying the mutlilib to use in BBCLASSEXTEND. The MLPREFIX variable is added and can be used in cases where its too difficult to dynmaically work out where a mutltilib prefix is needed to be added to a variable. This includes: * SHLIBSDIR and PACKAGE_ARCH fixes from Lianhao Lu. * PACKAGE_DYNAMIC mapping from Yu Ke * PACKAGE_INSTALL mapping from Yu Ke * RPROVIDES mapping from Yu Ke * TARGET_VENDOR fix from Mark Hatle * Ignorning *-native-runtime dependnecies as well as *-native from Yu Ke * Map PKG and ALLOW_EMPTY from Dongxiao Xu * Ensure RCONFLICTS and PKG field dependencies are remapped (from Dongxiao Xu) * Ensure PN and MLPREFIX are set at the same time to ensure consistent BPN values (Yu Ke) (From OE-Core rev: 5d9453049915db48ec4b5972e12287417ebb61a2) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27linux-yocto/meta-yocto: create linux-yocto 3.0 bbappendBruce Ashfield
Creating a 3.0 bbappend to enable work on the hardware yocto targets. The SRCREV updates in this file are accurate, but compatibility has been commented out until support can be verified. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27meta/conf/local.conf.sample: improve terminal examples/commentsPaul Eggleton
Default to XTERM_TERM* instead of KONSOLE_TERM* since Konsole support only works for KDE 3.x, and note this in the comments (see Yocto bug 1294 for further details.) Also add a comment about PATCHRESOLVE = "noop". (From OE-Core rev: 4c88733f8bace5bb6503ebfe5238e96fe424e6d0) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27meta/conf/local.conf.sample: improve comments/layoutPaul Eggleton
Some additions and grammar fixes to the comments, as well as moving the locale options to the same place. (From OE-Core rev: f3cd4845d27fb5cecd173cb60c947bb36888d2e5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27meta/conf/local.conf.sample: remove oprofileui-native related settingsPaul Eggleton
oprofileui-nativesdk would be a better way to handle these kinds of requirements with the modern system, and it is not something that most users will need to configure anyway (nor was it supported.) (From OE-Core rev: 87443c874f03b2220290f13908da58a414d3a3a9) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-26data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock
Now that we have a pristine copy of the variables available at launch time we can use them when looking to inherit the OS's environment. (Bitbake rev: 21c21fcc5871e81d8d497b6baed605cdd74c4571) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-25meta-yocto: Sync with TARGET_ARCH removal changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-22mpc8315e-rdb: Set TARGET_FPU correctKumar Gala
The MPC8315E has a e300c3 core in it with 'classic' or normal PPC floating point. 'SPE' floating point is what exists on the e500v2 core. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20local.conf.sample: Add a note about ASSUME_PROVIDED for help2manTom Rini
Similar, but opposite of oe.dev example. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20linux-yocto: update mpc8315erdb SRCREVBruce Ashfield
Fixes [YOCTO #1227] Updating the fsl-mpc8315erdb SRCREV to include the following commit: [ mpc8315erdb: fix ethernet at boot time Set the default MAC addresses for the two ethernet ports on the MPC8315E-RDB to the factory default values, allowing ethernet to come up correctly during boot without upgrading U-Boot. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20linux-yocto/meta-yocto: update SRCREVSBruce Ashfield
Fixes bug [YOCTO #1161] Fixes bug [YOCTO #773] This streamlines the routerstation pro configuration to remove options that are either unecessary or that are causing bugs. Also added to all branches is: commit ffd73d6b2a9bfa0de5710b90a2237f4be66ae9a7 Author: Yinghai Lu <yinghai@kernel.org> Date: Thu Jul 14 15:27:44 2011 -0700 mm: use alloc_bootmem_node_nopanic() on really needed path commit 8f389a99b652aab5b42297280bd94d95933ad12f upstream. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-20meta-yocto/conf/local.conf.sample: Update SSTATE_MIRRORS comment to remove ↵Richard Purdie
packaged-staging references Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-05libQtOpenGL: Install libQtOpenGL to an lsb imageXiaofeng Yan
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>
2011-07-02poky.conf: add largefile support into DISTRO_FEATURESDexuan Cui
[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>
2011-06-23poky-lsb.conf: Instead of += with _appendXiaofeng Yan
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>
2011-06-22linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVsBruce Ashfield
As part of sync'ing the in-tree beagleboard support, the following commit has been pushed to all branches, and hence the SRCREV update: bb8e31f USB: ehci: remove structure packing from ehci_def The beagleboard SRCREV update captures the 69 new patches merged from meta-ti and other upstream sources. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-22linux-yocto/meta-yocto: update SRCREVs for utrace mergeBruce Ashfield
Updating the SRCREVs to account for the merge of utrace to support systemtap. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-22beagleboard-audio: Set COMPATIBLE_MACHINE and also remove toolchain ↵Richard Purdie
dependencies since its a config file Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-22beagleboard: switch to xserver-xf86-liteDarren Hart
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>
2011-06-22beagleboard: add basic audio mixer defaultsDarren Hart
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>
2011-06-22beagleboard: cleanup machine config commentaryDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-06-15meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappendsPaul Eggleton
Using FILESEXTRAPATHS is cleaner than the old FILESPATH-based method, and as meta-intel layers are using FILESEXTRAPATHS their formfactor bbappends will now work. In addition I have used FILESEXTRAPATHS_prepend which is not absolutely necessary, but provides a good working example in case it is copied by other layers that are intended to be used on top of it. Fixes [YOCTO #1156] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-14meta-yocto/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield
The linux-yocto recipes have been renamed to include explicit version numbers. The meta-yocto bbappends must be updated to follow the new naming convention. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-14bitbake: add local.conf.sample.extendedKang Kai
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>
2011-06-09local.conf.sample: remove default EXTRA_IMAGE_FEATURESSaul Wold
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>
2011-06-07linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c]Bruce Ashfield
During work on 1.1 BSPs, some driver options changed. The result was that the upstream fix b1d670f10e8078485884f0cf7e384d890909aeaa needs to be available for all BSPs. These SRCREV updates are the result of making that commit common. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-07linux-yocto/meta-yocto: update target/meta SRCREVsBruce Ashfield
Fixes bug [YOCTO #802] This SRCREV update picks up the following changes from the 2.6.37 kernel tree: - fishriver: creates and uses a dedicated BSP branch - fishriver: usbnet fixes - linux-omap: merge to match the 2.6.34 upstream merge content - beagleboard: adds VFAT config - fsl-mpc8315rdb: enables the eprom Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-01poky.conf: Make qemu-config optional for non-GPLv3Saul Wold
[YOCTO #1033] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-27beagleboard: specify UBOOT_MACHINE in machine confDarren Hart
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-05-27machine confs: Add xserver-kdrive as PREFERRED_PROVIDERSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-27meta-yocto/local.conf.sample: Added PRSERV_HOST and PRSERV_PORT.Lianhao Lu
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>
2011-05-25IMAGE_ROOTFS_SIZE: Cleanup machine conf filesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-25uclibc: rename bbappend in meta-yocto to match version in oe-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-25task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in meta-yoctoPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-25qt4: remove obsolete 4.6.3 bbappend from meta-yoctoPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-25clutter: remove obsolete 1.4 bbappend from meta-yoctoPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-23poky.conf: Add qemu-config dependencies to qemu images at the distro levelRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-19linux-yocto/meta-yocto: fix gcc 4.6.0 compilation failuresBruce Ashfield
Fixes gcc 4.6.0 compliation issues by importing the upstream change: Author: Michal Marek <mmarek@suse.cz> Date: Mon May 2 12:13:01 2011 +0000 kbuild: Fix passing -Wno-* options to gcc 4.4+ Starting with 4.4, gcc will happily accept -Wno-<anything> in the cc-option test and complain later when compiling a file that has some other warning. This rather unexpected behavior is intentional as per http://gcc.gnu.org/PR28322, so work around it by testing for support of the opposite option (without the no-). Introduce a new Makefile function cc-disable-warning that does this and update two uses of cc-option in the toplevel Makefile. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Michal Marek <mmarek@suse.cz> Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> Integrated-by: Bruce Ashfield <bruce.ashfield@windriver.com> :100644 100644 0ef00bd... 1d8e7e9... M Documentation/kbuild/makefiles.txt :100644 100644 7bd863e0.. 74bac80... M Makefile :100644 100644 ed2773e... ba25c44... M scripts/Kbuild.include Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-19poky.conf: Poky doesn't support parallel builds of libc at this pointRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-19poky.conf: Set DISTRO_EXTRA_RDEPENDS/DISTRO_EXTRA_RRECOMMENDSRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-13Qt4OpenGL: Enable libopengl for platform emenlow and mpc8315e-rdbXiaofeng Yan
LSB Test Suite need library libQtOpenGL.*, so I add them to yocto. It is a part of the solution for bug [YOCTO #1020] After Intel enable this configuration for x86-64 hardware, [YOCTO #1020] can be closed. [sgw: updated version based on update from oe-core] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-11conf/distro/include/default-distrovars.inc: Create set of default 'distro' ↵Richard Purdie
variable values (From OE-Core rev: ddbf17b3ee18c12a51950109e8728de65fb9ac0b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11machine/qemu: Add qemu-config as an essential machine speicfic dependency ↵Richard Purdie
and drop specific distro config (From OE-Core rev: 617b8f2ae26a6b4ac57795fead39ef20b1f92ecc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie
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>
2011-05-11bitbake.conf: Include the new default-providers.inc and default-versions.inc ↵Richard Purdie
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>
2011-05-10poky-floating-revisions: Move to meta-yoctoRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>