From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 25A6260D68 for ; Mon, 6 Jan 2014 08:08:42 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 06 Jan 2014 00:04:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,611,1384329600"; d="scan'208";a="434366604" Received: from cvoicu-vostro-460.rb.intel.com (HELO google.com.com) ([10.237.105.151]) by orsmga001.jf.intel.com with ESMTP; 06 Jan 2014 00:08:41 -0800 From: Cristiana Voicu To: openembedded-core@lists.openembedded.org Date: Mon, 6 Jan 2014 10:15:39 +0200 Message-Id: X-Mailer: git-send-email 1.7.9.5 Subject: [PATCH V2 0/1] Package upgrade X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 08:08:42 -0000 The package has been succesfully compiled for all major architectures. Tested on a core-image-sato, functionalities like lsmod, kmod list or kmod -V. The following changes since commit f33c990db392c6b208efecea0f941449c4d25cec: maintainers.inc: reassign e2fsprogs (2014-01-03 15:16:42 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib cvoicu/work2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work2 Cristiana Voicu (1): kmod: Update to Rev 16 via git meta/recipes-kernel/kmod/kmod-native_git.bb | 3 +- meta/recipes-kernel/kmod/kmod.inc | 5 +-- .../kmod/0001-Fix-build-with-older-gcc-4.6.patch | 44 -------------------- .../kmod/kmod/fix-seperatebuilddir.patch | 34 --------------- 4 files changed, 3 insertions(+), 83 deletions(-) delete mode 100644 meta/recipes-kernel/kmod/kmod/0001-Fix-build-with-older-gcc-4.6.patch delete mode 100644 meta/recipes-kernel/kmod/kmod/fix-seperatebuilddir.patch -- 1.7.9.5