* [PATCH 0/1] Fix for YB6502
@ 2014-07-09 9:08 Roxana Ciobanu
2014-07-09 9:08 ` [PATCH 1/1] image.bbclass: add ROOTFS_POSTPROCESS_COMMAND to rootfs[vardeps] Roxana Ciobanu
0 siblings, 1 reply; 7+ messages in thread
From: Roxana Ciobanu @ 2014-07-09 9:08 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 6879c3c903ec7d08cf0240281c83d85b4a42b6db:
maintainers.inc: add info for libical (2014-07-08 11:20:14 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib roxana/YB6502
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/YB6502
Roxana Ciobanu (1):
image.bbclass: add ROOTFS_POSTPROCESS_COMMAND to rootfs[vardeps]
meta/classes/image.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] image.bbclass: add ROOTFS_POSTPROCESS_COMMAND to rootfs[vardeps]
2014-07-09 9:08 [PATCH 0/1] Fix for YB6502 Roxana Ciobanu
@ 2014-07-09 9:08 ` Roxana Ciobanu
2014-07-09 20:42 ` Richard Purdie
0 siblings, 1 reply; 7+ messages in thread
From: Roxana Ciobanu @ 2014-07-09 9:08 UTC (permalink / raw)
To: openembedded-core
Changes to ROOTFS_POSTPROCESS_COMMAND require the rootfs
for the image to be rebuilt.
[YOCTO #6502]
Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
---
meta/classes/image.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index a03b880..e088bdb 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -75,7 +75,7 @@ LDCONFIGDEPEND_libc-musl = ""
do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND}"
do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot"
do_rootfs[recrdeptask] += "do_packagedata"
-do_rootfs[vardeps] += "BAD_RECOMMENDATIONS NO_RECOMMENDATIONS"
+do_rootfs[vardeps] += "BAD_RECOMMENDATIONS NO_RECOMMENDATIONS ROOTFS_POSTPROCESS_COMMAND"
do_build[depends] += "virtual/kernel:do_deploy"
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] image.bbclass: add ROOTFS_POSTPROCESS_COMMAND to rootfs[vardeps]
2014-07-09 9:08 ` [PATCH 1/1] image.bbclass: add ROOTFS_POSTPROCESS_COMMAND to rootfs[vardeps] Roxana Ciobanu
@ 2014-07-09 20:42 ` Richard Purdie
2014-07-13 23:48 ` Jacob Kroon
0 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2014-07-09 20:42 UTC (permalink / raw)
To: Roxana Ciobanu; +Cc: openembedded-core
On Wed, 2014-07-09 at 12:08 +0300, Roxana Ciobanu wrote:
> Changes to ROOTFS_POSTPROCESS_COMMAND require the rootfs
> for the image to be rebuilt.
>
> [YOCTO #6502]
>
> Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
> ---
> meta/classes/image.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> index a03b880..e088bdb 100644
> --- a/meta/classes/image.bbclass
> +++ b/meta/classes/image.bbclass
> @@ -75,7 +75,7 @@ LDCONFIGDEPEND_libc-musl = ""
> do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND}"
> do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot"
> do_rootfs[recrdeptask] += "do_packagedata"
> -do_rootfs[vardeps] += "BAD_RECOMMENDATIONS NO_RECOMMENDATIONS"
> +do_rootfs[vardeps] += "BAD_RECOMMENDATIONS NO_RECOMMENDATIONS ROOTFS_POSTPROCESS_COMMAND"
>
> do_build[depends] += "virtual/kernel:do_deploy"
Are there other variables we look at in the rootfs process we also need
to list here?
As background, the move to lib/oe has moved the variables outside the
scope of bitbake's function parsing code so we need to handle that
manually now...
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] image.bbclass: add ROOTFS_POSTPROCESS_COMMAND to rootfs[vardeps]
2014-07-09 20:42 ` Richard Purdie
@ 2014-07-13 23:48 ` Jacob Kroon
0 siblings, 0 replies; 7+ messages in thread
From: Jacob Kroon @ 2014-07-13 23:48 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On Wed, 9 Jul 2014, Richard Purdie wrote:
> On Wed, 2014-07-09 at 12:08 +0300, Roxana Ciobanu wrote:
>> Changes to ROOTFS_POSTPROCESS_COMMAND require the rootfs
>> for the image to be rebuilt.
>>
>> [YOCTO #6502]
>>
>> Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
>> ---
>> meta/classes/image.bbclass | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
>> index a03b880..e088bdb 100644
>> --- a/meta/classes/image.bbclass
>> +++ b/meta/classes/image.bbclass
>> @@ -75,7 +75,7 @@ LDCONFIGDEPEND_libc-musl = ""
>> do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND}"
>> do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot"
>> do_rootfs[recrdeptask] += "do_packagedata"
>> -do_rootfs[vardeps] += "BAD_RECOMMENDATIONS NO_RECOMMENDATIONS"
>> +do_rootfs[vardeps] += "BAD_RECOMMENDATIONS NO_RECOMMENDATIONS ROOTFS_POSTPROCESS_COMMAND"
>>
>> do_build[depends] += "virtual/kernel:do_deploy"
>
> Are there other variables we look at in the rootfs process we also need
> to list here?
>
> As background, the move to lib/oe has moved the variables outside the
> scope of bitbake's function parsing code so we need to handle that
> manually now...
>
I was hit by this recently, and talked to kergoth on IRC about it.
As he suggested, perhaps we should also do
ROOTFS_POSTPROCESS_COMMAND[func] = "1"
to inform bitbake that it is a shell script, so that it invokes its
shell dependency parsing. I would guess most people add a function,
and append this to ROOTFS_POSTPROCESS_COMMAND. Without marking it as a
function, changes in the actual function body would not trigger rootfs
rebuilds.
/Jacob
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/1] Fix for YB6502
@ 2014-07-18 13:20 Roxana Ciobanu
0 siblings, 0 replies; 7+ messages in thread
From: Roxana Ciobanu @ 2014-07-18 13:20 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 0662aa801237ac716e35c7930d857f98249db1cf:
bdwgc: Add PACKAGECONFIG for libatomic-ops (2014-07-17 15:04:10 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib roxana/YB6502
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/YB6502
Roxana Ciobanu (1):
image.bbclass/rootfs.py: add variables to rootfs[vardeps]
meta/classes/image.bbclass | 17 ++++++++++++++++-
meta/lib/oe/rootfs.py | 21 +++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/1] Fix for YB6502
@ 2014-07-21 9:15 Roxana Ciobanu
0 siblings, 0 replies; 7+ messages in thread
From: Roxana Ciobanu @ 2014-07-21 9:15 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 4d2ac6f6df2b3ef98699dd4f7afadb2d994222bb:
rootfs: Remove the extraneous install directory (2014-07-19 00:18:21 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib roxana/YB6502
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/YB6502
Roxana Ciobanu (1):
image.bbclass/rootfs.py: add variables to rootfs[vardeps]
meta/classes/image.bbclass | 21 ++++++++++++++++++++-
meta/lib/oe/rootfs.py | 21 +++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/1] Fix for YB6502
@ 2014-07-21 15:55 Roxana Ciobanu
0 siblings, 0 replies; 7+ messages in thread
From: Roxana Ciobanu @ 2014-07-21 15:55 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 4d2ac6f6df2b3ef98699dd4f7afadb2d994222bb:
rootfs: Remove the extraneous install directory (2014-07-19 00:18:21 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib roxana/YB6502
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/YB6502
Roxana Ciobanu (1):
image.bbclass/rootfs.py: add variables to rootfs[vardeps]
meta/classes/image.bbclass | 27 ++++++++++++++++++++++++++-
meta/lib/oe/rootfs.py | 21 +++++++++++++++++++++
2 files changed, 47 insertions(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-07-21 15:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09 9:08 [PATCH 0/1] Fix for YB6502 Roxana Ciobanu
2014-07-09 9:08 ` [PATCH 1/1] image.bbclass: add ROOTFS_POSTPROCESS_COMMAND to rootfs[vardeps] Roxana Ciobanu
2014-07-09 20:42 ` Richard Purdie
2014-07-13 23:48 ` Jacob Kroon
-- strict thread matches above, loose matches on Subject: below --
2014-07-18 13:20 [PATCH 0/1] Fix for YB6502 Roxana Ciobanu
2014-07-21 9:15 Roxana Ciobanu
2014-07-21 15:55 Roxana Ciobanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox