meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sw:yocto:bitbake:split_packages [2026/03/10 18:42] – niziak | sw:yocto:bitbake:split_packages [2026/03/10 19:27] (current) – niziak | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| </ | </ | ||
| - | ===== Headline | + | ===== works: create separate package |
| Create second '' | Create second '' | ||
| - | <code bash> | + | * Want to change ''/ |
| - | </code> | + | <file bash base-files_%.bbappend> |
| + | FILESEXTRAPATHS: | ||
| + | |||
| + | SRC_URI: | ||
| + | file:// | ||
| + | " | ||
| + | </ | ||
| + | * Want to provide another ''/ | ||
| + | <file bash base-files-devel_3.0.14.bb> | ||
| + | require recipes-core/ | ||
| + | |||
| + | FILESEXTRAPATHS: | ||
| + | |||
| + | SUMMARY = "Devel version of base-files package." | ||
| + | |||
| + | RPROVIDES: | ||
| + | |||
| + | SRC_URI += " \ | ||
| + | file:// | ||
| + | " | ||
| + | |||
| + | do_install: | ||
| + | install -m 0644 ${WORKDIR}/ | ||
| + | } | ||
| + | </file> | ||