All of lore.kernel.org
 help / color / mirror / Atom feed
* Layer priorities & package selection
@ 2016-08-04  7:28 Gujulan Elango, Hari Prasath (H.)
  2016-08-04 13:21 ` Maciej Borzęcki
  2016-08-05  2:21 ` Khem Raj
  0 siblings, 2 replies; 7+ messages in thread
From: Gujulan Elango, Hari Prasath (H.) @ 2016-08-04  7:28 UTC (permalink / raw)
  To: yocto@yoctoproject.org

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

Hello all,


We are having two yocto layers in our project. One is SoC specific layer and the other is the meta-ivi. Now we have two packages provided by both these layers. wayland_1.9.0 & weston_1.9.0. We want both these packages from the SoC specific layer and not the ones that are coming from meta-ivi. The reason being that the SoC vendor has done some modifications for hw acceleration and stuff like that. Since meta-ivi is having higher priority( Priority: 7) than the SoC specific layer(Priority : 6) , naturally these packages are provided by meta-ivi and not the Soc layer which we actually want.


How to modify the layer priority without touching the layer specific conf file ? Can we have a append to the layer conf file ?


meta-ivi:

[mailto:hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-ivi$]hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-ivi$ find . -name "wayland*"
./meta-ivi/recipes-graphics/wayland
./meta-ivi/recipes-graphics/wayland/wayland_1.9.0.bb


[mailto:hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-ivi$]hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-ivi$ find . -name "weston*"
./meta-ivi/recipes-graphics/wayland/weston
./meta-ivi/recipes-graphics/wayland/weston/weston.png
./meta-ivi/recipes-graphics/wayland/weston/weston.desktop
./meta-ivi/recipes-graphics/wayland/weston_1.9.0.bb
./meta-ivi/recipes-graphics/wayland/weston_1.9.0.bbappend
./meta-ivi-bsp/recipes-graphics/weston



meta-renesas:



[mailto:hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-renesas$]hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-renesas$ find . -name "wayland*"
./meta-rcar-gen3/recipes-graphics/wayland
./meta-rcar-gen3/recipes-graphics/wayland/wayland_1.9.0.bb



[mailto:hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-renesas$]hgujulan@chipd010:~/project/monarch/release_testing/monarch-1.2.0/monarch-distribution/meta-renesas$ find . -name "weston*"
./meta-rcar-gen3/recipes-graphics/wayland/weston.inc
./meta-rcar-gen3/recipes-graphics/wayland/weston-init.bbappend
./meta-rcar-gen3/recipes-graphics/wayland/weston
./meta-rcar-gen3/recipes-graphics/wayland/weston/weston.png
./meta-rcar-gen3/recipes-graphics/wayland/weston/weston.desktop
./meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend
./meta-rcar-gen3/recipes-graphics/wayland/weston-init
./meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service
./meta-rcar-gen3/recipes-graphics/wayland/weston_1.9.0.bb
./meta-rcar-gen3/recipes-graphics/wayland/weston_1.9.0.bbappend



Thanks & Regards,

Hari Prasath

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

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

end of thread, other threads:[~2016-08-05  2:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04  7:28 Layer priorities & package selection Gujulan Elango, Hari Prasath (H.)
2016-08-04 13:21 ` Maciej Borzęcki
2016-08-04 16:47   ` where to find license files? Fred Ollinger
2016-08-04 17:32     ` Gary Thomas
2016-08-05  2:29       ` Khem Raj
2016-08-04 19:46   ` Layer priorities & package selection robert.berger@gmane
2016-08-05  2:21 ` Khem Raj

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.