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 yocto-www.yoctoproject.org (Postfix) with ESMTP id E68F9E016D7 for ; Fri, 1 Nov 2013 15:02:35 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 01 Nov 2013 14:59:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="402364568" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.15.12]) by orsmga001.jf.intel.com with ESMTP; 01 Nov 2013 15:02:34 -0700 From: Saul Wold To: yocto@yoctoproject.org, flihp@twobit.us Date: Fri, 1 Nov 2013 15:02:28 -0700 Message-Id: <1383343353-23232-3-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1383343353-23232-1-git-send-email-sgw@linux.intel.com> References: <1383343353-23232-1-git-send-email-sgw@linux.intel.com> Subject: [meta-measured][PATCH 2/7] linux-yocto: Update to 3.10 and set as default X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 22:02:36 -0000 Signed-off-by: Saul Wold --- conf/distro/oe-measured.conf | 2 +- .../linux/{linux-yocto_3.8.bbappend => linux-yocto_3.10.bbappend} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-kernel/linux/{linux-yocto_3.8.bbappend => linux-yocto_3.10.bbappend} (100%) diff --git a/conf/distro/oe-measured.conf b/conf/distro/oe-measured.conf index 60ad0c2..52f2cae 100644 --- a/conf/distro/oe-measured.conf +++ b/conf/distro/oe-measured.conf @@ -2,4 +2,4 @@ DISTRO = "oe-measured" DISTROOVERRIDES = "tpm:txt" DISTRO_FEATURES_append = " tpm txt usb3 " -PREFERRED_VERSION_linux-yocto = "3.8%" +PREFERRED_VERSION_linux-yocto = "3.10%" diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend similarity index 100% rename from recipes-kernel/linux/linux-yocto_3.8.bbappend rename to recipes-kernel/linux/linux-yocto_3.10.bbappend -- 1.8.3.1