[oe] [oe-commits] org.oe.dev package.bbclass: Split into two tasks, one which prepares the packages and then package_write which actually generates the packages. The two stage approach allows us to avoid circular dependency issues from classes like debian.bbclass. As the data being emitted into pkgdata/ changed, you need to either wipe tmp or rerun the do_package tasks (wipe the do_package stamps). Everything will repackage anyway due to the new task.

Richard Purdie rpurdie at rpsys.net
Fri Oct 20 16:14:08 UTC 2006


On Fri, 2006-10-20 at 18:17 +0200, rpurdie commit wrote:
> package.bbclass: Split into two tasks, one which prepares the packages
> and then package_write which actually generates the packages. The two
> stage approach allows us to avoid circular dependency issues from
> classes like debian.bbclass. As the data being emitted into pkgdata/
> changed, you need to either wipe tmp or rerun the do_package tasks
> (wipe the do_package stamps). Everything will repackage anyway due to
> the new task.

As koen points out, you need to rerun do_install as well as do_package.

Cheers,

Richard





More information about the Openembedded-devel mailing list