From patchwork Tue Jan 31 02:10:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] Ready to merge patches from O.S. Systems tree Date: Tue, 31 Jan 2012 02:10:29 -0000 From: Otavio Salvador X-Patchwork-Id: 20373 Message-Id: To: openembedded-core@lists.openembedded.org This patchset provides two patches. The first does the changes suggested some time ago by Richard to avoid too much forking in new udev cache support; the later imports gitpkgv from Meta-OE as some layers will start using it (Meta-TI is one) and this avoids the dependency on Meta-OE for its support. The following changes since commit d7b13cd42ab8d5f44f97e119b73ec2e363677d26: useradd.bbclass: Fix missing quote (2012-01-27 23:57:33 +0000) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (2): udev: improve udev-cache robustness classes/gitpkgv.bbclass: import from Meta-OE meta/classes/gitpkgv.bbclass | 95 ++++++++++++++++++++++++ meta/recipes-core/udev/udev.inc | 8 ++- meta/recipes-core/udev/udev/init | 15 +++- meta/recipes-core/udev/udev/udev-cache | 14 +++- meta/recipes-core/udev/udev/udev-cache.default | 4 + 5 files changed, 129 insertions(+), 7 deletions(-) create mode 100644 meta/classes/gitpkgv.bbclass create mode 100644 meta/recipes-core/udev/udev/udev-cache.default