Skip to content

Commit

Permalink
Add manifest version
Browse files Browse the repository at this point in the history
Set version to 1.1
  • Loading branch information
iancampbell committed Nov 6, 2017
1 parent 8f44640 commit 763f6fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/lib/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

logger = logging.getLogger('BitBake')

manifest_version = "1.1"

def setup_tinfoil(tracking=False):
tinfoil = bb.tinfoil.Tinfoil(tracking=tracking)
Expand Down Expand Up @@ -110,6 +111,7 @@ def layer_dict(lyr):
layers=layer_info,
machine=tf.config_data.get('MACHINE'),
packages=dict(),
manifest_version=manifest_version)

latest_versions, preferred_versions = bb.providers.findProviders(
tf.config_data,
Expand Down

0 comments on commit 763f6fc

Please sign in to comment.