summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* linux-yocto: add dropped qemuppc configurationBruce Ashfield2010-12-231-1/+1
| | | | | | | | The _ to - mass change mangled a config file name, which was dropped from the update. This adds the fixed file back to the meta branch of the kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: update to 2.6.37-rc6Bruce Ashfield2010-12-231-13/+13
| | | | | | | | | | | | Fixes [BUGID #596] Updating the SRCREVs of the target branches in the linux-yocto development kernel to point to 2.6.37-rc6 content. At this point branches have been switched from _ to - and we are able to remove the old branch names. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-emenlow: update to the new BSP layoutTom Zanussi2010-12-231-1/+0
| | | | | | | | | | This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* opkg: Update to svn r590 to fix symbolic link issuesRichard Purdie2010-12-221-1/+1
| | | | | | | | | | See the longlinksfix patch for details but symlinks over 100 chars long were broken in sdk tarballs and its due to problems in the inbuilt tar in libbb in opkg. The patch fixes this and switched to svn r590 which already had partial fixes. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky.bbclass: Move mirrors/premirrors to poky.confRichard Purdie2010-12-211-1/+27
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* web-webkit: Updated SVN Rev to 130 & added LIC_FILES_CHKSUMSaul Wold2010-12-211-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: remove or adjust to _ in branch namesBruce Ashfield2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | The existing 2.6.34 kernel tree uses _ where poky typically uses -. This is a historical artifact, since working with gnu Make and shells means avoiding - is wise. The opposite is true in Yocto. To avoid using the _ reserved character wherever possible we can simply remove it from the branch names in the new 2.6.37 kernel, but to keep the content stable in the 0.9 2.6.34 kernel, we map _ to - for the purposes of packaging. To further faciliate this switch, the branch names no longer need to be shortened in the KMACHINE mappings, but can be fully specified and the tools/processing adapt as required. This gives us the flexibility to map multiple boards to a single branch for building. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* distro_tracking: change owner of some recipeYu Ke2010-12-201-23/+23
| | | | | | | | People already help Kevin to maintain the recipes he owned, so change the tracking field owner for more accurate tracking. Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distro_tracking: Fix name inconsistencyYu Ke2010-12-201-7/+7
| | | | | | | | in distro_tracking_fields.inc, my name has two version: "Ke Yu <ke.yu@intel.com>", and "Yu Ke <ke.yu@intel.com>". this patch unify it to be "Yu Ke <ke.yu@intel.com>". Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default-revisions.inc: Update pseudo revision to include exec/fork ↵Richard Purdie2010-12-171-1/+1
| | | | | | improvements and speed optimisations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Update to the latest swabber.Alex deVries2010-12-171-1/+1
| | | | Signed-off-by: Alex deVries <alex.devries@windriver.com>
* distro_tracking: update status for upgraded recipesNitin A Kamble2010-12-161-2/+2
| | | | | | | | distro_tracking: chaning owner of python-pygtk As the python-pygtk's version is tightly connected to the gtk+ recipe version. changing the recipe ower to Edwin who is the gtk+ recipe owner. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking_fields: Update entries with correctionsSaul Wold2010-12-161-1/+29
| | | | | | * fix VERSION Misspellings and add missing recipe versions Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking: update status for upgraded recipesNitin A Kamble2010-12-161-10/+9
| | | | | | | | distro_tracking: chaning owner of python-pygtk As the python-pygtk's version is tightly connected to the gtk+ recipe version. changing the recipe ower to Edwin who is the gtk+ recipe owner. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* world-broken.inc: Fix override values to include correct prefixRichard Purdie2010-12-161-5/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* fstests: upgrade to svn revision #426Nitin A Kamble2010-12-161-1/+1
| | | | | | Also add license checksums, update PR & license fields Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Introduce SDK_VERSION which is based on DISTRO_VERSION for fixing bug 586Jessica Zhang2010-12-161-1/+2
| | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* distro_tracking: fix VERSION Misspellings and add missing recipe versionsSaul Wold2010-12-161-46/+74
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: adjust variable whitelisting to fix sstate checksumsPaul Eggleton2010-12-141-1/+2
| | | | | | | | | | | | | | | | | | | | After some analysis of task dependencies I have adjusted the global whitelist used to filter out variables that would otherwise cause unwanted changes in task checksums for sstate packages. The following changes have been made to BB_HASHBASE_WHITELIST: * Fix typo: FILESEXTRAPATHS not FILESEXTRPATHS * Add variables FILE_DIRNAME HOME LOGNAME SHELL TERM USER * Remove variables DATE and TIME (these are referred to by a number of tasks where they should affect the checksum, e.g. because they influence PV) * Remove variable _ (not found in dependencies) Additionally DATE and SRCDATE are excluded but only explicitly for patch_do_patch, which uses these only to provide a warning if patches are out of date. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* linux-yocto/stable: add blktrace configuration to standard branchBruce Ashfield2010-12-141-1/+1
| | | | | | | Enable the kernel configuration values required for blktrace by default. Individual boards can opt out as required. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemuppc: update 2.6.37 SRCREVBruce Ashfield2010-12-131-1/+1
| | | | | | | | | | Fixes [BUGID: 585] The qemuppc irq handling was only partially updated to 2.6.37, this completes the job. qemuppc builds and boots with this change. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* distro_tracking_fields: added missing quoteSaul Wold2010-12-101-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* yocto-kernel: factor common routes, update to 2.6.37 and branch renamingBruce Ashfield2010-12-101-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to extend and create more kernel recipes based on the supported yocto kernel common routines need to be placed in re-usable blocks. To accomplish this meta/recipes-kernel/linux/linux-yocto_git.bb is broken into three parts: - meta/classes/kernel-yocto.bbclass: contains common routines for checking out and configuring a yocto kernel git repository. This should be inherited by recipes that need this functionality. - meta/recipes-kernel/linux/linux-yocto.inc: Contains the machine mappings, compatibility, build directives and common task definitions for a yocto kernel based recipe. This inherits kernel-yocto, and is the typical point of entry for other recipes. - meta/recipes-kernel/linux/linuux-tools.inc: tasks and function definitions for kernel recipes that want to build/export perf It also updates the linux-yocto recipe to default to 2.6.37. As part of the update to 2.6.37 the branch naming and conventions have been modified to show inheritance, and be more generic. For example: master meta yocto/base yocto/standard/arm_versatile_926ejs yocto/standard/base yocto/standard/beagleboard yocto/standard/common_pc/atom-pc yocto/standard/common_pc/base yocto/standard/common_pc_64 yocto/standard/fsl-mpc8315e-rdb yocto/standard/intel_atom_z530 yocto/standard/intel_core_qm57_pch yocto/standard/mti_malta32_be yocto/standard/preempt_rt/base yocto/standard/preempt_rt/common_pc yocto/standard/preempt_rt/common_pc_64 yocto/standard/preempt_rt/intel_atom_z530 yocto/standard/preempt_rt/intel_core_qm57_pch yocto/standard/qemu_ppc32 yocto/standard/routerstationpro In this structure: master: tracks the mainline kernel meta: meta information for the BSPs and kernel features yocto/base: baseline kernel branch yocto/standard/base: 'standard' kernel, contains features and configs for all BSPs yocto/standard/<machine>: represents a BSP with specific features or configurations The tools, tree and libc-headers have all been updated to deal with this new structure. Also in addition to dealing with the new structure, they continue to work with the existing tree and will adapt at runtime to the differences. The linux-yocto-stable_git.bb recipe continues to build the 2.6.34 based tree,and linux-yocto_git.bb builds 2.6.37. As boards are enabled for the new kernel they will move from -stable to the development kernel. As of now, only the emulated targets have moved to 2.6.37-rcX Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* udev: upgrade to version 164Qing He2010-12-101-1/+1
| | | | Signed-off-by: Qing He <qing.he@intel.com>
* sysprof: add system-wide performance profiler for Linux.Tom Zanussi2010-12-101-1/+2
| | | | | | [sgw@linux.intel.com: alpha'ed poky-default-revision.inc and fix commit message] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky.conf: move the SDK install into version directoriesJoshua Lock2010-12-091-1/+1
| | | | | | | | It's desirable to be able to have SDK toolchains installed from multiple versions of Poky, enable this by installing the toolchains into a subdirectory of /opt/poky/ based on the distro version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky.conf: add more hash whitelistKevin Tian2010-12-091-1/+1
| | | | | | | | | | | | | DATE are referenced by patch_do_patch TIME are referenced by do_distro_check/do_checkpkg BBPATH/THISDIR/_ impacts the scenario when using different source path. DL_DIR/SSTATE_DIR are listed as dependency too, by pstaging_fetch FILESEXTRPATHS is referenced by .bbappend files Some tasks may not contribute to sstate packages, e.g. do_checkpkg. But for safety all of them are whitelist this time. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* world-broken: Update with Clutter itemsSaul Wold2010-12-091-0/+5
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc.Dongxiao Xu2010-12-091-10/+25
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* pulseaudio: upgrade to version 0.9.21Dongxiao Xu2010-12-091-0/+4
| | | | | | | There is a bug in pulseaudio uptream which uses new instructions on old arm platform. So we keep arm version of pulseaudio unchanged. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* poky.conf: add BB_TASKHASH to BB_HASHBASE_WHITELISTPaul Eggleton2010-12-071-1/+1
| | | | | | | | At the time of creating the hash, BB_TASKHASH can't really be valid and should be excluded from the environment variable list used to create the hash. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* preferred-xorg-versions: Update to match new versionsSaul Wold2010-12-061-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* eee-acpi-scripts: Update to 1.1.11Zhai Edwin2010-12-061-1/+1
| | | | | | Rebased remove-doc-check.patch Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking_fields: update fields for devel/toolchain recipesNitin A Kamble2010-12-061-4/+0
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* web: Update to svn r129Zhai Edwin2010-12-061-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking_fields: update fields for devel/toolchain recipesNitin A Kamble2010-12-061-21/+18
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking_fields.inc: update insserv and libatomics-opsScott Garman2010-12-061-5/+14
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* Revert "qemugl: upgrade to git commit 33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9"Saul Wold2010-12-031-2/+2
| | | | | | | | This reverts commit 4bcba3fb12bf2ea7ac952f97a44c8881703935dd. The qemugl is not building so I am reverting this update until it's resolved. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* preferred-xorg-versions: updated for lastest package updatesSaul Wold2010-12-021-26/+26
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* world-broken: cleanup post reorg and world cleanupSaul Wold2010-12-021-46/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* eds-tools: Fix SRCREV and add LIC_FILE_CHKSUMSaul Wold2010-12-021-0/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* qemugl: upgrade to git commit 33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9Yu Ke2010-12-021-2/+2
| | | | | | qemugl has no update since May 2009. Compared to current SRCREV, there is 3 new commit in upstream. So simply upgrade the SRCREV to the latest commit of May 2009, to include the 3 new commits. Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa-dri: upgrade from 7.8.2 to 7.9Yu Ke2010-12-021-1/+1
| | | | | | | | | | | | | with the following changes: - remove mesa-demos, because starting from mesa 7.9, mesa-demos becomes a standalone src tar ball in upstream, so there will be a seperate recipes to build the mesa-demos - add dependency of talloc and libxml2-native Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking: gupnp-av, gupnp-tools, ofono, etc.Dongxiao Xu2010-12-021-34/+63
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libgsmd: Upgrade to rev 5394Dongxiao Xu2010-12-021-1/+1
| | | | | | | Rebase fix_machine_init.patch to latest version. Fixed recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* wpa-supplicant: Upgrade to version 0.7.3Dongxiao Xu2010-12-021-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* xf86-video-omapfb: add license checksumYu Ke2010-12-021-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking_fields.inc: update sudo, libpam, and mtoolsScott Garman2010-11-241-14/+17
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* preferred-xorg-versions: Updated to reflect recipe updatesSaul Wold2010-11-241-22/+22
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* liberation-fonts: Added version 1.06, PREFERRED_VERSION is still 1.04Saul Wold2010-11-241-0/+3
| | | | | | | | The new recipe requires fontforge, which is not added yet, so the preferred version remains 1.04, when we have fontforge native then we can remove this. Signed-off-by: Saul Wold <Saul.Wold@intel.com>