summaryrefslogtreecommitdiffstats
path: root/meta/conf
Commit message (Collapse)AuthorAgeFilesLines
* matchbox-theme-sato-2: Updated to svn rev164 and add patchSaul Wold2010-12-301-1/+1
| | | | | | | Patch was added because the png file was renamed from background.png to template.png. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* yocto/meta: update to 2.6.37-rc7Bruce Ashfield2010-12-281-10/+10
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* distro_tracking: Add RECIPE_LAST_UPDATE infoDongxiao Xu2010-12-241-161/+564
| | | | | | Also removed distro tracking fields that recipe no longer exists. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* 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>
* qemu: match kernel headers to preferred kernelBruce Ashfield2010-12-231-1/+1
| | | | | | | | | As the yocto-kernel advances, the libc headers must also advance. This commit fixes the SRC_URI and SRCPV to work properly with the latest linux-yocto kernel. It also switches the qemu* targets to prefer this libc recipe. 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>
* sanity.bbclass: allow minimisation of impact of more invasive sanity checksPaul Eggleton2010-12-201-0/+1
| | | | | | | | | | | Add a mechanism to avoid running more invasive checks every time bitbake is invoked. Adds a file in conf/ (i.e. under user's build directory) that tracks a new variable SANITY_VERSION (set in sanity.conf) as well as TMPDIR and SSTATE_DIR, allowing checks to be run when these are changed. Fixes [BUGID #562] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.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>
* bitbake.conf/poky-env-internal: Adjust PSEUDO variables to match pseudo ↵Richard Purdie2010-12-171-2/+2
| | | | | | enabled/disabled modes 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>
* Stop using hardcoded paths, use new Ubuntu and generic filters.Alex deVries2010-12-176-0/+63
| | | | 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-106-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Drop variables that do nothingRichard Purdie2010-12-101-3/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-cross-canadian: Ensure it reflects TARGET_ARCH in PNRichard Purdie2010-12-101-0/+2
| | | | | | | If this recipe doesn't reflect TARGET_ARCH in its name, only one flavour of cross toolchain can be installed at once. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.Lianhao Lu2010-12-101-0/+1
| | | | | | | | | | | Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name appendix of x86_64 target in cross-canadian packages is x86-64. Signed-off-by: Lianhao Lu <lianhao.lu@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>
* sanity.bbclass: Warn people when TERMCMD is set to a non-installed programJoshua Lock2010-12-061-0/+7
| | | | | | | | | We default to gnome-terminal for TERMCMD (and TERMRUNCMD) so should check that this program actually exists during sanity checking. As a corollary document how to change these variables in the local.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
* local.conf.sample: Note extra variables required when disabling en_US localeJoshua Lock2010-12-061-0/+5
| | | | | | | When changing which locales are generated for libc it may also be neccessary to change IMAGE_LINGUAS and LIMIT_BUILT_LOCALES Signed-off-by: Joshua Lock <josh@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>