From: Detlef Vollmann <[email protected]> On 09/04/11 15:01, Detlef Vollmann wrote: > Some of my recipes fail with > ERROR: Function 'staging_packager' failed (see /dev/null for further > information) > > Unfortunately /dev/null didn't give much information ;-( This was fixed by bitbake commit 90fc09ee050a24095a488d8ce98c7945bf282f6d.
> > But eventually (with -vvvvv -D -D -D -D) I got a real error message: > *** Error: Package name contains illegal characters, (other than > [a-z0-9.+-]) > > While the '' between 'name' and 'contains' isn't of much help > either (it's a bug in stage-manager-ipkg-build, I'll file a patch > for that later), This is a no-brainer. > it turned out that my machine name contained > upper case letters, which stage-manager-ipkg-build doesn't like. The second patch also allows uppercase letters, but I have no idea what consequences this has... Detlef Vollmann (2): stage-manager: fix typo in error message stage-manager: allow for upper case in package names bin/stage-manager-opkg-build | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
