From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 14B5CE0044A for ; Mon, 11 Jun 2012 12:45:33 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 11 Jun 2012 12:45:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="151525305" Received: from yocto-hm1.jf.intel.com ([10.23.232.32]) by orsmga001.jf.intel.com with ESMTP; 11 Jun 2012 12:45:32 -0700 From: nitin.a.kamble@intel.com To: yocto@yoctoproject.org Date: Mon, 11 Jun 2012 12:38:01 -0700 Message-Id: X-Mailer: git-send-email 1.7.3.4 Subject: [PATCH 0/1] remove snb rc6 patches from v3.4 kernel repository X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 19:45:33 -0000 From: Nitin A Kamble These patches are already part of v3.4 kernel sources. So there is no need to maintain them in the yocto linux 3.4 repository. Thanks, Nitin The following changes since commit 3fd089debe624c642d7b4d9363f853021d1675b2: checkpoint dir: meta (2012-06-06 16:24:42 -0400) are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib nitin/meta http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=nitin/meta Nitin A Kamble (1): rc6: remove rc6 patches for snb .../features/tmp/rc6/rc6-kernel-params.patch | 81 -------------------- meta/cfg/kernel-cache/features/tmp/rc6/rc6.scc | 5 - .../tmp/rc6/snb-disable-rc6p-fix-precedence.patch | 26 ------ .../features/tmp/rc6/snb-disable-rc6p.patch | 39 ---------- .../features/tmp/rc6/snb-enable-rc6.patch | 54 ------------- 5 files changed, 0 insertions(+), 205 deletions(-) delete mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/rc6-kernel-params.patch delete mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/rc6.scc delete mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/snb-disable-rc6p-fix-precedence.patch delete mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/snb-disable-rc6p.patch delete mode 100644 meta/cfg/kernel-cache/features/tmp/rc6/snb-enable-rc6.patch -- 1.7.3.4