From: Jeremy Powell <jeremy@visionaid.com>
To: poky@yoctoproject.org
Subject: Poky core-image-minimal fails to build with package_deb
Date: Wed, 26 Mar 2014 09:34:27 +0000 [thread overview]
Message-ID: <53329F23.8020307@visionaid.com> (raw)
Hi All,
I'm trying to build poky from the git master head, but there are several
problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
For instance:
cd %s; PSEUDO_UNLOAD=1 %s packages > Packages
should be
cd %s; PSEUDO_UNLOAD=1 %s packages . > Packages
The generation of the "Release" file also appears to be incorrect (maybe
it is also missing a trailing period?).
Finally, the creation of the Packages.gz file causes an error, but I'm
not currently familiar enough with Yocto to fix it, but perhaps someone
else might be able to help? (Seems to me that this part of the build is
running the commands in parallel but needs to performed be serially)
Kind regards,
Jeremy
--
Jeremy Powell
Senior Software Engineer
VisionAid International Ltd
Unit 9
Crawley Business Centre
Stephenson Way
Three Bridges
Crawley
West Sussex
RH10 1TN
next reply other threads:[~2014-03-26 9:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-26 9:34 Jeremy Powell [this message]
2014-03-26 10:14 ` Poky core-image-minimal fails to build with package_deb Burton, Ross
2014-03-26 10:52 ` Jeremy Powell
2014-03-26 11:06 ` Burton, Ross
2014-03-26 11:21 ` Jeremy Powell
2014-03-26 11:28 ` Gary Thomas
2014-03-26 11:42 ` Jeremy Powell
2014-03-26 11:42 ` Richard Purdie
2014-03-26 13:21 ` Ricardo Ribalda Delgado
2014-03-26 10:21 ` Laurentiu Palcu
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=53329F23.8020307@visionaid.com \
--to=jeremy@visionaid.com \
--cc=poky@yoctoproject.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.