Openembedded Core Discussions
 help / color / mirror / Atom feed
 messages from 2011-07-25 19:38:28 to 2011-07-27 14:48:28 UTC [more...]

[PATCH 1/3] Add ARM tune file overhaul based largely on work from Mark Hatle
 2011-07-27 14:44 UTC  (40+ messages)
` [PATCH 2/3] Add basic Mips core tune config
` [PATCH 3/3] Add basic PowerPC "

[PATCH 0/4] Various Misc tweaks
 2011-07-27 14:29 UTC  (5+ messages)
` [PATCH 1/4] base.bbclass: Add compatibility package name mapping handler
` [PATCH 2/4] gcc: Drop part of the 64bithack patch which is no longer used
` [PATCH 3/4] module-init-tools-cross: Drop static binaries patch as a better fix has been merged
` [PATCH 4/4] base.bbclass: Fix PACKAGE_ARCH typo

[v2 PATCH 0/8] Number of multilib related fixes
 2011-07-27 12:09 UTC  (10+ messages)
` [v2 PATCH 1/8] multilib_header.bbclass: Add oe_multilib_header wrapper
` [v2 PATCH 2/8] binutils: Fix multilib header conflict - bfd.h
` [v3 PATCH 3/8] apr: Fix multilib header conflict - apr.h
` [v2 PATCH 4/8] beecrypt: Fix multilib header conflict - beecrypt/gnu.h
` [v2 PATCH 5/8] linux-libc-headers: Fix file conflict -- ..install.cmd
` [v2 PATCH 6/8] eglibc_2.13: Resolve multilib header conflicts
` [v2 PATCH 7/8] ncurses: Resolve header and man page multilib conflicts
` [v2 PATCH 8/8] package.bbclass: fixup_perms - change symlink processing

[Consolidated & Tested 00/35] July 27
 2011-07-27 11:06 UTC  (43+ messages)
` [Consolidated & Tested 01/35] meta/conf/local.conf.sample: remove oprofileui-native related settings
` [Consolidated & Tested 02/35] meta/conf/local.conf.sample: improve comments/layout
` [Consolidated & Tested 03/35] meta/conf/local.conf.sample: improve terminal examples/comments
` [Consolidated & Tested 04/35] meta/conf/local.conf.sample: remove nonfunctional BBINCLUDELOGS setting
` [Consolidated & Tested 05/35] libxcb: Add missing DEPENDS on libxdmcp
` [Consolidated & Tested 06/35] dropbear: don't override DISTRO_TYPE if it is already set
` [Consolidated & Tested 07/35] console-tools: removed wildcard from SRC_URI
` [Consolidated & Tested 08/35] module-init-tools: do not build static utilities for -cross
` [Consolidated & Tested 09/35] eglibc: remove unnecessary FILESPATHPKG usage
` [Consolidated & Tested 10/35] scripts/combo-layer: keep carriage returns at the end of lines
` [Consolidated & Tested 11/35] machine/qemu: set preferred linux-yocto kernel version
` [Consolidated & Tested 12/35] libcap: Update to 2.22 with License Clarification
` [Consolidated & Tested 13/35] libpam: update to 1.1.4 and add subpackage xtests
` [Consolidated & Tested 14/35] cups: add pam support
` [Consolidated & Tested 15/35] screen: "
` [Consolidated & Tested 16/35] sudo: "
` [Consolidated & Tested 17/35] cronie: enable PAM support for cronie
` [Consolidated & Tested 18/35] shadow: update pam related configure files
` [Consolidated & Tested 19/35] at: enable pam support
` [Consolidated & Tested 20/35] openssh: Support PAM
` [Consolidated & Tested 21/35] dropbear: Support pam
` [Consolidated & Tested 22/35] polkit: "
` [Consolidated & Tested 23/35] siteinfo: Move certain samba entries to common-linux
` [Consolidated & Tested 24/35] siteinfo: Move certain bash "
` [Consolidated & Tested 25/35] x86_64-linux siteinfo: Add bash info
` [Consolidated & Tested 26/35] siteinfo: Move certain mysql entries to common-linux
` [Consolidated & Tested 27/35] siteinfo: Move the rp-pppoe entry "
` [Consolidated & Tested 28/35] siteinfo: Move certain db entries "
` [Consolidated & Tested 29/35] siteinfo: Move general realloc/malloc values to common-$libc
` [Consolidated & Tested 30/35] siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid, grgid}) to common-libc
` [Consolidated & Tested 31/35] siteinfo: Rework the siteinfo for powerpc to fix uclibc fallout
` [Consolidated & Tested 32/35] Remove -live.bb recipes
` [Consolidated & Tested 33/35] Remove -directdisk.bb recipes
` [Consolidated & Tested 34/35] classes/image*: Revamp creation of live images
` [Consolidated & Tested 35/35] utils.bbclass: Don't forget to pass the cmdline options

[PATCH] opkg svn: bump SRCREV to 625
 2011-07-27  9:47 UTC 

[PATCH 0/1] ghostscript: fix parallel build issue
 2011-07-27  9:34 UTC  (2+ messages)
` [PATCH 1/1] "

Master branch merges
 2011-07-27  9:28 UTC 

[PATCH 0/1] linux-yocto: update cfgs and enable qemuppc/mips
 2011-07-27  3:55 UTC  (2+ messages)
` [PATCH 1/1] linux-yocto: update SRCREVs

[PATCH 0/3] Multilib image/package backend enablement
 2011-07-27  3:18 UTC  (5+ messages)
` [PATCH 1/3] package/rootfs_rpm: Implement RPM multilib package handling
` [PATCH 2/3] package(rootfs)_ipk.bbclass: support multilib in opkg backend
` [PATCH 3/3] image.bbclass: Added variables for multilib support

[PATCH 0/3] utils for touchscreen calibration
 2011-07-27  0:56 UTC  (8+ messages)
` [PATCH 1/3] xinput: Add 1.5.3 as new recipes
` [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe
` [PATCH 3/3] evtest: Add 1.25 "

[PATCH 1/1] license.bbclass: Splitting out licenses
 2011-07-26 23:00 UTC  (4+ messages)

[PATCH] bb-matrix.sh: check for the existence of time
 2011-07-26 22:50 UTC  (4+ messages)

[PATCH 0/8] Multilib core enablement patches
 2011-07-26 21:53 UTC  (9+ messages)
` [PATCH 1/8] multilib: Add support for compiling recipes against multiple ABIs
` [PATCH 2/8] lib/oe/util.py: Add MLPREFIX support to prune_suffix()
` [PATCH 3/8] do_split_packages: revise for multilib case
` [PATCH 4/8] eglibc: fix for multilib RPROVIDES issue
` [PATCH 5/8] cmake.bbclass: add ${libdir}} for multilib case
` [PATCH 6/8] linux-yocto: revise the dependency for multilib
` [PATCH 7/8] distcc: fix makefile parameter order
` [PATCH 8/8] RPM: multilib file class/color

[PATCH] Switch to using perl-native for various packages instead of host perl
 2011-07-26 19:22 UTC  (2+ messages)
` [PATCH] Update TERMCMD message to align with previous change

[PATCH v2 0/8] Start consolidating siteinfo information
 2011-07-26 18:55 UTC  (7+ messages)
` [PATCH v2 5/8] siteinfo: Move the rp-pppoe entry to common-linux

Populating meta-oe with new patches on oe.dev
 2011-07-26 17:20 UTC  (3+ messages)
` [oe] "

[PATCH 1/2] siteinfo: Rework the siteinfo for powerpc to fix uclibc fallout
 2011-07-26 16:52 UTC  (3+ messages)

[PATCH 0/3] Adding patches to support pam
 2011-07-26 16:37 UTC  (5+ messages)
` [PATCH 1/3] openssh: Support PAM
` [PATCH 2/3] dropbear: Support pam
` [PATCH 3/3] polkit: "

[PATCH 0/7] works of adding packages pam support V2
 2011-07-26 16:37 UTC  (9+ messages)
` [PATCH 1/7] libpam: update to 1.1.4 and add subpackage xtests
` [PATCH 2/7] cups: add pam support
` [PATCH 3/7] screen: "
` [PATCH 4/7] sudo: "
` [PATCH 5/7] cronie: enable PAM support for cronie
` [PATCH 6/7] shadow: update pam related configure files
` [PATCH 7/7] at: enable pam support

OpenEmbedded-Core information document
 2011-07-26 16:26 UTC 

[PATCH 0/1] Add remaining types to IMAGE_TYPES
 2011-07-26 16:09 UTC  (7+ messages)
` [PATCH 1/1] classes/image_types: IMAGE_TYPES was missing some entries

[RFC x32 0/1] x32 commits on top of rpurdie/ml3 branch
 2011-07-26  9:25 UTC  (2+ messages)
` [RFC x32 1/1] insane.bbclass: add entries for linux-gnu<ABI>

[PATCH 0/4] local.conf.sample cleanup for OE-core
 2011-07-26 15:33 UTC  (5+ messages)
` [PATCH 1/4] meta/conf/local.conf.sample: remove oprofileui-native related settings
` [PATCH 2/4] meta/conf/local.conf.sample: improve comments/layout
` [PATCH 3/4] meta/conf/local.conf.sample: improve terminal examples/comments
` [PATCH 4/4] meta/conf/local.conf.sample: remove nonfunctional BBINCLUDELOGS setting

[PATCH 0/5] Various multilib related fixes
 2011-07-26 15:25 UTC  (14+ messages)
` [PATCH 1/5] multilib_header.bbclass: Add oe_multilib_header wrapper
  ` [PATCH 3/5] eglibc: Update 2.13 to avoid multilib conflicts
  ` [PATCH 5/5] package.bbclass: fixup_perms - symlink bug fix

[PATCH 0/1] add upstream status field for some recipe
 2011-07-26 14:49 UTC  (3+ messages)
` [PATCH 1/1] upstream status: add for libsdl and xserver patches

[PATCH 0/1][PULL] Upstream-Status update
 2011-07-26 14:48 UTC  (3+ messages)
` [PATCH 1/1] Upstream-Status: Add Upstream-Status for some missing patches

[RFC-WIP 0/3] Live Image Type - Please Review
 2011-07-26 14:36 UTC  (5+ messages)
` [RFC-WIP 1/3] classes/image*: Revamp creation of live images
` [RFC-WIP 2/3] Remove -live.bb recipes
` [RFC-WIP 3/3] Remove -directdisk.bb recipes

[PATCH] meta: Rename SITEINFO_ENDIANESS to SITEINFO_ENDIANNESS
 2011-07-26 14:23 UTC  (3+ messages)

[PATCH] dropbear: don't override DISTRO_TYPE if it is already set
 2011-07-26 12:45 UTC  (2+ messages)

rom 992efbf4ec3d7c55346953dbe82f9745590e64bf Mon Sep 17 00:00:00 2001
 2011-07-26 12:44 UTC 

[RFC x32 0/3] X32 commits on top of rpurdie/ml3 branch
 2011-07-26  0:48 UTC  (4+ messages)
` [RFC x32 1/3] x86 tune inc files: add x32 abi tune parameters
` [RFC x32 2/3] toolchain-scripts & other classes: add TARGET_LD_ARCH & TARGET_AS_ARCH vars
` [RFC x32 3/3] siteinfo: select right siteinfo as per x86_64 ABIs

[PATCH 0/1] Additional license wrangling functionality
 2011-07-25 23:24 UTC 

[meta-ti]Pandaboard issues
 2011-07-25 21:47 UTC  (5+ messages)

[PATCH 0/3] First round of tune config file updates
 2011-07-25 20:43 UTC  (8+ messages)
` [PATCH 5/3] conf/machine/include: Start to fill out architecture specific tune include files and tune features


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox