Chapter 4. Commands

Table of Contents

bbread
bitbake
Introduction
Usage and Syntax
Metadata

bbread

bbread is a command for displaying BitBake metadata. When run with no arguments, it has the core parse 'conf/bitbake.conf', as located in BBPATH, and displays that. If you supply a file on the commandline, such as a .bb, then it parses that afterwards, using the aforementioned configuration metadata.

NOTE: the stand a lone bbread command was removed. Instead of bbread use bitbake -e.