2015-03-11 10:39 skrev Andreas Müller:
> On Wed, Mar 11, 2015 at 7:53 AM, Petter Mabäcker <[email protected]> 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
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
