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:ci [2025/06/11 12:16] – niziak | sw:yocto:bitbake:ci [2025/06/11 12:22] (current) – niziak | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| where config file [[https:// | where config file [[https:// | ||
| is used: | is used: | ||
| + | |||
| <file bash poky-floating-revisions.inc> | <file bash poky-floating-revisions.inc> | ||
| SRCREV_pn-oh-puzzles ?= " | SRCREV_pn-oh-puzzles ?= " | ||
| Line 32: | Line 33: | ||
| </ | </ | ||
| - | See: [[https:// | + | In latest Yocto it looks like: |
| + | |||
| + | <file bash poky-floating-revisions.inc> | ||
| + | # | ||
| + | # Set recipe versions to auto-rev for cutting edge testing | ||
| + | # | ||
| + | |||
| + | INHERIT += "poky-bleeding" | ||
| + | |||
| + | POKY_AUTOREV_RECIPES = "\ | ||
| + | libmatchbox \ | ||
| + | opkg-utils \ | ||
| + | matchbox-config-gtk \ | ||
| + | matchbox-desktop \ | ||
| + | matchbox-keyboard \ | ||
| + | matchbox-panel-2 \ | ||
| + | matchbox-terminal \ | ||
| + | matchbox-theme-sato \ | ||
| + | matchbox-wm \ | ||
| + | pseudo \ | ||
| + | puzzles \ | ||
| + | sato-icon-theme \ | ||
| + | sato-screenshot \ | ||
| + | settings-daemon \ | ||
| + | " | ||
| + | </ | ||
| + | * See: [[https:// | ||
| + | * See: [[https:// | ||