This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
yocto_project [2020/04/04 11:23] rpjday [Misc] |
yocto_project [2020/06/16 16:55] (current) rpjday [Internal links] |
||
---|---|---|---|
Line 2: | Line 2: | ||
All sorts of pages related to OE/YP. | All sorts of pages related to OE/YP. | ||
+ | |||
+ | ===== OUTLINE (pages to come) ===== | ||
+ | |||
+ | ==== Tools ==== | ||
+ | |||
+ | === toaster === | ||
+ | === wic === | ||
+ | === bmaptool === | ||
+ | |||
+ | ==== Testing/analysis/utility routines ===== | ||
+ | |||
+ | === ptest === | ||
+ | |||
+ | * "inherit ptest" | ||
+ | * DISTRO_FEATURES += "ptest" | ||
+ | * /usr/lib/<pkg>/ptest | ||
+ | * ptest-runner | ||
+ | |||
+ | === Profiling === | ||
+ | === Utility routines/scripts === | ||
+ | |||
+ | * ''bitbake-layers'' | ||
+ | * ''oe-pkgdata-util'' | ||
+ | * ''yocto-check-layer'' | ||
+ | |||
+ | ==== Initialization manager ==== | ||
+ | |||
+ | * INIT_MANAGER | ||
+ | |||
+ | ==== Packaging ==== | ||
+ | |||
+ | * defining packages (PACKAGE_BEFORE_PN) | ||
+ | * FILES_${PN} = "..." | ||
===== TO DO ===== | ===== TO DO ===== | ||
+ | |||
+ | |||
==== devtool/kernel stuff ===== | ==== devtool/kernel stuff ===== | ||
Line 13: | Line 48: | ||
</code> | </code> | ||
- | <code> | ||
- | $ bitbake-layers create-layer ~/oe/dist/layers/meta-rday | ||
- | $ bitbake-layers add-layer ~/oe/dist/layers/meta-rday | ||
- | </code> | ||
- | |||
- | ==== DOCS ==== | ||
- | * Reference manual, BB_NUMBER_THREADS, mention bitbake.conf calculation. | ||
- | * How to mark up in italics | ||
==== IMAGE_FEATURES ==== | ==== IMAGE_FEATURES ==== | ||
Line 124: | Line 151: | ||
* MACHINEOVERRIDES | * MACHINEOVERRIDES | ||
* yocto-check-layer | * yocto-check-layer | ||
+ | * lib/checklayer/ | ||
* packagegroup (RDEPENDS, RRECOMMENDS) | * packagegroup (RDEPENDS, RRECOMMENDS) | ||
* inherit systemd | * inherit systemd | ||
Line 145: | Line 173: | ||
* [[oe-pkgdata-util]] | * [[oe-pkgdata-util]] | ||
* [[OE_YP_ruby_gems]] | * [[OE_YP_ruby_gems]] | ||
+ | * [[OE_YP_backfill]] | ||
+ | * [[OE_YP_users_groups]] | ||
+ | * [[OE_YP_python3_recipes]] |