All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] linux-yocto: consolidated kernel update
@ 2014-05-26 17:40 Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 1/4] linux-yocto/3.14: update to v3.14.4 Bruce Ashfield
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-05-26 17:40 UTC (permalink / raw
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Sending a pull request for 3.10 and 3.14 kernel updates. Nothing particularly
fancy here, just -stable, rt and config changes.

Bruce

The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230:

  guile: Update to 2.0.11 version (2014-05-21 19:50:21 +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 (4):
  linux-yocto/3.14: update to v3.14.4
  linux-yocto-rt/3.14: update to 3.14-rt5
  beaglebone: enable the nowayout option for the watchdog
  linux-yocto/3.10: bump kver to v3.10.40

 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 18 +++++++++---------
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      | 18 +++++++++---------
 6 files changed, 32 insertions(+), 32 deletions(-)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/4] linux-yocto/3.14: update to v3.14.4
  2014-05-26 17:40 [PATCH 0/4] linux-yocto: consolidated kernel update Bruce Ashfield
@ 2014-05-26 17:40 ` Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 2/4] linux-yocto-rt/3.14: update to 3.14-rt5 Bruce Ashfield
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-05-26 17:40 UTC (permalink / raw
  To: richard.purdie; +Cc: openembedded-core

Bumping the 3.14 recipes to the latest korg -stable release.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      | 18 +++++++++---------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index c7b74d661d33..a8e344728d8d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH = "standard/preempt-rt/base"
 KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
-SRCREV_machine ?= "c88f5ec9b328da501be970b814fbc9cc4a09fa4f"
-SRCREV_machine_qemuppc ?= "05629993752031b9de3f4792cfbd98caf60593da"
-SRCREV_meta ?= "4df1e2ed992adeac4da60ad5118d0237e8cb88df"
+SRCREV_machine ?= "00343b1573f3392688ddceac0b3da0d307ab81b9"
+SRCREV_machine_qemuppc ?= "c7eae6cfd7bbe69d2340c6fd6bf35fbca88706c4"
+SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
-LINUX_VERSION ?= "3.14.2"
+LINUX_VERSION ?= "3.14.4"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 2110e8a45ec0..626add9dc303 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -4,12 +4,12 @@ KBRANCH = "standard/tiny/base"
 LINUX_KERNEL_TYPE = "tiny"
 KCONFIG_MODE = "--allnoconfig"
 
-LINUX_VERSION ?= "3.14.2"
+LINUX_VERSION ?= "3.14.4"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "b0b9c962ea01f9356fc1542b9696ebe4a38e196a"
-SRCREV_meta ?= "4df1e2ed992adeac4da60ad5118d0237e8cb88df"
+SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
+SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index 5271bb016356..1179640b005a 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -10,18 +10,18 @@ KBRANCH_qemux86  = "standard/common-pc/base"
 KBRANCH_qemux86-64  = "standard/common-pc-64/base"
 KBRANCH_qemumips64 = "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "54ecc26cb84e939753eee811395435f8a4377c86"
-SRCREV_machine_qemumips ?= "cc7b8670680fcd794dba0b21a1db1dbbda432924"
-SRCREV_machine_qemuppc ?= "5ac4b714c656323b6099e8ab435fc05903d69874"
-SRCREV_machine_qemux86 ?= "3904476fb890e014a244e1fc48342683d7ff7e0e"
-SRCREV_machine_qemux86-64 ?= "b0b9c962ea01f9356fc1542b9696ebe4a38e196a"
-SRCREV_machine_qemumips64 ?= "a9c251d64f5df58c41473ccb1d52143cc5247911"
-SRCREV_machine ?= "b0b9c962ea01f9356fc1542b9696ebe4a38e196a"
-SRCREV_meta ?= "4df1e2ed992adeac4da60ad5118d0237e8cb88df"
+SRCREV_machine_qemuarm ?= "9882294294f307dc52c29e5dbb24d7f9a2f5a635"
+SRCREV_machine_qemumips ?= "94e2f8429bcc953cb0df499446b847ba67a0f334"
+SRCREV_machine_qemuppc ?= "2795a4d16724b41fbcd62c2f9f56c427d1ce3797"
+SRCREV_machine_qemux86 ?= "4aa41764bf8dba2044ff9fae806d61cac7cdd9de"
+SRCREV_machine_qemux86-64 ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
+SRCREV_machine_qemumips64 ?= "342ccacd4e28d1cc7e30277ee4ac6caa3086ff2f"
+SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
+SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-LINUX_VERSION ?= "3.14.2"
+LINUX_VERSION ?= "3.14.4"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/4] linux-yocto-rt/3.14: update to 3.14-rt5
  2014-05-26 17:40 [PATCH 0/4] linux-yocto: consolidated kernel update Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 1/4] linux-yocto/3.14: update to v3.14.4 Bruce Ashfield
@ 2014-05-26 17:40 ` Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 3/4] beaglebone: enable the nowayout option for the watchdog Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40 Bruce Ashfield
  3 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-05-26 17:40 UTC (permalink / raw
  To: richard.purdie; +Cc: openembedded-core

Updating the the latest 3.14-rt release.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index a8e344728d8d..2e224307544d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,9 +3,9 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH = "standard/preempt-rt/base"
 KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
-SRCREV_machine ?= "00343b1573f3392688ddceac0b3da0d307ab81b9"
-SRCREV_machine_qemuppc ?= "c7eae6cfd7bbe69d2340c6fd6bf35fbca88706c4"
-SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a"
+SRCREV_machine ?= "08229402523bdb153dceed0a7260180837396e7f"
+SRCREV_machine_qemuppc ?= "08229402523bdb153dceed0a7260180837396e7f"
+SRCREV_meta ?= "62f236c734996f240d91daee2cb6a05669c7326c"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/4] beaglebone: enable the nowayout option for the watchdog
  2014-05-26 17:40 [PATCH 0/4] linux-yocto: consolidated kernel update Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 1/4] linux-yocto/3.14: update to v3.14.4 Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 2/4] linux-yocto-rt/3.14: update to 3.14-rt5 Bruce Ashfield
@ 2014-05-26 17:40 ` Bruce Ashfield
  2014-05-26 17:40 ` [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40 Bruce Ashfield
  3 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-05-26 17:40 UTC (permalink / raw
  To: richard.purdie; +Cc: openembedded-core

Bumping the meta SRCREV for the following fix:

[
  The default watchdog behaviour is to stop the timer if the process
  managing it closes the file /dev/watchdog. The system would not reboot
  if watchdog daemon crashes due to a bug in it or get killed by other
  malicious code. So we prefer to enable nowayout option for the
  watchdong. With this enabled, there is no way of disabling the watchdog
  once it has been started. This option is also enabled in the predecessor
  of this BSP (beagleboard)
]

[YOCTO: 3937]

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   | 2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +-
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index 2e224307544d..995df3e0ea50 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
 SRCREV_machine ?= "08229402523bdb153dceed0a7260180837396e7f"
 SRCREV_machine_qemuppc ?= "08229402523bdb153dceed0a7260180837396e7f"
-SRCREV_meta ?= "62f236c734996f240d91daee2cb6a05669c7326c"
+SRCREV_meta ?= "183622e8095545999a64bd72adedea2dffb6ec4b"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 626add9dc303..b26ae250166d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "3.14.4"
 KMETA = "meta"
 
 SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
-SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a"
+SRCREV_meta ?= "183622e8095545999a64bd72adedea2dffb6ec4b"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
index 1179640b005a..14647e9c45a5 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb
@@ -17,7 +17,7 @@ SRCREV_machine_qemux86 ?= "4aa41764bf8dba2044ff9fae806d61cac7cdd9de"
 SRCREV_machine_qemux86-64 ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
 SRCREV_machine_qemumips64 ?= "342ccacd4e28d1cc7e30277ee4ac6caa3086ff2f"
 SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad"
-SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a"
+SRCREV_meta ?= "183622e8095545999a64bd72adedea2dffb6ec4b"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40
  2014-05-26 17:40 [PATCH 0/4] linux-yocto: consolidated kernel update Bruce Ashfield
                   ` (2 preceding siblings ...)
  2014-05-26 17:40 ` [PATCH 3/4] beaglebone: enable the nowayout option for the watchdog Bruce Ashfield
@ 2014-05-26 17:40 ` Bruce Ashfield
  2014-05-28  8:36   ` Richard Purdie
  3 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2014-05-26 17:40 UTC (permalink / raw
  To: richard.purdie; +Cc: openembedded-core

Integrating the latest korg releases for the 3.10 kernel.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 18 +++++++++---------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index 893d9852c08d..4648b5504b9f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH = "standard/preempt-rt/base"
 KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
 
-SRCREV_machine ?= "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e"
-SRCREV_machine_qemuppc ?= "3dd7fd5d191245ab92889e69060ff732bdec770b"
-SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
+SRCREV_machine ?= "c2869b4ecec4fe3efee1ec44e4be6d83dbeac225"
+SRCREV_machine_qemuppc ?= "7179683c2125e6cc76a7d88c3de6b7e493621130"
+SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
 
-LINUX_VERSION ?= "3.10.38"
+LINUX_VERSION ?= "3.10.40"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index 7081cd18aa57..b1b80341d6d2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
 LINUX_KERNEL_TYPE = "tiny"
 KCONFIG_MODE = "--allnoconfig"
 
-LINUX_VERSION ?= "3.10.38"
+LINUX_VERSION ?= "3.10.40"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
-SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
+SRCREV_machine ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
+SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index e5774f99470e..220d1c9bfb58 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -11,18 +11,18 @@ KBRANCH_qemux86  = "standard/common-pc/base"
 KBRANCH_qemux86-64  = "standard/common-pc-64/base"
 KBRANCH_qemumips64 = "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "dd18759fd19771885589066811e254852e56d421"
-SRCREV_machine_qemumips ?= "2dbb607d161aeaa8d542b128203d7a10527aec7e"
-SRCREV_machine_qemuppc ?= "92dda91b216cbacfa71fd9036413dba0d2406332"
-SRCREV_machine_qemux86 ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
-SRCREV_machine_qemux86-64 ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
-SRCREV_machine_qemumips64 ?= "ebd521c1b609b445d8baf522d71453d4c26a0440"
-SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
-SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
+SRCREV_machine_qemuarm ?= "a3a7014ff1104ce5f82da9c4d50fa2ec792e1463"
+SRCREV_machine_qemumips ?= "20f36e63a0e2de14c68e3031058fe6c7764a1926"
+SRCREV_machine_qemuppc ?= "9d34a73cf18c3bed1e1bc2df6d1e3ccedec87c8a"
+SRCREV_machine_qemux86 ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
+SRCREV_machine_qemux86-64 ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
+SRCREV_machine_qemumips64 ?= "093261d8a9879ac056d4f261545658addc71e452"
+SRCREV_machine ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
+SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-LINUX_VERSION ?= "3.10.38"
+LINUX_VERSION ?= "3.10.40"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40
  2014-05-26 17:40 ` [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40 Bruce Ashfield
@ 2014-05-28  8:36   ` Richard Purdie
  2014-05-28 12:54     ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2014-05-28  8:36 UTC (permalink / raw
  To: Bruce Ashfield; +Cc: openembedded-core

On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> index 7081cd18aa57..b1b80341d6d2 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> @@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
>  LINUX_KERNEL_TYPE = "tiny"
>  KCONFIG_MODE = "--allnoconfig"
>  
> -LINUX_VERSION ?= "3.10.38"
> +LINUX_VERSION ?= "3.10.40"
>  
>  KMETA = "meta"
>  
> -SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
> -SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
> +SRCREV_machine ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
> +SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"

We're seeing failures since "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
doesn't appear to exist in the 3.10 tree meta branch. "bitbake -b
linux-yocto-tiny_3.10 -c fetch" reproduces.

Did you miss pushing something?

We're seeing failures on the autobuilder as I've merged this :/.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40
  2014-05-28  8:36   ` Richard Purdie
@ 2014-05-28 12:54     ` Bruce Ashfield
  2014-05-28 13:47       ` Richard Purdie
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2014-05-28 12:54 UTC (permalink / raw
  To: Richard Purdie; +Cc: openembedded-core

On 14-05-28 04:36 AM, Richard Purdie wrote:
> On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
>> index 7081cd18aa57..b1b80341d6d2 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
>> @@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
>>   LINUX_KERNEL_TYPE = "tiny"
>>   KCONFIG_MODE = "--allnoconfig"
>>
>> -LINUX_VERSION ?= "3.10.38"
>> +LINUX_VERSION ?= "3.10.40"
>>
>>   KMETA = "meta"
>>
>> -SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
>> -SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
>> +SRCREV_machine ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
>> +SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
>
> We're seeing failures since "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
> doesn't appear to exist in the 3.10 tree meta branch. "bitbake -b
> linux-yocto-tiny_3.10 -c fetch" reproduces.
>
> Did you miss pushing something?

I don't manually push anything anymore, just my release scripts. I'll
check to see if the infrastructure has let me down by re-running them
now.

.. and I did see the meta branch SRCREV push, and re-launched my
builders. But all should be fine now.

Sorry :(

Bruce

>
> We're seeing failures on the autobuilder as I've merged this :/.
>
> Cheers,
>
> Richard
>



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40
  2014-05-28 12:54     ` Bruce Ashfield
@ 2014-05-28 13:47       ` Richard Purdie
  2014-05-28 13:52         ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2014-05-28 13:47 UTC (permalink / raw
  To: Bruce Ashfield; +Cc: openembedded-core

On Wed, 2014-05-28 at 08:54 -0400, Bruce Ashfield wrote:
> On 14-05-28 04:36 AM, Richard Purdie wrote:
> > On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
> >> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> >> index 7081cd18aa57..b1b80341d6d2 100644
> >> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> >> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> >> @@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
> >>   LINUX_KERNEL_TYPE = "tiny"
> >>   KCONFIG_MODE = "--allnoconfig"
> >>
> >> -LINUX_VERSION ?= "3.10.38"
> >> +LINUX_VERSION ?= "3.10.40"
> >>
> >>   KMETA = "meta"
> >>
> >> -SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
> >> -SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
> >> +SRCREV_machine ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
> >> +SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
> >
> > We're seeing failures since "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
> > doesn't appear to exist in the 3.10 tree meta branch. "bitbake -b
> > linux-yocto-tiny_3.10 -c fetch" reproduces.
> >
> > Did you miss pushing something?
> 
> I don't manually push anything anymore, just my release scripts. I'll
> check to see if the infrastructure has let me down by re-running them
> now.
> 
> .. and I did see the meta branch SRCREV push, and re-launched my
> builders. But all should be fine now.
> 
> Sorry :(

No problem, these things happen. We just need to figure out what
happened and make sure it doesn't happen again. The commit is there now
so I'm guessing that should fix the build failures.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40
  2014-05-28 13:47       ` Richard Purdie
@ 2014-05-28 13:52         ` Bruce Ashfield
  0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2014-05-28 13:52 UTC (permalink / raw
  To: Richard Purdie; +Cc: openembedded-core

On 14-05-28 09:47 AM, Richard Purdie wrote:
> On Wed, 2014-05-28 at 08:54 -0400, Bruce Ashfield wrote:
>> On 14-05-28 04:36 AM, Richard Purdie wrote:
>>> On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
>>>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
>>>> index 7081cd18aa57..b1b80341d6d2 100644
>>>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
>>>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
>>>> @@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
>>>>    LINUX_KERNEL_TYPE = "tiny"
>>>>    KCONFIG_MODE = "--allnoconfig"
>>>>
>>>> -LINUX_VERSION ?= "3.10.38"
>>>> +LINUX_VERSION ?= "3.10.40"
>>>>
>>>>    KMETA = "meta"
>>>>
>>>> -SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
>>>> -SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
>>>> +SRCREV_machine ?= "f53a6114b3a6e8c03ca4752de829887015f4c942"
>>>> +SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
>>>
>>> We're seeing failures since "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
>>> doesn't appear to exist in the 3.10 tree meta branch. "bitbake -b
>>> linux-yocto-tiny_3.10 -c fetch" reproduces.
>>>
>>> Did you miss pushing something?
>>
>> I don't manually push anything anymore, just my release scripts. I'll
>> check to see if the infrastructure has let me down by re-running them
>> now.
>>
>> .. and I did see the meta branch SRCREV push, and re-launched my
>> builders. But all should be fine now.
>>
>> Sorry :(
>
> No problem, these things happen. We just need to figure out what
> happened and make sure it doesn't happen again. The commit is there now

In this case, my scripts weren't checking for a return code on the
push. Our gateway was *really* slow out of Ottawa over the past week
and it looks like I hit a timeout.

Bruce

> so I'm guessing that should fix the build failures.
>
> Cheers,
>
> Richard
>
>



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-05-28 13:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 17:40 [PATCH 0/4] linux-yocto: consolidated kernel update Bruce Ashfield
2014-05-26 17:40 ` [PATCH 1/4] linux-yocto/3.14: update to v3.14.4 Bruce Ashfield
2014-05-26 17:40 ` [PATCH 2/4] linux-yocto-rt/3.14: update to 3.14-rt5 Bruce Ashfield
2014-05-26 17:40 ` [PATCH 3/4] beaglebone: enable the nowayout option for the watchdog Bruce Ashfield
2014-05-26 17:40 ` [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40 Bruce Ashfield
2014-05-28  8:36   ` Richard Purdie
2014-05-28 12:54     ` Bruce Ashfield
2014-05-28 13:47       ` Richard Purdie
2014-05-28 13:52         ` 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.