[oe] [PATCH] udev: Use udev.inc and add udevadm to udev pacakge instead of udev-utils

Henri Bragge henri.bragge at dcombus.com
Tue May 25 09:55:21 UTC 2010


Grzegorz Toporek wrote:
> Could you upload this patch to the git respiratory? Or this is just
> non-official change?
>
> I'm trying now to compile base-image on angstrom distro and I got error from
> udev_151.bb recipe. May be your patch will help with this...
>
> This is what I got:
>
> Does anyone met with this error? Sorry if it's not a right place to post.
>
>   
I've another issue concerning acl and attr that udev-151 requires, and 
I'm hoping that this patch would help me too. Btw I didn't have this 
problem with bitbake 1.8.18, but 1.10 with newest oe fails with output:

| make[4]: Entering directory 
`.../tmp/work/armv5te-angstrom-linux-gnueabi/attr-2.4.44-r3/attr-2.4.44/attr'
| ../include/install-sh -o hbragge -g 1002 -m 755 -d /usr/bin
| chmod: changing permissions of `//usr/bin': Operation not permitted
| make[4]: *** [install] Error 1
| make[4]: Leaving directory 
`.../tmp/work/armv5te-angstrom-linux-gnueabi/attr-2.4.44-r3/attr-2.4.44/attr'
| make[3]: *** [attr-install] Error 2
| make[3]: Leaving directory 
`.../tmp/work/armv5te-angstrom-linux-gnueabi/attr-2.4.44-r3/attr-2.4.44'
| FATAL: oe_runmake failed
NOTE: package attr-2.4.44-r3: task do_install: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of .../openembedded/recipes/udev/attr_2.4.44.bb do_install 
failed
ERROR: Task 1641 (.../openembedded/recipes/udev/attr_2.4.44.bb, 
do_install) failed with 256

Building acl does the same thing. Something is wrong with environment 
variables exported by acl/attr recipes, which should point in ${D} but 
are now pointing into root. I'm executing bitbake from a makefile, which 
also seems to have and effect on this (starting bitbake directly 
preserves those variables).

- Henri




More information about the Openembedded-devel mailing list