]> code.ossystems Code Review - openembedded-core.git/commit
package: Remove the before do_build constraint of the do_package task
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Feb 2014 12:12:23 +0000 (12:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Feb 2014 14:18:00 +0000 (14:18 +0000)
commit4fda89477a2d7c1b3186bf4896297338ed64c448
tree8d1b6524ee68140d7b21ea95413f4436c5f320a3
parentd1c073d2813bd913617990cd047507353ea0c09e
package: Remove the before do_build constraint of the do_package task

Currently, if you bitbake xxxx, it will restore the package_write_,
packagedata, populate_sysroot *and* the package data from sstate.

We generally care about the packagedata and the actual packages, we
no longer need/care about the do_package data itself unless something
is going to repackage.

By relaxing this constraint (and relying on the packagedata target), we
can save things being installed from sstate and hence speedup build times.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass