Skip to content

Commit

Permalink
base: core-image-minimal-initramfs: inherit nopackages
Browse files Browse the repository at this point in the history
Currently this recipe rebuild when the builddir change

| bitbake core-image-minimal-initramfs -S printdiff
| The differences between the current build and any cached tasks start at the following tasks:
| /lmp/build/conf/../../layers/openembedded-core/meta/recipes-core/images/core-image-minimal-initramfs.bb:do_deploy_source_date_epoch

This fix will improve the sstate cache reuse and will make the recipe
resilient to builddir changes

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Nov 4, 2022
1 parent 11a6c9c commit 90709b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ INITRAMFS_SCRIPTS:remove = "initramfs-module-install"

SSTATE_SKIP_CREATION:task-image-qa = "0"
SSTATE_SKIP_CREATION:task-image-complete = "0"

inherit nopackages

0 comments on commit 90709b4

Please sign in to comment.