forked from brl/citadel
brl
42c341cbb9
Class can be added to any recipe and will create a target called 'showvars' which will dump out all of the variable values in a much simpler list than 'bitbake -e'
18 lines
259 B
BlitzBasic
18 lines
259 B
BlitzBasic
|
|
SUMMARY = "Display variables"
|
|
LICENSE = "MIT"
|
|
|
|
|
|
INHIBIT_DEFAULT_DEPS = "1"
|
|
PACKAGES = ""
|
|
|
|
deltask do_fetch
|
|
deltask do_unpack
|
|
deltask do_patch
|
|
deltask do_configure
|
|
deltask do_compile
|
|
deltask do_install
|
|
deltask do_populate_sysroot
|
|
|
|
inherit showvars nopackages
|