[yocto] RaspberryPi Kernel - sometimes it works, sometimes it doesn't

2012-06-10 Thread Chris Tapp
I've been building the 3.1.9 Raspberry Pi kernel under Denzil using the meta 
layer at https://github.com/djwillis/meta-raspberrypi. This uses a kernel 
recipe based on the git repository at 
https://github.com/raspberrypi/linux/commits/rpi-patches.

Some of the kernel commit IDs (e.g. 94fbbc4e3988075abad0d3b32842b82c590324fc) 
seem to build ok, but they don't always run. As in, if I -c clean and build 
then sometimes I end up with a bootable image, sometimes I don't. I'm not 
changing anything else in the build environment.

Any ideas what can cause this?

Chris Tapp

opensou...@keylevel.com
www.keylevel.com



___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] PR and bbappends

2012-06-10 Thread Paul Eggleton
On Monday 04 June 2012 10:12:09 David Nyström wrote:
> On 06/01/2012 09:32 PM, McClintock Matthew-B29882 wrote:
> > Some based layers should not modify certain packages. Which
> > meta-fsl-ppc is guilty of doing which I would like to cleanup. Changes
> > to packages should be moved up to a distro layer I believe?
> 
> I don't mind BSP layers modifying packages, as long as its called for.
> It would be helpful if BSP maintainers could try to enforce
> those bbappends only on machines in the BSP layer itself. i.e.
> 
> Bugfix and other similar bbappends on generic stuff could be placed in a
> separate directory which can be easily BBMASK:ed.

If they're bugfixes that are not in any way machine-specific they really do not 
belong in the BSP. They're fine for distro layers, although I would strongly 
encourage people to be pushing these fixes up to OE-core unless they are 
specific to some distro policy.

FYI, for machine specific changes in bbappends you can still make use of a 
machine override to ensure that the change only applies when building for that 
specific machine. With a lot of variable changes that could get messy though :/

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH 0/1] [meta-intel] meta-cedartrail: update SRCREV

2012-06-10 Thread Tom Zanussi

On Thu, 2012-06-07 at 14:48 -0700, kishore.k.bo...@intel.com wrote:
> From: Kishore Bodke 
> 
> Removed the kernel feature set from the BSP area.
> These have been added to kernel meta branch.
> So update the SRCREV for meta to pull in these changes.
> 
> Please pull into meta-intel/denzil.
> 

Pulled into meta-intel/denzil and meta-intel/master.

Thanks,

Tom

> Thanks
> Kishore.
> 
> The following changes since commit 8bc2fa135060e941bcbb4dcfb664e175a3eb871d:
> 
>   meta-fri2: add video acceleration (2012-06-06 16:16:24 -0500)
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/meta-intel-contrib kishore/cedartrail-update
>   
> http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/cedartrail-update
> 
> Kishore Bodke (1):
>   meta-cedartrail: update SRCREV
> 
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 0/6] meta-intel: remove linux-yocto-2.6.37

2012-06-10 Thread tom . zanussi
From: Tom Zanussi 

Remove 2.6.37 .bbappends to match recent oe-core linux-yocto-2.6.37 removal.

The following changes since commit a2c22fb791eb70b230a5f8169d3580f4f3a4f967:
  Kishore Bodke (1):
meta-cedartrail: update SRCREV

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/rm-linux-yocto--2.6.37
  
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/rm-linux-yocto--2.6.37

Tom Zanussi (6):
  meta-sugarbay: remove linux-yocto-2.6.37 .bbappend
  meta-crownbay: remove linux-yocto-2.6.37 .bbappend
  meta-emenlow: remove linux-yocto-2.6.37 .bbappend
  meta-fishriver: remove linux-yocto-2.6.37 .bbappend
  meta-jasperforest: remove linux-yocto-2.6.37 .bbappend
  meta-n450: remove linux-yocto-2.6.37 .bbappend

 .../linux/linux-yocto_2.6.37.bbappend  |   15 ---
 .../linux/linux-yocto_2.6.37.bbappend  |6 --
 .../linux/linux-yocto_2.6.37.bbappend  |6 --
 .../linux/linux-yocto_2.6.37.bbappend  |8 
 .../linux/linux-yocto_2.6.37.bbappend  |   10 --
 .../linux/linux-yocto_2.6.37.bbappend  |7 ---
 6 files changed, 0 insertions(+), 52 deletions(-)
 delete mode 100644 
meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 
meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 
meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 
meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
 delete mode 100644 
meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 1/6] meta-sugarbay: remove linux-yocto-2.6.37 .bbappend

2012-06-10 Thread tom . zanussi
From: Tom Zanussi 

linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-sugarbay.

Signed-off-by: Tom Zanussi 
---
 .../linux/linux-yocto_2.6.37.bbappend  |7 ---
 1 files changed, 0 insertions(+), 7 deletions(-)
 delete mode 100644 
meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend

diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 
b/meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
deleted file mode 100644
index 35c1d9f..000
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_sugarbay = "sugarbay"
-KMACHINE_sugarbay  = "yocto/standard/common-pc-64/sugarbay"
-
-SRCREV_machine_pn-linux-yocto_sugarbay ?= 
"7f495be2ccaa209bf505b8a8899cea64cfd968bb"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= 
"d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 2/6] meta-crownbay: remove linux-yocto-2.6.37 .bbappend

2012-06-10 Thread tom . zanussi
From: Tom Zanussi 

linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-crownbay.

Signed-off-by: Tom Zanussi 
---
 .../linux/linux-yocto_2.6.37.bbappend  |   15 ---
 1 files changed, 0 insertions(+), 15 deletions(-)
 delete mode 100644 
meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend

diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 
b/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
deleted file mode 100644
index 743129b..000
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ /dev/null
@@ -1,15 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_crownbay = "crownbay"
-KMACHINE_crownbay  = "yocto/standard/crownbay"
-KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
-
-COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
-KMACHINE_crownbay-noemgd  = "yocto/standard/crownbay"
-KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
-
-SRCREV_machine_pn-linux-yocto_crownbay ?= 
"372c0ab135978bd8ca3a77c88816a25c5ed8f303"
-SRCREV_meta_pn-linux-yocto_crownbay ?= 
"d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
-
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= 
"372c0ab135978bd8ca3a77c88816a25c5ed8f303"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= 
"d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 3/6] meta-emenlow: remove linux-yocto-2.6.37 .bbappend

2012-06-10 Thread tom . zanussi
From: Tom Zanussi 

linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-emenlow.

Signed-off-by: Tom Zanussi 
---
 .../linux/linux-yocto_2.6.37.bbappend  |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
 delete mode 100644 
meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend

diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 
b/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
deleted file mode 100644
index ab6616e..000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_emenlow = "emenlow"
-KMACHINE_emenlow  = "yocto/standard/emenlow"
-
-SRCREV_machine_pn-linux-yocto_emenlow = 
"1afee6bc0496b7d528d97d7bc1585f3af7311abb"
-SRCREV_meta_pn-linux-yocto_emenlow ?= 
"aeea99683c7283f1f3320bf2ee7085ee252d4e7e"
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 4/6] meta-fishriver: remove linux-yocto-2.6.37 .bbappend

2012-06-10 Thread tom . zanussi
From: Tom Zanussi 

linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-fishriver.

Signed-off-by: Tom Zanussi 
---
 .../linux/linux-yocto_2.6.37.bbappend  |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
 delete mode 100644 
meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend

diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 
b/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
deleted file mode 100644
index f9c447d..000
--- a/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_fishriver = "fishriver"
-KMACHINE_fishriver  = "yocto/standard/fishriver"
-
-SRCREV_machine_pn-linux-yocto_fishriver ?= 
"bb8e31f2c99f5e007660d4540df246fb7ecfa746"
-SRCREV_meta_pn-linux-yocto_fishriver ?= 
"d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 5/6] meta-jasperforest: remove linux-yocto-2.6.37 .bbappend

2012-06-10 Thread tom . zanussi
From: Tom Zanussi 

linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-jasperforest.

Signed-off-by: Tom Zanussi 
---
 .../linux/linux-yocto_2.6.37.bbappend  |8 
 1 files changed, 0 insertions(+), 8 deletions(-)
 delete mode 100644 
meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend

diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 
b/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
deleted file mode 100644
index 42af365..000
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_jasperforest = "jasperforest"
-
-KMACHINE_jasperforest  = "yocto/standard/common-pc-64/jasperforest"
-
-SRCREV_machine_pn-linux-yocto_jasperforest ?= 
"8cc4724f41f9082e48e5a846a29f6f6356c16b61"
-SRCREV_meta_pn-linux-yocto_jasperforest ?= 
"d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 6/6] meta-n450: remove linux-yocto-2.6.37 .bbappend

2012-06-10 Thread tom . zanussi
From: Tom Zanussi 

linux-yocto-2.6.37.bb was removed from oe-core, so remove the
corresponding .bbappend from meta-n450.

Signed-off-by: Tom Zanussi 
---
 .../linux/linux-yocto_2.6.37.bbappend  |   10 --
 1 files changed, 0 insertions(+), 10 deletions(-)
 delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend

diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 
b/meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
deleted file mode 100644
index d52a90a..000
--- a/meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-KMACHINE_n450 = "yocto/standard/common-pc/atom-pc"
-COMPATIBLE_MACHINE_n450 = "n450"
-
-# The n450 is a single core hypterthreaded CPU
-KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
-
-# We use the atom-pc machine SRCREV and the default meta SRCREV
-#SRCREV_machine_pn-linux-yocto-stable_n450 = ""
-#SRCREV_meta_pn-linux-yocto-stable_n450 ?= ""
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto