* [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request
@ 2016-05-04 17:53 Bruce Ashfield
2016-05-04 17:53 ` [PATCH 01/11] linux-yocto/uvesafb: print error message when task timeout occurs Bruce Ashfield
` (11 more replies)
0 siblings, 12 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
The following is a consolidated set of changes for the 4.1, 4.4 linux-yocto
kernel, as well as the kern-tools.
All of these are bug fixes, minor configuration changes or -stable updates.
I've had most of them queued since before the 2.1 release, but was waiting
for the dust to settle before sending them out.
These are all appropriate for master and krogoth.
Build (and boot) tested on qemu*, all arches.
Bruce
The following changes since commit f7b520878babbaa7527151f22c031ae160512753:
poky: Switch to post release name/version (2016-04-29 07:58:46 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (11):
linux-yocto/uvesafb: print error message when task timeout occurs
linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init
kern-tools: handle directories with, or without, trailing /
kernel-yocto: allow branch auditing to be suspended
linux-yocto/4.1: update to v4.1.22
linux-yocto/4.1: make ltsi content available
linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry
backport
linux-yocto/4.4: skylake configuration
linux-yocto/4.4: broxton enablement and refactoring
linux-yocto/4.4: bump to v4.4.8
linux-yocto-rt/4.1: update to rt23
meta/classes/kernel-yocto.bbclass | 23 +++++++++++++---------
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto.inc | 1 +
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 +++++++++----------
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 18 ++++++++---------
9 files changed, 45 insertions(+), 39 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 01/11] linux-yocto/uvesafb: print error message when task timeout occurs
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 02/11] linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init Bruce Ashfield
` (10 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Integrating the following commit to have a more informative error
message:
uvesafb: print error message when task timeout occurs
The driver waits for response from user space for a pending
task until a timeout (UVESAFB_TIMEOUT) occurs. But the
existing error message in later steps is a little obscure.
This patch throws out an error message when timeout happens.
Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 ++++++++--------
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 18 +++++++++---------
6 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index a1389572766b..bf69ab7f0883 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "28d8cfdbcb18a6eef202099cca66430fd3b6eae0"
+SRCREV_machine ?= "d62fce1a7030dd2bc9db1f058d95dbac5fce85da"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index d81ca13872c0..c4da9588c8f5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "2bc112a6ccd16800a4c45e47ccb3018a1042abdf"
-SRCREV_meta ?= "bcc65090840f51a6ac937297be5c22fe268d01ab"
+SRCREV_machine ?= "a7044110183dad1ac8467c572d6bcdc673c2a217"
+SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 28c72132ae8d..71b18cb4d781 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.18"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e"
+SRCREV_machine ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 684e8809859a..96ed8221d932 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.4.3"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05"
-SRCREV_meta ?= "bcc65090840f51a6ac937297be5c22fe268d01ab"
+SRCREV_machine ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index aecb517ed7bd..b227d767e673 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "232e2d88841c7e20857350275d80f5585ed93734"
-SRCREV_machine_qemuarm64 ?= "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e"
-SRCREV_machine_qemumips ?= "7d3690c0762f11e038f14310a50ca1cdc813cc22"
-SRCREV_machine_qemuppc ?= "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e"
-SRCREV_machine_qemux86 ?= "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e"
-SRCREV_machine_qemux86-64 ?= "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e"
-SRCREV_machine_qemumips64 ?= "b71e4cd7d45f03048ad31e2a36dfe5a43f021b51"
-SRCREV_machine ?= "91f62d4a0a31919d9b2ccdaf881130f99b61fc5e"
+SRCREV_machine_qemuarm ?= "0151a12b692fe02660a7bcf1edda81b2468c016b"
+SRCREV_machine_qemuarm64 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
+SRCREV_machine_qemumips ?= "ea167e2fdb145ef2bccd79234ac43ac3fee0fb67"
+SRCREV_machine_qemuppc ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
+SRCREV_machine_qemux86 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
+SRCREV_machine_qemux86-64 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
+SRCREV_machine_qemumips64 ?= "5b8d8e6d06206f59662075f74126352a500df106"
+SRCREV_machine ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 3c5ee1bd43b2..88c003acbf85 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "ec9167bcb0ccd4897177c5e235af68b5890aa326"
-SRCREV_machine_qemuarm64 ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05"
-SRCREV_machine_qemumips ?= "900f98d3ab6498bc7f4ff6b7a489db3bca4e6417"
-SRCREV_machine_qemuppc ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05"
-SRCREV_machine_qemux86 ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05"
-SRCREV_machine_qemux86-64 ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05"
-SRCREV_machine_qemumips64 ?= "4b08dfb1fb3bc7659e8f3e13665597d9a9f0816d"
-SRCREV_machine ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05"
-SRCREV_meta ?= "bcc65090840f51a6ac937297be5c22fe268d01ab"
+SRCREV_machine_qemuarm ?= "373384988d421dfc209175c1ffc691e12ec55e23"
+SRCREV_machine_qemuarm64 ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_machine_qemumips ?= "87b2d0c1f001650016ec13290c3e2de7b34cf468"
+SRCREV_machine_qemuppc ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_machine_qemux86 ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_machine_qemux86-64 ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_machine_qemumips64 ?= "ed3c898c537dee36adc713bd30ec3ef6035ed95a"
+SRCREV_machine ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 02/11] linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
2016-05-04 17:53 ` [PATCH 01/11] linux-yocto/uvesafb: print error message when task timeout occurs Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 03/11] kern-tools: handle directories with, or without, trailing / Bruce Ashfield
` (9 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
backporting a mainline commit to address splats that have been
seen on the 4.4 kernel:
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index c4da9588c8f5..cc94f230c3a7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "a7044110183dad1ac8467c572d6bcdc673c2a217"
+SRCREV_machine ?= "2c4d23062464d6decf8b43b27d011f7b124243c6"
SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 96ed8221d932..dd07c4b98a6a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_machine ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 88c003acbf85..ed1d04edb7bb 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "373384988d421dfc209175c1ffc691e12ec55e23"
-SRCREV_machine_qemuarm64 ?= "5a562b765837414416d609058c4e8dd7a8072dab"
-SRCREV_machine_qemumips ?= "87b2d0c1f001650016ec13290c3e2de7b34cf468"
-SRCREV_machine_qemuppc ?= "5a562b765837414416d609058c4e8dd7a8072dab"
-SRCREV_machine_qemux86 ?= "5a562b765837414416d609058c4e8dd7a8072dab"
-SRCREV_machine_qemux86-64 ?= "5a562b765837414416d609058c4e8dd7a8072dab"
-SRCREV_machine_qemumips64 ?= "ed3c898c537dee36adc713bd30ec3ef6035ed95a"
-SRCREV_machine ?= "5a562b765837414416d609058c4e8dd7a8072dab"
+SRCREV_machine_qemuarm ?= "8f6d6325fdb8c561804af8c13456e372d6bd3b5b"
+SRCREV_machine_qemuarm64 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
+SRCREV_machine_qemumips ?= "4bf7bd3c7df18f51bf422f625f1a6650bb456abd"
+SRCREV_machine_qemuppc ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
+SRCREV_machine_qemux86 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
+SRCREV_machine_qemux86-64 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
+SRCREV_machine_qemumips64 ?= "91c6f056a0fd3bada9f67c0276107b37fd3f6846"
+SRCREV_machine ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 03/11] kern-tools: handle directories with, or without, trailing /
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
2016-05-04 17:53 ` [PATCH 01/11] linux-yocto/uvesafb: print error message when task timeout occurs Bruce Ashfield
2016-05-04 17:53 ` [PATCH 02/11] linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 04/11] kernel-yocto: allow branch auditing to be suspended Bruce Ashfield
` (8 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Robert P. J. Day reported that configuration fragments and kernel
features were not being found when organized in a particular manner:
linux
- $BOARD
- mm.patch
- mm.scc
- ssd_sil.cfg
- ssd_sil.patch
- ssd_sil.scc
- uio.cfg
.. etc
There was a bug in the tools that did not handle the mix of subdirs
properly and ended up leaving a trailing / on the elements *not* in
the $BOARD subdir. As a result, the configuration fragments were not
properly found when searching the include paths, and a configuration
failure was triggered (due to missing files).
This change tweaks the tools to always check a path with and without
a trailing / when processing config fragments so they can be later
found when processing the configuration of the kernel.
Reported-by: "Robert P. J. Day" <rpjday@crashcourse.ca>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 445d03a876b4..c3ded983328d 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
DEPENDS = "git-native"
-SRCREV = "17d89d1861b532bbf1a81c1f024953e440db8de7"
+SRCREV = "a6a6f6e1e738d2ecd26b675e9bec867105703416"
PR = "r12"
PV = "0.2+git${SRCPV}"
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 04/11] kernel-yocto: allow branch auditing to be suspended
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (2 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 03/11] kern-tools: handle directories with, or without, trailing / Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 05/11] linux-yocto/4.1: update to v4.1.22 Bruce Ashfield
` (7 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
When working on the yocto-bsp and kernel-lab update for yocto 1.2
we found it was impossible for a end-user BSP to isolate patches
on a branch, since with the following commit:
[kernel-yocto: enforce SRC_URI specified branch]
Any new branch would be switched to whatever was specified on the
SRC_URI and undoing the work that the yocto-bsp tool did to support
board specific patches.
To fix this, we'll keep the enforcing of branch consistency enabled
by default, but introduce a variable "KMETA_AUDIT" that when not
set will skip the check.
There's no impact for existing users, and it is only something that
other plumbing commands and tools will need to use (or care about).
[YOCTO: #9120]
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/classes/kernel-yocto.bbclass | 23 ++++++++++++++---------
meta/recipes-kernel/linux/linux-yocto.inc | 1 +
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index f86b3ef011a3..a9d42053da01 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -170,15 +170,20 @@ do_patch() {
fi
fi
- current_branch=`git rev-parse --abbrev-ref HEAD`
- machine_branch="${@ get_machine_branch(d, "${KBRANCH}" )}"
- if [ "${current_branch}" != "${machine_branch}" ]; then
- bbwarn "After meta data application, the kernel tree branch is ${current_branch}. The"
- bbwarn "SRC_URI specified branch ${machine_branch}. The branch will be forced to ${machine_branch},"
- bbwarn "but this means the board meta data (.scc files) do not match the SRC_URI specification."
- bbwarn "The meta data and branch ${machine_branch} should be inspected to ensure the proper"
- bbwarn "kernel is being built."
- git checkout -f ${machine_branch}
+ if [ -n "${KMETA_AUDIT}" ]; then
+ current_branch=`git rev-parse --abbrev-ref HEAD`
+ machine_branch="${@ get_machine_branch(d, "${KBRANCH}" )}"
+ if [ "${current_branch}" != "${machine_branch}" ]; then
+ bbwarn "After meta data application, the kernel tree branch is ${current_branch}."
+ bbwarn "The SRC_URI specified branch ${machine_branch}."
+ bbwarn ""
+ bbwarn "The branch will be forced to ${machine_branch}, but this means the board meta data"
+ bbwarn "(.scc files) do not match the SRC_URI specification."
+ bbwarn ""
+ bbwarn "The meta data and branch ${machine_branch} should be inspected to ensure the proper"
+ bbwarn "kernel is being built."
+ git checkout -f ${machine_branch}
+ fi
fi
if [ "${machine_srcrev}" != "AUTOINC" ]; then
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 6b161fc064be..bd9157044228 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -35,6 +35,7 @@ SRCREV_FORMAT ?= "meta_machine"
# 2: report options that are not hardware related, but set by a BSP
KCONF_AUDIT_LEVEL ?= "1"
KCONF_BSP_AUDIT_LEVEL ?= "0"
+KMETA_AUDIT ?= "yes"
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 05/11] linux-yocto/4.1: update to v4.1.22
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (3 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 04/11] kernel-yocto: allow branch auditing to be suspended Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 06/11] linux-yocto/4.1: make ltsi content available Bruce Ashfield
` (6 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Integrating the korg -stable releases.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 18 +++++++++---------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index bf69ab7f0883..8d02a909595a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,13 +2,13 @@ KBRANCH ?= "standard/preempt-rt/base"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "d62fce1a7030dd2bc9db1f058d95dbac5fce85da"
+SRCREV_machine ?= "1947ac40bb819120f1e0dff6ae281cc024ce77bb"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
-LINUX_VERSION ?= "4.1.18"
+LINUX_VERSION ?= "4.1.22"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 71b18cb4d781..1bbfff28a469 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "4.1.18"
+LINUX_VERSION ?= "4.1.22"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
+SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index b227d767e673..e61f5b11f909 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "0151a12b692fe02660a7bcf1edda81b2468c016b"
-SRCREV_machine_qemuarm64 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
-SRCREV_machine_qemumips ?= "ea167e2fdb145ef2bccd79234ac43ac3fee0fb67"
-SRCREV_machine_qemuppc ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
-SRCREV_machine_qemux86 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
-SRCREV_machine_qemux86-64 ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
-SRCREV_machine_qemumips64 ?= "5b8d8e6d06206f59662075f74126352a500df106"
-SRCREV_machine ?= "ae89dd60fe3a5fd9a7c2d8e1859e0c860333b863"
+SRCREV_machine_qemuarm ?= "aea95f103a4f5fccc342bb763af9cfba0623fccc"
+SRCREV_machine_qemuarm64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine_qemumips ?= "df85b27d70cb259662a00f5ad860eb3deba63b7f"
+SRCREV_machine_qemuppc ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine_qemux86 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine_qemux86-64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine_qemumips64 ?= "d371bd9361507ef0b03544f2190a63211fe31c87"
+SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
-LINUX_VERSION ?= "4.1.18"
+LINUX_VERSION ?= "4.1.22"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 06/11] linux-yocto/4.1: make ltsi content available
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (4 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 05/11] linux-yocto/4.1: update to v4.1.22 Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 07/11] linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry backport Bruce Ashfield
` (5 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
In the better late than never category, this commit integrates the
ltsi content into linux-yocto 4.1. We we already matching LTSI on
the kernel version front with a small gap in patches. With this
commit, we have a "ltsi" branch that is pure ltsi on the mailine
kernel, and then that commit is merged into standard/base (to
make it available to all BSPs).
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index 8d02a909595a..b0c4520fc7d6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "1947ac40bb819120f1e0dff6ae281cc024ce77bb"
+SRCREV_machine ?= "c97948997745a5bb634829bb520c0765535d223b"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 1bbfff28a469..ba6ce74e84e4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.22"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index e61f5b11f909..e644dfc4daa3 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "aea95f103a4f5fccc342bb763af9cfba0623fccc"
-SRCREV_machine_qemuarm64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemumips ?= "df85b27d70cb259662a00f5ad860eb3deba63b7f"
-SRCREV_machine_qemuppc ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemux86 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemux86-64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemumips64 ?= "d371bd9361507ef0b03544f2190a63211fe31c87"
-SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine_qemuarm ?= "f781d64949f776cbfa5274a548becdcf6b596341"
+SRCREV_machine_qemuarm64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemumips ?= "192043960081896baaa24c2af702c7124bfe4286"
+SRCREV_machine_qemuppc ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemux86 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemux86-64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemumips64 ?= "351bc6968f63ea6f27cbd7f1678ddc53a9168fd1"
+SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 07/11] linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry backport
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (5 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 06/11] linux-yocto/4.1: make ltsi content available Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 08/11] linux-yocto/4.4: skylake configuration Bruce Ashfield
` (4 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Integrating the following mainline (or mainline destined) patches to
support Intel Broxton:
076cc85486fd mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers
5d9c3aba78a1 mmc: sdhci-pci: Remove redundant runtime PM calls
aa0cd9a58d54 mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
f47597d00af0 mmc: sdhci: 64-bit DMA actually has 4-byte alignment
a052a0703aed mmc: sdhci: Fix DMA descriptor with zero data length
f9200dd4bfec mmc: sdio: Fix invalid vdd in voltage switch power cycle
7bbf49488269 mmc: sdhci: Do not BUG on invalid vdd
39fde8b630a6 tools/power turbostat: decode BXT TSC frequency via CPUID
2b4b633da512 tools/power turbostat: initial BXT support
ee708ab5b74e intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs
3053465d066b intel_telemetry_pltdrv: Change verbosity control bits
4c7732ec34bf platform:x86: Add Intel Telemetry Debugfs interfaces
401915397ddc platform:x86: Add Intel telemetry platform driver
eaaee25ac936 platform/x86: Add Intel Telemetry Core Driver
44c969c62726 platform:x86 decouple telemetry driver from the optional IPC resources
a6a2ecaf9980 platform:x86: Add Intel telemetry platform device
e1f16b86eab0 intel_pmc_ipc: Avoid pending IPC1 command during legacy suspend
ae91be46eb0d intel_pmc_ipc: Fix GCR register base address and length
3e15c1b19c81 intel_pmc_ipc: update acpi resource structure for Punit
5ec614cfd985 intel_punit_ipc: add NULL check for input parameters
4c3f01b178db platform:x86: add Intel P-Unit mailbox IPC driver
4826dbaac15f usb: dwc3: pci: add ID for one more Intel Broxton platform
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index cc94f230c3a7..d06f12ecb414 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "2c4d23062464d6decf8b43b27d011f7b124243c6"
+SRCREV_machine ?= "fcabc089b516e760d00a066893f9772d1535785c"
SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index dd07c4b98a6a..d8137da215a7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
+SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index ed1d04edb7bb..f81e3aee7f4f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "8f6d6325fdb8c561804af8c13456e372d6bd3b5b"
-SRCREV_machine_qemuarm64 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
-SRCREV_machine_qemumips ?= "4bf7bd3c7df18f51bf422f625f1a6650bb456abd"
-SRCREV_machine_qemuppc ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
-SRCREV_machine_qemux86 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
-SRCREV_machine_qemux86-64 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
-SRCREV_machine_qemumips64 ?= "91c6f056a0fd3bada9f67c0276107b37fd3f6846"
-SRCREV_machine ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
+SRCREV_machine_qemuarm ?= "1882e842bd477d8a4de02e304a13d230b597d142"
+SRCREV_machine_qemuarm64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
+SRCREV_machine_qemumips ?= "3d1402582cd48731ccfaec497dd9296a59cda386"
+SRCREV_machine_qemuppc ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
+SRCREV_machine_qemux86 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
+SRCREV_machine_qemux86-64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
+SRCREV_machine_qemumips64 ?= "6519e6317cc72e380bc1b7543e614ac0032a80ae"
+SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 08/11] linux-yocto/4.4: skylake configuration
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (6 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 07/11] linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry backport Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 09/11] linux-yocto/4.4: broxton enablement and refactoring Bruce Ashfield
` (3 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Integrating the following patches for skylake features and config:
82c2ea9f6bf intel-common: enable support for skylake in intel common bsp
269b6a7a98e2 intel-common-drivers: enable OSS Support
71a19d3e6dc6 intel-pinctrl: enable pinctrl driver for skylake
281f7db8c839 features: soc: enable configurations for skylake.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index d06f12ecb414..05397850e38e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
SRCREV_machine ?= "fcabc089b516e760d00a066893f9772d1535785c"
-SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
+SRCREV_meta ?= "082c2ea9f6bffa9b2bfa8f1e10b88046b8f064fd"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index d8137da215a7..4c5aa63a2d7e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
+SRCREV_meta ?= "082c2ea9f6bffa9b2bfa8f1e10b88046b8f064fd"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index f81e3aee7f4f..de67e0187950 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
SRCREV_machine_qemux86-64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
SRCREV_machine_qemumips64 ?= "6519e6317cc72e380bc1b7543e614ac0032a80ae"
SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
+SRCREV_meta ?= "082c2ea9f6bffa9b2bfa8f1e10b88046b8f064fd"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 09/11] linux-yocto/4.4: broxton enablement and refactoring
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (7 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 08/11] linux-yocto/4.4: skylake configuration Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8 Bruce Ashfield
` (2 subsequent siblings)
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Merging the following commits to refactor and add broxton support:
0d73a3bf6129 bsp/intel-corei7-64: Add intel-telemetry feature
cee29e6234c7 features: add intel-telemetry feature
3a700d737b65 bsp/intel-common: Add broxton to supported SoCs in intel-core* BSPs
f584a0c22a39 features: add broxton soc feature
7c2c2bd1a6aa baytrail;valleyisland: Use designware-usb3 feature instead of config
7216db4cc7a6 features/usb: Add usb-designware2 and 3 features
ade182658359 cfg/sound.cfg: Add USB audio support
18ee21d9fba8 features/i915: Add CONFIG_KMS_FB_HELPER=y
b3fa745962c2 features/soc/skylake: Refactor and comment config fragment
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index 05397850e38e..89c6fff5a4b6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
SRCREV_machine ?= "fcabc089b516e760d00a066893f9772d1535785c"
-SRCREV_meta ?= "082c2ea9f6bffa9b2bfa8f1e10b88046b8f064fd"
+SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 4c5aa63a2d7e..345e2d577889 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_meta ?= "082c2ea9f6bffa9b2bfa8f1e10b88046b8f064fd"
+SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index de67e0187950..f02e0189f21f 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
SRCREV_machine_qemux86-64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
SRCREV_machine_qemumips64 ?= "6519e6317cc72e380bc1b7543e614ac0032a80ae"
SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_meta ?= "082c2ea9f6bffa9b2bfa8f1e10b88046b8f064fd"
+SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (8 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 09/11] linux-yocto/4.4: broxton enablement and refactoring Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-10 15:36 ` akuster808
2016-05-04 17:53 ` [PATCH 11/11] linux-yocto-rt/4.1: update to rt23 Bruce Ashfield
2016-05-07 22:08 ` [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request akuster808
11 siblings, 1 reply; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Integrating the korg -stable releases.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index 89c6fff5a4b6..5b509940b5ca 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "fcabc089b516e760d00a066893f9772d1535785c"
+SRCREV_machine ?= "4da435e403bbe6dd8fbc5cdda4411cb6afe72053"
SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 345e2d577889..b094143c9c07 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
+SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index f02e0189f21f..b74903ee8aef 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "1882e842bd477d8a4de02e304a13d230b597d142"
-SRCREV_machine_qemuarm64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_machine_qemumips ?= "3d1402582cd48731ccfaec497dd9296a59cda386"
-SRCREV_machine_qemuppc ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_machine_qemux86 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_machine_qemux86-64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
-SRCREV_machine_qemumips64 ?= "6519e6317cc72e380bc1b7543e614ac0032a80ae"
-SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
+SRCREV_machine_qemuarm ?= "1394eb1f0a1988da223dfc93304222f4543d19c3"
+SRCREV_machine_qemuarm64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
+SRCREV_machine_qemumips ?= "6a063a7239fd16e7a796ce4876e8677d5d02e8cc"
+SRCREV_machine_qemuppc ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
+SRCREV_machine_qemux86 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
+SRCREV_machine_qemux86-64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
+SRCREV_machine_qemumips64 ?= "3a1c6d7576908a2dd21746b1d4ab4f43b83cd824"
+SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 11/11] linux-yocto-rt/4.1: update to rt23
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (9 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8 Bruce Ashfield
@ 2016-05-04 17:53 ` Bruce Ashfield
2016-05-07 22:08 ` [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request akuster808
11 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-04 17:53 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.1.bb | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index b0c4520fc7d6..e6bbee81f4db 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt/base"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "c97948997745a5bb634829bb520c0765535d223b"
-SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
+SRCREV_machine ?= "51cca91a1f74dab225598282019f0d694abdc4a0"
+SRCREV_meta ?= "2bdebd11f1a0bc00071ec1467289a7feb5418dde"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index ba6ce74e84e4..04853a9aa61b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
-SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
+SRCREV_meta ?= "2bdebd11f1a0bc00071ec1467289a7feb5418dde"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index e644dfc4daa3..5d6bd3d31fa6 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
SRCREV_machine_qemux86-64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
SRCREV_machine_qemumips64 ?= "351bc6968f63ea6f27cbd7f1678ddc53a9168fd1"
SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
-SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
+SRCREV_meta ?= "2bdebd11f1a0bc00071ec1467289a7feb5418dde"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
--
2.5.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
` (10 preceding siblings ...)
2016-05-04 17:53 ` [PATCH 11/11] linux-yocto-rt/4.1: update to rt23 Bruce Ashfield
@ 2016-05-07 22:08 ` akuster808
2016-05-09 2:08 ` Bruce Ashfield
11 siblings, 1 reply; 16+ messages in thread
From: akuster808 @ 2016-05-07 22:08 UTC (permalink / raw)
To: Bruce Ashfield, richard.purdie; +Cc: openembedded-core
On 5/4/16 10:53 AM, Bruce Ashfield wrote:
> Hi all,
>
> The following is a consolidated set of changes for the 4.1, 4.4 linux-yocto
> kernel, as well as the kern-tools.
>
> All of these are bug fixes, minor configuration changes or -stable updates.
> I've had most of them queued since before the 2.1 release, but was waiting
> for the dust to settle before sending them out.
I pulled this in to Krogoth for prelim testing. I will wait for them to
hit master before adding to a pull request.
thanks,
armin
>
> These are all appropriate for master and krogoth.
>
> Build (and boot) tested on qemu*, all arches.
>
> Bruce
>
> The following changes since commit f7b520878babbaa7527151f22c031ae160512753:
>
> poky: Switch to post release name/version (2016-04-29 07:58:46 +0100)
>
> are available in the git repository at:
>
> git://git.pokylinux.org/poky-contrib zedd/kernel
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Bruce Ashfield (11):
> linux-yocto/uvesafb: print error message when task timeout occurs
> linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init
> kern-tools: handle directories with, or without, trailing /
> kernel-yocto: allow branch auditing to be suspended
> linux-yocto/4.1: update to v4.1.22
> linux-yocto/4.1: make ltsi content available
> linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry
> backport
> linux-yocto/4.4: skylake configuration
> linux-yocto/4.4: broxton enablement and refactoring
> linux-yocto/4.4: bump to v4.4.8
> linux-yocto-rt/4.1: update to rt23
>
> meta/classes/kernel-yocto.bbclass | 23 +++++++++++++---------
> .../kern-tools/kern-tools-native_git.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++--
> meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++---
> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 4 ++--
> meta/recipes-kernel/linux/linux-yocto.inc | 1 +
> meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 +++++++++----------
> meta/recipes-kernel/linux/linux-yocto_4.4.bb | 18 ++++++++---------
> 9 files changed, 45 insertions(+), 39 deletions(-)
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request
2016-05-07 22:08 ` [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request akuster808
@ 2016-05-09 2:08 ` Bruce Ashfield
0 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-09 2:08 UTC (permalink / raw)
To: akuster808, richard.purdie; +Cc: openembedded-core
On 2016-05-07 6:08 PM, akuster808 wrote:
> On 5/4/16 10:53 AM, Bruce Ashfield wrote:
>> Hi all,
>>
>> The following is a consolidated set of changes for the 4.1, 4.4 linux-yocto
>> kernel, as well as the kern-tools.
>>
>> All of these are bug fixes, minor configuration changes or -stable updates.
>> I've had most of them queued since before the 2.1 release, but was waiting
>> for the dust to settle before sending them out.
>
> I pulled this in to Krogoth for prelim testing. I will wait for them to
> hit master before adding to a pull request.
perfect.
Bruce
>
> thanks,
> armin
>>
>> These are all appropriate for master and krogoth.
>>
>> Build (and boot) tested on qemu*, all arches.
>>
>> Bruce
>>
>> The following changes since commit f7b520878babbaa7527151f22c031ae160512753:
>>
>> poky: Switch to post release name/version (2016-04-29 07:58:46 +0100)
>>
>> are available in the git repository at:
>>
>> git://git.pokylinux.org/poky-contrib zedd/kernel
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>>
>> Bruce Ashfield (11):
>> linux-yocto/uvesafb: print error message when task timeout occurs
>> linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init
>> kern-tools: handle directories with, or without, trailing /
>> kernel-yocto: allow branch auditing to be suspended
>> linux-yocto/4.1: update to v4.1.22
>> linux-yocto/4.1: make ltsi content available
>> linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry
>> backport
>> linux-yocto/4.4: skylake configuration
>> linux-yocto/4.4: broxton enablement and refactoring
>> linux-yocto/4.4: bump to v4.4.8
>> linux-yocto-rt/4.1: update to rt23
>>
>> meta/classes/kernel-yocto.bbclass | 23 +++++++++++++---------
>> .../kern-tools/kern-tools-native_git.bb | 2 +-
>> meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++--
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++---
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 4 ++--
>> meta/recipes-kernel/linux/linux-yocto.inc | 1 +
>> meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 +++++++++----------
>> meta/recipes-kernel/linux/linux-yocto_4.4.bb | 18 ++++++++---------
>> 9 files changed, 45 insertions(+), 39 deletions(-)
>>
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8
2016-05-04 17:53 ` [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8 Bruce Ashfield
@ 2016-05-10 15:36 ` akuster808
2016-05-10 15:43 ` Bruce Ashfield
0 siblings, 1 reply; 16+ messages in thread
From: akuster808 @ 2016-05-10 15:36 UTC (permalink / raw)
To: Bruce Ashfield, richard.purdie; +Cc: openembedded-core
On 05/04/2016 10:53 AM, Bruce Ashfield wrote:
> Integrating the korg -stable releases.
shouldn't LINUX_VERSION ?= "4.4.3" be LINUX_VERSION ?= "4.4.8" ??
- Armin
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
> meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 ++++++++--------
> 3 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> index 89c6fff5a4b6..5b509940b5ca 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
> @@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt"
>
> require recipes-kernel/linux/linux-yocto.inc
>
> -SRCREV_machine ?= "fcabc089b516e760d00a066893f9772d1535785c"
> +SRCREV_machine ?= "4da435e403bbe6dd8fbc5cdda4411cb6afe72053"
> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>
> SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> index 345e2d577889..b094143c9c07 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3"
> KMETA = "kernel-meta"
> KCONF_BSP_AUDIT_LEVEL = "2"
>
> -SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> +SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>
> PV = "${LINUX_VERSION}+git${SRCPV}"
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> index f02e0189f21f..b74903ee8aef 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
> @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
> KBRANCH_qemux86-64 ?= "standard/base"
> KBRANCH_qemumips64 ?= "standard/mti-malta64"
>
> -SRCREV_machine_qemuarm ?= "1882e842bd477d8a4de02e304a13d230b597d142"
> -SRCREV_machine_qemuarm64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemumips ?= "3d1402582cd48731ccfaec497dd9296a59cda386"
> -SRCREV_machine_qemuppc ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemux86 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemux86-64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> -SRCREV_machine_qemumips64 ?= "6519e6317cc72e380bc1b7543e614ac0032a80ae"
> -SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
> +SRCREV_machine_qemuarm ?= "1394eb1f0a1988da223dfc93304222f4543d19c3"
> +SRCREV_machine_qemuarm64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemumips ?= "6a063a7239fd16e7a796ce4876e8677d5d02e8cc"
> +SRCREV_machine_qemuppc ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemux86 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemux86-64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> +SRCREV_machine_qemumips64 ?= "3a1c6d7576908a2dd21746b1d4ab4f43b83cd824"
> +SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>
> SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8
2016-05-10 15:36 ` akuster808
@ 2016-05-10 15:43 ` Bruce Ashfield
0 siblings, 0 replies; 16+ messages in thread
From: Bruce Ashfield @ 2016-05-10 15:43 UTC (permalink / raw)
To: akuster808, richard.purdie; +Cc: openembedded-core
On 2016-05-10 11:36 AM, akuster808 wrote:
>
>
> On 05/04/2016 10:53 AM, Bruce Ashfield wrote:
>> Integrating the korg -stable releases.
>
> shouldn't LINUX_VERSION ?= "4.4.3" be LINUX_VERSION ?= "4.4.8" ??
Gah. Yes it should. I'm about to to 4.4.9 today, so I can fix up this
change at the same time.
Bruce
>
> - Armin
>
>>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> ---
>> meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +-
>> meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
>> meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 ++++++++--------
>> 3 files changed, 10 insertions(+), 10 deletions(-)
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> index 89c6fff5a4b6..5b509940b5ca 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
>> @@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt"
>>
>> require recipes-kernel/linux/linux-yocto.inc
>>
>> -SRCREV_machine ?= "fcabc089b516e760d00a066893f9772d1535785c"
>> +SRCREV_machine ?= "4da435e403bbe6dd8fbc5cdda4411cb6afe72053"
>> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>>
>> SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> index 345e2d577889..b094143c9c07 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
>> @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.3"
>> KMETA = "kernel-meta"
>> KCONF_BSP_AUDIT_LEVEL = "2"
>>
>> -SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
>> +SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
>> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>>
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
>> index f02e0189f21f..b74903ee8aef 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
>> @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
>> KBRANCH_qemux86-64 ?= "standard/base"
>> KBRANCH_qemumips64 ?= "standard/mti-malta64"
>>
>> -SRCREV_machine_qemuarm ?= "1882e842bd477d8a4de02e304a13d230b597d142"
>> -SRCREV_machine_qemuarm64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
>> -SRCREV_machine_qemumips ?= "3d1402582cd48731ccfaec497dd9296a59cda386"
>> -SRCREV_machine_qemuppc ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
>> -SRCREV_machine_qemux86 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
>> -SRCREV_machine_qemux86-64 ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
>> -SRCREV_machine_qemumips64 ?= "6519e6317cc72e380bc1b7543e614ac0032a80ae"
>> -SRCREV_machine ?= "076cc85486fda808582bd1e77400a5c49dea3e2e"
>> +SRCREV_machine_qemuarm ?= "1394eb1f0a1988da223dfc93304222f4543d19c3"
>> +SRCREV_machine_qemuarm64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
>> +SRCREV_machine_qemumips ?= "6a063a7239fd16e7a796ce4876e8677d5d02e8cc"
>> +SRCREV_machine_qemuppc ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
>> +SRCREV_machine_qemux86 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
>> +SRCREV_machine_qemux86-64 ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
>> +SRCREV_machine_qemumips64 ?= "3a1c6d7576908a2dd21746b1d4ab4f43b83cd824"
>> +SRCREV_machine ?= "b18090556c1d1b449233cd555c27a04d38272d6d"
>> SRCREV_meta ?= "9ab4787fe2aea2ae0fcc31a5e067eaba19ef64c8"
>>
>> SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
>>
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2016-05-10 15:43 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04 17:53 [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request Bruce Ashfield
2016-05-04 17:53 ` [PATCH 01/11] linux-yocto/uvesafb: print error message when task timeout occurs Bruce Ashfield
2016-05-04 17:53 ` [PATCH 02/11] linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init Bruce Ashfield
2016-05-04 17:53 ` [PATCH 03/11] kern-tools: handle directories with, or without, trailing / Bruce Ashfield
2016-05-04 17:53 ` [PATCH 04/11] kernel-yocto: allow branch auditing to be suspended Bruce Ashfield
2016-05-04 17:53 ` [PATCH 05/11] linux-yocto/4.1: update to v4.1.22 Bruce Ashfield
2016-05-04 17:53 ` [PATCH 06/11] linux-yocto/4.1: make ltsi content available Bruce Ashfield
2016-05-04 17:53 ` [PATCH 07/11] linux-yocto/4.4: BXT mmc fixes + PUNIT, tubropower, and telemetry backport Bruce Ashfield
2016-05-04 17:53 ` [PATCH 08/11] linux-yocto/4.4: skylake configuration Bruce Ashfield
2016-05-04 17:53 ` [PATCH 09/11] linux-yocto/4.4: broxton enablement and refactoring Bruce Ashfield
2016-05-04 17:53 ` [PATCH 10/11] linux-yocto/4.4: bump to v4.4.8 Bruce Ashfield
2016-05-10 15:36 ` akuster808
2016-05-10 15:43 ` Bruce Ashfield
2016-05-04 17:53 ` [PATCH 11/11] linux-yocto-rt/4.1: update to rt23 Bruce Ashfield
2016-05-07 22:08 ` [PATCH 00/11][master][krogoth] kernel-yocto: consolidated pull request akuster808
2016-05-09 2:08 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.