* packaged-staging
@ 2010-11-04 11:32 Aeschbacher, Fabrice
2010-11-04 12:50 ` packaged-staging Aeschbacher, Fabrice
0 siblings, 1 reply; 7+ messages in thread
From: Aeschbacher, Fabrice @ 2010-11-04 11:32 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Hi,
I am trying to use packaged staging, following the description found here:
http://marcin.juszkiewicz.com.pl/2008/07/01/packaged-staging-and-what-it-gives/
http://blog.denix.org/2008/09/getting-dangerous-with-packaged-staging.html
I set:
DEPLOY_DIR_PSTAGE = "${OEBASE}/pstage"
, and then:
$ bitbake base-image
$ rm -rf ${TMPDIR}
$ bitbake base-image
During build I noticed a lot of messages like:
NOTE: Staging package found, using it for <...>/org.openembedded/recipes/gettext/gettext-native_0.17.bb
But finally the last step fails:
ERROR: function do_rootfs failed
| * ERROR: Cannot satisfy the following dependencies for task-boot:
| * kernel * base-files * base-passwd * busybox * modutils-initscripts * netbase * update-alternatives *
| * Cannot find package task-boot.
| * Cannot find package util-linux-mount.
| * Cannot find package util-linux-umount.
| * Cannot find package dropbear.
| * Cannot find package angstrom-version.
| * Cannot find package hotplug-ng.
| * Cannot find package libgcc1.
| * Cannot find package libstdc++6.
| * Cannot find package initscripts.
| * Cannot find package sysvinit.
| * Cannot find package sysvinit-pidof.
| * Cannot find package tinylogin.
| * Cannot find package opkg-nogpg.
| * Cannot find package angstrom-version.
| * Cannot find package angstrom-feed-configs.
| * Cannot find package opkg-collateral.
NOTE: Task failed: /home/projects/oe-stable-2009/build/taurus/work/taurus-angstrom-linux-gnueabi/base-image-1.0-r0/temp/log.do_rootfs.10147
Some remarks:
- It does not help trying to bitbake the indicated missing packages
but for each package, I need to:
bitbake <package> -f -c package_write
- After a first build, cross-compiler is installer in ${TEMPDIR}/cross/armv5te/bin
(which is added to the $PATH for oe_runmake)
But after a packaged-staging build, this directory does not exist;
the cross-compiler is actually installed in ${TEMPDIR}/cross/bin
=> every do_compile fails
to circumvent this, I had to :
cd ${TEMPDIR}/cross
mkdir armv5te
ln -s ../bin armv5te
I saw Frans Meulenbroeks already had the same issue:
http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg03314.html
Did someone find a solution?
With kind regards,
Fabrice Aeschbacher
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: packaged-staging
2010-11-04 11:32 packaged-staging Aeschbacher, Fabrice
@ 2010-11-04 12:50 ` Aeschbacher, Fabrice
2010-11-04 13:35 ` packaged-staging Tom Rini
0 siblings, 1 reply; 7+ messages in thread
From: Aeschbacher, Fabrice @ 2010-11-04 12:50 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
I forgot to say we are using bitbake 1.8.12 and branch stable/2009
Fabrice Aeschbacher
> -----Ursprüngliche Nachricht-----
> Von: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] Im
> Auftrag von Aeschbacher, Fabrice
> Gesendet: Donnerstag, 4. November 2010 12:32
> An: openembedded-devel@lists.openembedded.org
> Betreff: [oe] packaged-staging
>
> Hi,
>
> I am trying to use packaged staging, following the
> description found here:
> http://marcin.juszkiewicz.com.pl/2008/07/01/packaged-staging-a
> nd-what-it-gives/
> http://blog.denix.org/2008/09/getting-dangerous-with-packaged-
> staging.html
>
> I set:
>
> DEPLOY_DIR_PSTAGE = "${OEBASE}/pstage"
>
> , and then:
>
> $ bitbake base-image
> $ rm -rf ${TMPDIR}
> $ bitbake base-image
>
> During build I noticed a lot of messages like:
> NOTE: Staging package found, using it for
> <...>/org.openembedded/recipes/gettext/gettext-native_0.17.bb
>
> But finally the last step fails:
>
> ERROR: function do_rootfs failed
>
> | * ERROR: Cannot satisfy the following dependencies for task-boot:
> | * kernel * base-files * base-passwd * busybox *
> modutils-initscripts * netbase * update-alternatives *
> | * Cannot find package task-boot.
> | * Cannot find package util-linux-mount.
> | * Cannot find package util-linux-umount.
> | * Cannot find package dropbear.
> | * Cannot find package angstrom-version.
> | * Cannot find package hotplug-ng.
> | * Cannot find package libgcc1.
> | * Cannot find package libstdc++6.
> | * Cannot find package initscripts.
> | * Cannot find package sysvinit.
> | * Cannot find package sysvinit-pidof.
> | * Cannot find package tinylogin.
> | * Cannot find package opkg-nogpg.
> | * Cannot find package angstrom-version.
> | * Cannot find package angstrom-feed-configs.
> | * Cannot find package opkg-collateral.
> NOTE: Task failed:
> /home/projects/oe-stable-2009/build/taurus/work/taurus-angstro
> m-linux-gnueabi/base-image-1.0-r0/temp/log.do_rootfs.10147
>
> Some remarks:
> - It does not help trying to bitbake the indicated missing packages
> but for each package, I need to:
> bitbake <package> -f -c package_write
> - After a first build, cross-compiler is installer in
> ${TEMPDIR}/cross/armv5te/bin
> (which is added to the $PATH for oe_runmake)
> But after a packaged-staging build, this directory does not exist;
> the cross-compiler is actually installed in ${TEMPDIR}/cross/bin
> => every do_compile fails
> to circumvent this, I had to :
> cd ${TEMPDIR}/cross
> mkdir armv5te
> ln -s ../bin armv5te
>
> I saw Frans Meulenbroeks already had the same issue:
> http://www.mail-archive.com/openembedded-devel@lists.openembed
> ded.org/msg03314.html
>
> Did someone find a solution?
>
> With kind regards,
> Fabrice Aeschbacher
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: packaged-staging
2010-11-04 12:50 ` packaged-staging Aeschbacher, Fabrice
@ 2010-11-04 13:35 ` Tom Rini
2010-11-04 13:38 ` packaged-staging Aeschbacher, Fabrice
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2010-11-04 13:35 UTC (permalink / raw)
To: openembedded-devel
Aeschbacher, Fabrice wrote:
> I forgot to say we are using bitbake 1.8.12 and branch stable/2009
packaged-staging isn't complete there, sorry.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: packaged-staging
2010-11-04 13:35 ` packaged-staging Tom Rini
@ 2010-11-04 13:38 ` Aeschbacher, Fabrice
2010-11-04 13:58 ` packaged-staging Tom Rini
0 siblings, 1 reply; 7+ messages in thread
From: Aeschbacher, Fabrice @ 2010-11-04 13:38 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> Aeschbacher, Fabrice wrote:
> > I forgot to say we are using bitbake 1.8.12 and branch stable/2009
>
> packaged-staging isn't complete there, sorry.
>
> Tom Rini
Is it with bitbake-1.8.18 and stable/2009 ?
Fabrice Aeschbacher
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: packaged-staging
2010-11-04 13:38 ` packaged-staging Aeschbacher, Fabrice
@ 2010-11-04 13:58 ` Tom Rini
2010-11-04 14:09 ` packaged-staging Chris Larson
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2010-11-04 13:58 UTC (permalink / raw)
To: openembedded-devel
Aeschbacher, Fabrice wrote:
>> Aeschbacher, Fabrice wrote:
>>> I forgot to say we are using bitbake 1.8.12 and branch stable/2009
>> packaged-staging isn't complete there, sorry.
>>
>> Tom Rini
>
> Is it with bitbake-1.8.18 and stable/2009 ?
Sorry, bitbake 1.10.x and master (aka dev) are required for packaged
staging to be functional.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: packaged-staging
2010-11-04 13:58 ` packaged-staging Tom Rini
@ 2010-11-04 14:09 ` Chris Larson
2010-11-05 9:58 ` packaged-staging Aeschbacher, Fabrice
0 siblings, 1 reply; 7+ messages in thread
From: Chris Larson @ 2010-11-04 14:09 UTC (permalink / raw)
To: openembedded-devel
On Thu, Nov 4, 2010 at 6:58 AM, Tom Rini <tom_rini@mentor.com> wrote:
> Aeschbacher, Fabrice wrote:
>
>> Aeschbacher, Fabrice wrote:
>>>
>>>> I forgot to say we are using bitbake 1.8.12 and branch stable/2009
>>>>
>>> packaged-staging isn't complete there, sorry.
>>>
>>> Tom Rini
>>>
>>
>> Is it with bitbake-1.8.18 and stable/2009 ?
>>
>
> Sorry, bitbake 1.10.x and master (aka dev) are required for packaged
> staging to be functional.
I *think* bitbake 1.8 should be fine with packaged staging, its the more
recent OE that's critical :) Fabrice, you may want to look at the Testing
page on the OE wiki and the testing branch as a starting point, as its a bit
more tested version of master.
--
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: packaged-staging
2010-11-04 14:09 ` packaged-staging Chris Larson
@ 2010-11-05 9:58 ` Aeschbacher, Fabrice
0 siblings, 0 replies; 7+ messages in thread
From: Aeschbacher, Fabrice @ 2010-11-05 9:58 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Tom and Chris,
Thanks for your replies, things are more clear now.
With kind regards,
Fabrice
> I *think* bitbake 1.8 should be fine with packaged staging,
> its the more
> recent OE that's critical :) Fabrice, you may want to look
> at the Testing
> page on the OE wiki and the testing branch as a starting
> point, as its a bit
> more tested version of master.
> --
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Senior Software Engineer, Mentor Graphics
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-11-05 9:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 11:32 packaged-staging Aeschbacher, Fabrice
2010-11-04 12:50 ` packaged-staging Aeschbacher, Fabrice
2010-11-04 13:35 ` packaged-staging Tom Rini
2010-11-04 13:38 ` packaged-staging Aeschbacher, Fabrice
2010-11-04 13:58 ` packaged-staging Tom Rini
2010-11-04 14:09 ` packaged-staging Chris Larson
2010-11-05 9:58 ` packaged-staging Aeschbacher, Fabrice
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.