* [PATCH 0/1] bitbake-user-manual-metadata.xml: remove populate_staging
@ 2014-07-04 6:41 Robert Yang
2014-07-04 6:41 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2014-07-04 6:41 UTC (permalink / raw)
To: bitbake-devel
There is still a populate_staging in bitbake/lib/bb/shell.py, not sure whether
the shell.py works or not, so doesn't remove it.
// Robert
The following changes since commit b21f799dfe4297a910a661859a28affadf310a69:
build-appliance-image: Update to master head revision (2014-07-03 17:49:18 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/staging
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/staging
Robert Yang (1):
bitbake-user-manual-metadata.xml: remove populate_staging
.../bitbake-user-manual-metadata.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] bitbake-user-manual-metadata.xml: remove populate_staging
2014-07-04 6:41 [PATCH 0/1] bitbake-user-manual-metadata.xml: remove populate_staging Robert Yang
@ 2014-07-04 6:41 ` Robert Yang
2014-07-07 5:59 ` Rifenbark, Scott M
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2014-07-04 6:41 UTC (permalink / raw)
To: bitbake-devel
There is no populate_staging any longer, should be populate_sysroot.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
.../bitbake-user-manual-metadata.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index a9f5072..a10a660 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1466,9 +1466,9 @@
complete before that task can be executed.
Here is an example:
<literallayout class='monospaced'>
- do_configure[deptask] = "do_populate_staging"
+ do_configure[deptask] = "do_populate_sysroot"
</literallayout>
- In this example, the <filename>do_populate_staging</filename>
+ In this example, the <filename>do_populate_sysroot</filename>
task of each item in <filename>DEPENDS</filename> must complete before
<filename>do_configure</filename> can execute.
</para>
@@ -1543,9 +1543,9 @@
the data in <filename>DEPENDS</filename>.
Here is an example:
<literallayout class='monospaced'>
- do_patch[depends] = "quilt-native:do_populate_staging"
+ do_patch[depends] = "quilt-native:do_populate_sysroot"
</literallayout>
- In this example, the <filename>do_populate_staging</filename>
+ In this example, the <filename>do_populate_sysroot</filename>
task of the target <filename>quilt-native</filename>
must have completed before the
<filename>do_patch</filename> task can execute.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] bitbake-user-manual-metadata.xml: remove populate_staging
2014-07-04 6:41 ` [PATCH 1/1] " Robert Yang
@ 2014-07-07 5:59 ` Rifenbark, Scott M
0 siblings, 0 replies; 3+ messages in thread
From: Rifenbark, Scott M @ 2014-07-07 5:59 UTC (permalink / raw)
To: Yang, Liezhi (Wind River), bitbake-devel@lists.openembedded.org
I have applied this patch.
Thanks
Scott
>-----Original Message-----
>From: bitbake-devel-bounces@lists.openembedded.org [mailto:bitbake-
>devel-bounces@lists.openembedded.org] On Behalf Of Robert Yang
>Sent: Thursday, July 03, 2014 11:42 PM
>To: bitbake-devel@lists.openembedded.org
>Subject: [bitbake-devel] [PATCH 1/1] bitbake-user-manual-metadata.xml:
>remove populate_staging
>
>There is no populate_staging any longer, should be populate_sysroot.
>
>Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>---
> .../bitbake-user-manual-metadata.xml | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
>diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-
>metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-
>metadata.xml
>index a9f5072..a10a660 100644
>--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
>+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
>@@ -1466,9 +1466,9 @@
> complete before that task can be executed.
> Here is an example:
> <literallayout class='monospaced'>
>- do_configure[deptask] = "do_populate_staging"
>+ do_configure[deptask] = "do_populate_sysroot"
> </literallayout>
>- In this example, the <filename>do_populate_staging</filename>
>+ In this example, the <filename>do_populate_sysroot</filename>
> task of each item in <filename>DEPENDS</filename> must complete
>before
> <filename>do_configure</filename> can execute.
> </para>
>@@ -1543,9 +1543,9 @@
> the data in <filename>DEPENDS</filename>.
> Here is an example:
> <literallayout class='monospaced'>
>- do_patch[depends] = "quilt-native:do_populate_staging"
>+ do_patch[depends] = "quilt-native:do_populate_sysroot"
> </literallayout>
>- In this example, the <filename>do_populate_staging</filename>
>+ In this example, the <filename>do_populate_sysroot</filename>
> task of the target <filename>quilt-native</filename>
> must have completed before the
> <filename>do_patch</filename> task can execute.
>--
>1.7.9.5
>
>--
>_______________________________________________
>bitbake-devel mailing list
>bitbake-devel@lists.openembedded.org
>http://lists.openembedded.org/mailman/listinfo/bitbake-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-07 6:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-04 6:41 [PATCH 0/1] bitbake-user-manual-metadata.xml: remove populate_staging Robert Yang
2014-07-04 6:41 ` [PATCH 1/1] " Robert Yang
2014-07-07 5:59 ` Rifenbark, Scott M
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox