All of lore.kernel.org
 help / color / mirror / Atom feed
* How to enforce installation of image specific config file/package
@ 2016-04-01  9:34 Isak Lichtenstein
  2016-04-01 11:46 ` Esponde, Joel
  2016-04-01 12:34 ` Mike Looijmans
  0 siblings, 2 replies; 6+ messages in thread
From: Isak Lichtenstein @ 2016-04-01  9:34 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hi,

I've got a package "A" that has a runtime dependency to a configuration file. This configuration file is image specific. For each image I've got a specific configuration package "config-image-X" that installs this needed configuration file and I build multiple image in the same build directory.
How can I enforce that each image containing package "A" also installs an image specific configuration package? 
I've tried with virtual providers, but then at the second image it always tried to install the virtual provider from the first image as well, which leads to the following failure during the rootfs task:

check_data_file_clashes: Package config-image-1 wants to install file /home/root/build/build_dev/tmp/work/poky-linux-gnueabi/core-image-test/1.0-r0/rootfs/usr/bin/config
	But that file is already provided by package  * config-image-2


I'm using yocto jethro.

Best regards

Isak


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

end of thread, other threads:[~2016-04-12 14:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01  9:34 How to enforce installation of image specific config file/package Isak Lichtenstein
2016-04-01 11:46 ` Esponde, Joel
2016-04-01 12:38   ` Isak Lichtenstein
2016-04-02  8:12     ` Khem Raj
2016-04-12 14:36       ` Isak Lichtenstein
2016-04-01 12:34 ` Mike Looijmans

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.