[oe] wrongly populated image

Robert Schuster theBohemian at gmx.net
Wed Jan 7 00:41:46 UTC 2009


Hi,

Robert Schuster schrieb:
> 1)
> Whenever OE wants to build angstrom-feed-configs I get the following big
> python error:
> 
> ERROR: Error in executing:
> /home/rob/oe/org.openembedded.dev/packages/angstrom/angstrom-feed-configs.bb
> ERROR: Exception:<type 'exceptions.TypeError'>
> Message:do_split_packages() got an unexpected keyword argument 'allow_links'
> ERROR: Printing the environment of the function
> ERROR: 	0001:def populate_packages():
> ERROR: 	0002:	etcdir = bb.data.expand('${sysconfdir}/opkg', d)
> ERROR: 	0003:	do_split_packages(d, etcdir, '^locale-(.*)\.conf$',
> 'angstrom-locale-%s-config', 'Angstrom feed config for the %s locale',
> extra_depends='', allow_links=True)
> ERROR: 	0004:	import glob, stat, errno, re
> ERROR: 	0005:
> ERROR: 	0006:	workdir = bb.data.getVar('WORKDIR', d, 1)
> ERROR: 	0007:	if not workdir:
> 
> I am not a python expert but this looks as if the function arguments are
> used by names. However I see nothing special about 'allow_links' so I
> wonder why it fails with this one. I am running this on a Debian
> GNU/Linux amd64 box. Python is 2.5.2 if that helps.
> 
> I can get around this problem by temporarily declaring allow_links=True
> in package.bbclass and remove that same string from the
> do_split_packages call in angstrom-feed-configs.
> 
> This brought me to the next problem:
> 
> 2)
> However booting fails because there is no 'init' executable on the
> image. Upon inspection of *-x11-image-*-testlab/installed-packages.txt I
> see that there is no busybox on the image. Also other important stuff
> like the kernel and dropbear/openssh-sshd is missing. On the other hand
> my new 'openjdk-6-jre' package is on the filesystem although I have
> never asked to anyone to do this.
Cool, this patch fixed problem 2:

Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9b1666b54a8474a8a95603726b634c071a1ec6ce
URL:
http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9b1666b54a8474a8a95603726b634c071a1ec6ce

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan  7 00:46:05 2009 +0100

task-base: bump PR


Regards
Robert

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090107/406ede32/attachment-0002.sig>


More information about the Openembedded-devel mailing list