All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
@ 2015-02-20 16:40 Petter Mabäcker
  2015-02-20 16:40 ` [meta-raspberrypi][PATCH 1/1] " Petter Mabäcker
  2015-03-01  0:14 ` [meta-raspberrypi][PATCH 0/1] " Andrei Gherzan
  0 siblings, 2 replies; 12+ messages in thread
From: Petter Mabäcker @ 2015-02-20 16:40 UTC (permalink / raw)
  To: yocto

The following changes since commit d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:

  README: Github repo changed (2015-02-14 02:00:57 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio

Petter Mabäcker (1):
  layer.conf: set high layer priority

 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



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

* [meta-raspberrypi][PATCH 1/1] layer.conf: set high layer priority
  2015-02-20 16:40 [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority Petter Mabäcker
@ 2015-02-20 16:40 ` Petter Mabäcker
  2015-03-01  0:14 ` [meta-raspberrypi][PATCH 0/1] " Andrei Gherzan
  1 sibling, 0 replies; 12+ messages in thread
From: Petter Mabäcker @ 2015-02-20 16:40 UTC (permalink / raw)
  To: yocto

Set a high layer prio to ensure that meta-raspberrypi addons
are always prioritized above the depended layers.

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 7bffd4b..bea5a65 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
 
 BBFILE_COLLECTIONS += "raspberrypi"
 BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
-BBFILE_PRIORITY_raspberrypi = "6"
+BBFILE_PRIORITY_raspberrypi = "9"
 
 # Additional license directories.
 LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
-- 
1.9.1



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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-02-20 16:40 [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority Petter Mabäcker
  2015-02-20 16:40 ` [meta-raspberrypi][PATCH 1/1] " Petter Mabäcker
@ 2015-03-01  0:14 ` Andrei Gherzan
  2015-03-09 20:50   ` Andreas Müller
  1 sibling, 1 reply; 12+ messages in thread
From: Andrei Gherzan @ 2015-03-01  0:14 UTC (permalink / raw)
  To: Petter Mabäcker; +Cc: yocto

Hello,

On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:
> The following changes since commit d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:
>
>   README: Github repo changed (2015-02-14 02:00:57 +0100)
>
> are available in the git repository at:
>
>   git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
>
> Petter Mabäcker (1):
>   layer.conf: set high layer priority
>
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch merged to master. Thanks Petter.

--
Andrei Gherzan


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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-01  0:14 ` [meta-raspberrypi][PATCH 0/1] " Andrei Gherzan
@ 2015-03-09 20:50   ` Andreas Müller
  2015-03-09 20:55     ` Andrei Gherzan
  2015-03-09 20:58     ` Gary Thomas
  0 siblings, 2 replies; 12+ messages in thread
From: Andreas Müller @ 2015-03-09 20:50 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: Yocto Project

On Sun, Mar 1, 2015 at 1:14 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> Hello,
>
> On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:
>> The following changes since commit d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:
>>
>>   README: Github repo changed (2015-02-14 02:00:57 +0100)
>>
>> are available in the git repository at:
>>
>>   git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
>>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
>>
>> Petter Mabäcker (1):
>>   layer.conf: set high layer priority
>>
>>  conf/layer.conf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Patch merged to master. Thanks Petter.
>
> --
> Andrei Gherzan
> --

This one breaks xserver-xf86-config for me

| Function failed: Fetcher failure for URL:
'file://xorg.conf.d/10-evdev.conf'. Unable to fetch URL from any
source.

Andreas


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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-09 20:50   ` Andreas Müller
@ 2015-03-09 20:55     ` Andrei Gherzan
  2015-03-09 20:58     ` Gary Thomas
  1 sibling, 0 replies; 12+ messages in thread
From: Andrei Gherzan @ 2015-03-09 20:55 UTC (permalink / raw)
  To: Andreas Müller; +Cc: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]

Hi Andreas,

On Mon, Mar 9, 2015 at 9:50 PM, Andreas Müller <schnitzeltony@googlemail.com
> wrote:

> On Sun, Mar 1, 2015 at 1:14 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> > Hello,
> >
> > On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:
> >> The following changes since commit
> d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:
> >>
> >>   README: Github repo changed (2015-02-14 02:00:57 +0100)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
> >>
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
> >>
> >> Petter Mabäcker (1):
> >>   layer.conf: set high layer priority
> >>
> >>  conf/layer.conf | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > Patch merged to master. Thanks Petter.
> >
> > --
> > Andrei Gherzan
> > --
>
> This one breaks xserver-xf86-config for me
>
> | Function failed: Fetcher failure for URL:
> 'file://xorg.conf.d/10-evdev.conf'. Unable to fetch URL from any
> source.
>
> Andreas
>

There is an issue with that conf file. This was introduced by the rpi2
support patches. Could you please fill in a redmine issue? Or maybe shoot
us a patch? J

Thanks!

-- 
*Andrei Gherzan*

[-- Attachment #2: Type: text/html, Size: 2397 bytes --]

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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-09 20:50   ` Andreas Müller
  2015-03-09 20:55     ` Andrei Gherzan
@ 2015-03-09 20:58     ` Gary Thomas
  2015-03-09 21:07       ` Andreas Müller
  1 sibling, 1 reply; 12+ messages in thread
From: Gary Thomas @ 2015-03-09 20:58 UTC (permalink / raw)
  To: yocto

On 2015-03-09 14:50, Andreas Müller wrote:
> On Sun, Mar 1, 2015 at 1:14 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>> Hello,
>>
>> On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:
>>> The following changes since commit d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:
>>>
>>>    README: Github repo changed (2015-02-14 02:00:57 +0100)
>>>
>>> are available in the git repository at:
>>>
>>>    git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
>>>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
>>>
>>> Petter Mabäcker (1):
>>>    layer.conf: set high layer priority
>>>
>>>   conf/layer.conf | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Patch merged to master. Thanks Petter.
>>
>> --
>> Andrei Gherzan
>> --
>
> This one breaks xserver-xf86-config for me
>
> | Function failed: Fetcher failure for URL:
> 'file://xorg.conf.d/10-evdev.conf'. Unable to fetch URL from any
> source.

Are you trying to build for the RaspberryPi2?

I [temporarily] fixed this by copying the missing files.  In
the meta-raspberrypi layer, do
   % rsync -a recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi{/,2}

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-09 20:58     ` Gary Thomas
@ 2015-03-09 21:07       ` Andreas Müller
  2015-03-09 21:19         ` Gary Thomas
  0 siblings, 1 reply; 12+ messages in thread
From: Andreas Müller @ 2015-03-09 21:07 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Yocto Project

On Mon, Mar 9, 2015 at 9:58 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-03-09 14:50, Andreas Müller wrote:
>>
>> On Sun, Mar 1, 2015 at 1:14 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>>>
>>> Hello,
>>>
>>> On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:
>>>>
>>>> The following changes since commit
>>>> d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:
>>>>
>>>>    README: Github repo changed (2015-02-14 02:00:57 +0100)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>    git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
>>>>
>>>> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
>>>>
>>>> Petter Mabäcker (1):
>>>>    layer.conf: set high layer priority
>>>>
>>>>   conf/layer.conf | 2 +-
>>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>>
>>> Patch merged to master. Thanks Petter.
>>>
>>> --
>>> Andrei Gherzan
>>> --
>>
>>
>> This one breaks xserver-xf86-config for me
>>
>> | Function failed: Fetcher failure for URL:
>> 'file://xorg.conf.d/10-evdev.conf'. Unable to fetch URL from any
>> source.
>
>
> Are you trying to build for the RaspberryPi2?
>
> I [temporarily] fixed this by copying the missing files.  In
> the meta-raspberrypi layer, do
>   % rsync -a
> recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi{/,2}
ctoproject.org/listinfo/yocto


I checked both (I have simply copied xserver-xf86-config files for
rpi2). Increasing Layer priority above 7 fails for me - have no idea
why. What should this patch solve/enhance?

Andreas


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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-09 21:07       ` Andreas Müller
@ 2015-03-09 21:19         ` Gary Thomas
  2015-03-09 21:24           ` Andreas Müller
  0 siblings, 1 reply; 12+ messages in thread
From: Gary Thomas @ 2015-03-09 21:19 UTC (permalink / raw)
  To: Andreas Müller; +Cc: Yocto Project

On 2015-03-09 15:07, Andreas Müller wrote:
> On Mon, Mar 9, 2015 at 9:58 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>> On 2015-03-09 14:50, Andreas Müller wrote:
>>>
>>> On Sun, Mar 1, 2015 at 1:14 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>>>>
>>>> Hello,
>>>>
>>>> On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:
>>>>>
>>>>> The following changes since commit
>>>>> d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:
>>>>>
>>>>>     README: Github repo changed (2015-02-14 02:00:57 +0100)
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>>     git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
>>>>>
>>>>> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
>>>>>
>>>>> Petter Mabäcker (1):
>>>>>     layer.conf: set high layer priority
>>>>>
>>>>>    conf/layer.conf | 2 +-
>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>>
>>>> Patch merged to master. Thanks Petter.
>>>>
>>>> --
>>>> Andrei Gherzan
>>>> --
>>>
>>>
>>> This one breaks xserver-xf86-config for me
>>>
>>> | Function failed: Fetcher failure for URL:
>>> 'file://xorg.conf.d/10-evdev.conf'. Unable to fetch URL from any
>>> source.
>>
>>
>> Are you trying to build for the RaspberryPi2?
>>
>> I [temporarily] fixed this by copying the missing files.  In
>> the meta-raspberrypi layer, do
>>    % rsync -a
>> recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi{/,2}
> ctoproject.org/listinfo/yocto
>
>
> I checked both (I have simply copied xserver-xf86-config files for
> rpi2). Increasing Layer priority above 7 fails for me - have no idea
> why. What should this patch solve/enhance?

That command will let bitbake find the missing file:
   recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/
   recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf.d
   recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf.d/10-evdev.conf
   recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf

With this I was able to build for the rpi2.  Too bad Newark hasn't
delivered mine yet (although it was promised 10 days ago...)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-09 21:19         ` Gary Thomas
@ 2015-03-09 21:24           ` Andreas Müller
  2015-03-11  6:53             ` Petter Mabäcker
  0 siblings, 1 reply; 12+ messages in thread
From: Andreas Müller @ 2015-03-09 21:24 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Yocto Project

On Mon, Mar 9, 2015 at 10:19 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-03-09 15:07, Andreas Müller wrote:
>>
>> On Mon, Mar 9, 2015 at 9:58 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>
>>> On 2015-03-09 14:50, Andreas Müller wrote:
>>>>
>>>>
>>>> On Sun, Mar 1, 2015 at 1:14 AM, Andrei Gherzan <andrei@gherzan.ro>
>>>> wrote:
>>>>>
>>>>>
>>>>> Hello,
>>>>>
>>>>> On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:
>>>>>>
>>>>>>
>>>>>> The following changes since commit
>>>>>> d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc:
>>>>>>
>>>>>>     README: Github repo changed (2015-02-14 02:00:57 +0100)
>>>>>>
>>>>>> are available in the git repository at:
>>>>>>
>>>>>>     git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
>>>>>>
>>>>>>
>>>>>> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
>>>>>>
>>>>>> Petter Mabäcker (1):
>>>>>>     layer.conf: set high layer priority
>>>>>>
>>>>>>    conf/layer.conf | 2 +-
>>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>
>>>>>
>>>>>
>>>>> Patch merged to master. Thanks Petter.
>>>>>
>>>>> --
>>>>> Andrei Gherzan
>>>>> --
>>>>
>>>>
>>>>
>>>> This one breaks xserver-xf86-config for me
>>>>
>>>> | Function failed: Fetcher failure for URL:
>>>> 'file://xorg.conf.d/10-evdev.conf'. Unable to fetch URL from any
>>>> source.
>>>
>>>
>>>
>>> Are you trying to build for the RaspberryPi2?
>>>
>>> I [temporarily] fixed this by copying the missing files.  In
>>> the meta-raspberrypi layer, do
>>>    % rsync -a
>>> recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi{/,2}
>>
>> ctoproject.org/listinfo/yocto
>>
>>
>> I checked both (I have simply copied xserver-xf86-config files for
>> rpi2). Increasing Layer priority above 7 fails for me - have no idea
>> why. What should this patch solve/enhance?
>
>
> That command will let bitbake find the missing file:
>   recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/
>   recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf.d
>
> recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf.d/10-evdev.conf
>   recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf
>
> With this I was able to build for the rpi2.  Too bad Newark hasn't
> delivered mine yet (although it was promised 10 days ago...)
>
To avoid misunderstandings: The problem came up (for me) by increasing
layer priority and affects raspberrypi (I know files are missing for
raspberrypi2)

Andreas


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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-09 21:24           ` Andreas Müller
@ 2015-03-11  6:53             ` Petter Mabäcker
  2015-03-11  9:39               ` Andreas Müller
  0 siblings, 1 reply; 12+ messages in thread
From: Petter Mabäcker @ 2015-03-11  6:53 UTC (permalink / raw)
  To: yocto, schnitzeltony

[-- Attachment #1: Type: text/plain, Size: 3227 bytes --]

 

I have created a new ticket for the raspberrypi2 problem:
http://redmine.gherzan.com/issues/52 

For the raspberrypi problem I
cannot reproduce this problem. For me it looks good using below
revisions for poky and meta-raspberrypi: 

meta-raspberrypi: 57c8e6b
rpi-base.inc: Include the RPI2 DTB 

poky: 0aff275 layer.conf: bump
version as error-report interface changed 

Andreas: Can you please
specify revisions you are using for poky and meta-raspberrypi? Would be
great if you also can mail me log.do_fetch and log.do_patch (if such
exists I understand it as it bails at do_fetch form your mail..) found
in:


<yourproject>/tmp/work/raspberrypi-poky-linux-gnueabi/xserver-xf86-config/0.1-*/temp/
as well.. 

BR, Petter 

2015-03-09 22:24 skrev Andreas Müller: 

> On
Mon, Mar 9, 2015 at 10:19 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>

>> On 2015-03-09 15:07, Andreas Müller wrote: 
>> 
>>> On Mon, Mar 9,
2015 at 9:58 PM, Gary Thomas <gary@mlbassoc.com> wrote: 
>>> 
>>>> On
2015-03-09 14:50, Andreas Müller wrote: 
>>>> 
>>>>> On Sun, Mar 1, 2015
at 1:14 AM, Andrei Gherzan <andrei@gherzan.ro> wrote: 
>>>>> 
>>>>>>
Hello, On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote:

>>>>>> 
>>>>>>> The following changes since commit
d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc: README: Github repo changed
(2015-02-14 02:00:57 +0100) are available in the git repository at:
git://git.yoctoproject.org/poky-contrib petmab/rpi_layer_prio
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
[1] Petter Mabäcker (1): layer.conf: set high layer priority
conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1
deletion(-)
>>>>>> Patch merged to master. Thanks Petter. -- Andrei
Gherzan --
>>>>> This one breaks xserver-xf86-config for me | Function
failed: Fetcher failure for URL: 'file://xorg.conf.d/10-evdev.conf [2]'.
Unable to fetch URL from any source.
>>>> Are you trying to build for
the RaspberryPi2? I [temporarily] fixed this by copying the missing
files. In the meta-raspberrypi layer, do % rsync -a
recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi{/,2}
>>>
ctoproject.org/listinfo/yocto I checked both (I have simply copied
xserver-xf86-config files for rpi2). Increasing Layer priority above 7
fails for me - have no idea why. What should this patch
solve/enhance?
>> That command will let bitbake find the missing file:
recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/
recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf.d
recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf.d/10-evdev.conf
recipes-graphics/xorg-xserver/xserver-xf86-config/raspberrypi2/xorg.conf
With this I was able to build for the rpi2. Too bad Newark hasn't
delivered mine yet (although it was promised 10 days ago...)
> 
> To
avoid misunderstandings: The problem came up (for me) by increasing
>
layer priority and affects raspberrypi (I know files are missing for
>
raspberrypi2)
> 
> Andreas
 

Links:
------
[1]
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_layer_prio
[2]
file://xorg.conf.d/10-evdev.conf

[-- Attachment #2: Type: text/html, Size: 4371 bytes --]

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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-11  6:53             ` Petter Mabäcker
@ 2015-03-11  9:39               ` Andreas Müller
  2015-03-11 19:06                 ` Petter Mabäcker
  0 siblings, 1 reply; 12+ messages in thread
From: Andreas Müller @ 2015-03-11  9:39 UTC (permalink / raw)
  To: petter; +Cc: Yocto Project

On Wed, Mar 11, 2015 at 7:53 AM, Petter Mabäcker <petter@technux.se> wrote:
> I have created a new ticket for the raspberrypi2 problem:
> http://redmine.gherzan.com/issues/52
>
> For the raspberrypi problem I cannot reproduce this problem. For me it looks
> good using below revisions for poky and meta-raspberrypi:
>
> meta-raspberrypi: 57c8e6b rpi-base.inc: Include the RPI2 DTB
>
> poky: 0aff275 layer.conf: bump version as error-report interface changed
>
>
>
> Andreas: Can you please specify revisions you are using for poky and
> meta-raspberrypi? Would be great if you also can mail me log.do_fetch and
> log.do_patch (if such exists I understand it as it bails at do_fetch form
> your mail..) found in:
Don't have logs here but 10-evdev.conf was not found. I checked: By
increasing layer priority the fitting path to meta-raspberrypi was
missing.

I am using angstrom/oe-core/meta-oe++/meta-qt5 and several bsp layers
(e.g meta-ti/meta-gumstix-community/meta-fsl-arm/meta-raspberrypi/meta-beagleboard-common..)
- can give further details later (have them at home).

What I don't understand so far: Why is this patch necessary and what
was intended to fix?

Andreas


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

* Re: [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority
  2015-03-11  9:39               ` Andreas Müller
@ 2015-03-11 19:06                 ` Petter Mabäcker
  0 siblings, 0 replies; 12+ messages in thread
From: Petter Mabäcker @ 2015-03-11 19:06 UTC (permalink / raw)
  To: Andreas Müller; +Cc: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 2206 bytes --]

 

2015-03-11 10:39 skrev Andreas Müller: 

> On Wed, Mar 11, 2015 at
7:53 AM, Petter Mabäcker <petter@technux.se> wrote:
> 
>> I have created
a new ticket for the raspberrypi2 problem:
http://redmine.gherzan.com/issues/52 [1] For the raspberrypi problem I
cannot reproduce this problem. For me it looks good using below
revisions for poky and meta-raspberrypi: meta-raspberrypi: 57c8e6b
rpi-base.inc: Include the RPI2 DTB poky: 0aff275 layer.conf: bump
version as error-report interface changed Andreas: Can you please
specify revisions you are using for poky and meta-raspberrypi? Would be
great if you also can mail me log.do_fetch and log.do_patch (if such
exists I understand it as it bails at do_fetch form your mail..) found
in:
> 
> Don't have logs here but 10-evdev.conf was not found. I
checked: By
> increasing layer priority the fitting path to
meta-raspberrypi was
> missing.
> 
> I am using
angstrom/oe-core/meta-oe++/meta-qt5 and several bsp layers
> (e.g
meta-ti/meta-gumstix-community/meta-fsl-arm/meta-raspberrypi/meta-beagleboard-common..)
>
- can give further details later (have them at home).
> 
> What I don't
understand so far: Why is this patch necessary and what
> was intended
to fix?
> 
> Andreas

Ok, interesting. That explains why I cannot
reproduce the problem. The reason for the changeset is to ensure that we
have a higher prio in meta-raspberrypi then in all its depended layers
(currently meta-oe and meta-multimedia) since we always want to override
with meta-raspberrypi specific stuffs in this case. So it doesn't solve
a specific problem, but it prevent us for getting problems like the one
you obviously has seen in your configuration due to this change. 

It
might (at least currently) be OK to set layer prio = 7 in
meta-raspberrypi, 9 was just to have some marginal. But it's not sure
that "7" is enough without any modifications in some of the layers you
are using. Can you give me the output of below command from your project
(it will help me to understand where the problem really lies)? 

$
bitbake-layers show-layers 

Cheers, Petter 

Links:
------
[1]
http://redmine.gherzan.com/issues/52

[-- Attachment #2: Type: text/html, Size: 2692 bytes --]

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

end of thread, other threads:[~2015-03-11 19:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 16:40 [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority Petter Mabäcker
2015-02-20 16:40 ` [meta-raspberrypi][PATCH 1/1] " Petter Mabäcker
2015-03-01  0:14 ` [meta-raspberrypi][PATCH 0/1] " Andrei Gherzan
2015-03-09 20:50   ` Andreas Müller
2015-03-09 20:55     ` Andrei Gherzan
2015-03-09 20:58     ` Gary Thomas
2015-03-09 21:07       ` Andreas Müller
2015-03-09 21:19         ` Gary Thomas
2015-03-09 21:24           ` Andreas Müller
2015-03-11  6:53             ` Petter Mabäcker
2015-03-11  9:39               ` Andreas Müller
2015-03-11 19:06                 ` Petter Mabäcker

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.