* Problems creating image for h2200
@ 2010-11-22 14:43 Pierre Cassimans
2010-11-23 8:49 ` Pierre Cassimans
0 siblings, 1 reply; 2+ messages in thread
From: Pierre Cassimans @ 2010-11-22 14:43 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]
I try to bitbake an image for ipaq h2200 but everytime it fails with
following error:
Collected errors:
* check_data_file_clashes: Package udev wants to install
file /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/udev/rules.d/50-hostap_cs.rules
But that file is already provided by package *
udev-hostap-cs-vcc-workaround
* opkg_install_cmd: Cannot install package task-base.
* resolve_conffiles: Existing
conffile /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/device_table is different from the conffile in the new package. The new conffile will be placed at /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/device_table-opkg.
* check_data_file_clashes: Package udev wants to install
file /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/udev/rules.d/50-hostap_cs.rules
But that file is already provided by package *
udev-hostap-cs-vcc-workaround
* opkg_install_cmd: Cannot install package udev.
Only change with the master tree is the patch i previously posted about
the udev-compat141 hack for h2200
Any Idea?
Cazze
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 853 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems creating image for h2200
2010-11-22 14:43 Problems creating image for h2200 Pierre Cassimans
@ 2010-11-23 8:49 ` Pierre Cassimans
0 siblings, 0 replies; 2+ messages in thread
From: Pierre Cassimans @ 2010-11-23 8:49 UTC (permalink / raw)
To: openembedded-devel
On 11/22/2010 03:43 PM, Pierre Cassimans wrote:
> I try to bitbake an image for ipaq h2200 but everytime it fails with
> following error:
>
> Collected errors:
> * check_data_file_clashes: Package udev wants to install
> file /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/udev/rules.d/50-hostap_cs.rules
> But that file is already provided by package *
> udev-hostap-cs-vcc-workaround
> * opkg_install_cmd: Cannot install package task-base.
> * resolve_conffiles: Existing
> conffile /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/device_table is different from the conffile in the new package. The new conffile will be placed at /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/device_table-opkg.
> * check_data_file_clashes: Package udev wants to install
> file /home/pc/oe/build/tmp-angstrom_2008_1/rootfs/console-image/etc/udev/rules.d/50-hostap_cs.rules
> But that file is already provided by package *
> udev-hostap-cs-vcc-workaround
> * opkg_install_cmd: Cannot install package udev.
>
> Only change with the master tree is the patch i previously posted about
> the udev-compat141 hack for h2200
>
> Any Idea?
>
> Cazze
>
Ok, if found the problem but need some advice to patch it.
It was a double declaration of a file inclusion for the h2200 udev rule
50-hostap
It is done in the machine conf by including a recipe that adds the file:
MACHINE_EXTRA_RDEPENDS = " udev-hostap-cs-vcc-workaround "
and
it is done in the different udev packages:
do_install_append_h2200() {
install -m 0644 ${WORKDIR}/50-hostap_cs.rules
${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules
}
Now what is the preferred way so I can patch out the other :-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-23 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 14:43 Problems creating image for h2200 Pierre Cassimans
2010-11-23 8:49 ` Pierre Cassimans
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.