From: Pierre Cassimans <cazzeml@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Problems creating image for h2200
Date: Tue, 23 Nov 2010 09:49:03 +0100 [thread overview]
Message-ID: <4CEB7FFF.7010703@gmail.com> (raw)
In-Reply-To: <1290436983.22883.5.camel@guesswho>
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 :-)
prev parent reply other threads:[~2010-11-23 8:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-22 14:43 Problems creating image for h2200 Pierre Cassimans
2010-11-23 8:49 ` Pierre Cassimans [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CEB7FFF.7010703@gmail.com \
--to=cazzeml@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.