Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P poky
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • automation
  • so
  • mirror
  • poky
  • Repository
  • poky
  • bitbake
  • bin
  • bitbake-layers
Find file Blame History Permalink
  • Paul Eggleton's avatar
    bitbake: bitbake-layers: avoid loading configuration when not needed · 4ca910d4
    Paul Eggleton authored Nov 21, 2013
    
    
    In recent versions of bitbake, it is not possible to initialise a
    BBCooker object without having it load the configuration first. Thus we
    should avoid creating the Tinfoil object here in bitbake-layers which
    does that internally until we actually need to, so you can run
    "bitbake-layers help" and not have to wait several seconds for the
    output.
    
    (Bitbake rev: 8f1e280fbbb6432d7bcc1fb4241f402668c6c5ea)
    
    Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
    Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
    4ca910d4