summaryrefslogtreecommitdiffstats
path: root/classes/target_version_example.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* meta: move HOSTTOOLS definitions to sota.conf.incMing Liu2020-02-281-2/+0
| | | | | | | | | | | | | | | | | HOSTTOOLS and HOSTTOOLS_NONFATAL are global variables that being handled in base_eventhandler, so they must be defined in config files or in INHERIT classes or classes being inherited by base.bbclass, or else we might run into the following problems: ``` $ bitbake pkgname $ bitbake imgname ``` the HOSTTOOLS and HOSTTOOLS_NONFATAL in the above image recipe, for instance, 'repo python' in image_repo_manifest.bbclass, they would not be copied to HOSTTOOLS_DIR. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* Document version overriding and add warningsAnton Gerasimov2018-10-301-2/+1
|
* Provide example for setting UPTANE target version automaticallyAnton Gerasimov2018-10-301-0/+11