From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 346A278332 for ; Fri, 3 Nov 2017 02:45:41 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id vA32jg99027376 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 2 Nov 2017 19:45:42 -0700 (PDT) Received: from yow-bashfiel-d4.wrs.com (128.224.56.94) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.361.1; Thu, 2 Nov 2017 19:45:41 -0700 From: Bruce Ashfield To: Date: Thu, 2 Nov 2017 22:45:32 -0400 Message-ID: X-Mailer: git-send-email 2.5.0 In-Reply-To: References: MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 8/9] linux-yocto/4.12: configuration fragment updates 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: Fri, 03 Nov 2017 02:45:41 -0000 Content-Type: text/plain Integrating the following configuration updates: dcf1317b36d2 features/mmc/mmc-realtek: enable Realtek PCI-E card reader support 1a144ffe5f76 edac: split scc into enablement and patching (for treegen) Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.12.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb index d7510b8069ee..0a60fc53aa98 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "f792c32d8f19a31874ec40c033f36ef250e596ae" -SRCREV_meta ?= "8bbce61f5d3a063725c09fe4bc5afe3f227e9060" +SRCREV_meta ?= "cebe198870d781829bd997a188cc34d9f7a61023" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb index 6c9fed6ad605..c7f1b8dc8108 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "26c1863a744836d9171dff262b864cb67f4d537c" -SRCREV_meta ?= "8bbce61f5d3a063725c09fe4bc5afe3f227e9060" +SRCREV_meta ?= "cebe198870d781829bd997a188cc34d9f7a61023" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index bc1ee97237c1..1bdb0db3c819 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "26c1863a744836d9171dff262b864cb67f4d537c" SRCREV_machine_qemux86-64 ?= "26c1863a744836d9171dff262b864cb67f4d537c" SRCREV_machine_qemumips64 ?= "c8adcd782e648cb70780443ee90e2f56e2209c5a" SRCREV_machine ?= "26c1863a744836d9171dff262b864cb67f4d537c" -SRCREV_meta ?= "8bbce61f5d3a063725c09fe4bc5afe3f227e9060" +SRCREV_meta ?= "cebe198870d781829bd997a188cc34d9f7a61023" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" -- 2.5.0