diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-15 17:59:41 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 22:47:01 +0000 |
| commit | c7ee2d0236184045d46cfffa9f8822d3118baaf6 (patch) | |
| tree | f038e0fb474e92b360920fc6e7227d0b6cf6cd5b /meta-poky/conf/distro/include/poky-floating-revisions.inc | |
| parent | 614b2a8379ef073af8be135d8aab89cbe797e347 (diff) | |
| download | poky-c7ee2d0236184045d46cfffa9f8822d3118baaf6.tar.gz | |
poky-bleeding: Update and rework
This distro setting has bitrotted quite badly but the idea remains
a good one. Try and improve things by:
* using a class and a list of recipes to make things more readable
* drop settings for recipes which no longer use git
* drop obsolete PREFERRED_VERSION settings
* add a provider switch to use linux-yocto-dev
* reword to avoid "package" confusion with recipe
The distro then builds and highlighted a number of matchbox
issues which other patches address and improve.
(From meta-yocto rev: 00e974484d771dd015af1f2c0c547135555d24d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro/include/poky-floating-revisions.inc')
| -rw-r--r-- | meta-poky/conf/distro/include/poky-floating-revisions.inc | 66 |
1 files changed, 18 insertions, 48 deletions
diff --git a/meta-poky/conf/distro/include/poky-floating-revisions.inc b/meta-poky/conf/distro/include/poky-floating-revisions.inc index 0cc4e005b9..0721a718bd 100644 --- a/meta-poky/conf/distro/include/poky-floating-revisions.inc +++ b/meta-poky/conf/distro/include/poky-floating-revisions.inc | |||
| @@ -1,52 +1,22 @@ | |||
| 1 | # | 1 | # |
| 2 | # Package Versions for cutting edge testing: | 2 | # Set recipe versions to auto-rev for cutting edge testing |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | #SRCREV:pn-opkg-native ?= "${AUTOREV}" | 5 | INHERIT += "poky-bleeding" |
| 6 | #SRCREV:pn-opkg-sdk ?= "${AUTOREV}" | ||
| 7 | #SRCREV:pn-opkg ?= "${AUTOREV}" | ||
| 8 | #SRCREV:pn-opkg-utils-native ?= "${AUTOREV}" | ||
| 9 | #SRCREV:pn-opkg-utils ?= "${AUTOREV}" | ||
| 10 | SRCREV:pn-gconf-dbus ?= "${AUTOREV}" | ||
| 11 | SRCREV:pn-matchbox-common ?= "${AUTOREV}" | ||
| 12 | SRCREV:pn-matchbox-config-gtk ?= "${AUTOREV}" | ||
| 13 | SRCREV:pn-matchbox-desktop ?= "${AUTOREV}" | ||
| 14 | SRCREV:pn-matchbox-keyboard ?= "${AUTOREV}" | ||
| 15 | SRCREV:pn-matchbox-panel-2 ?= "${AUTOREV}" | ||
| 16 | SRCREV:pn-matchbox-themes-extra ?= "${AUTOREV}" | ||
| 17 | SRCREV:pn-matchbox-terminal ?= "${AUTOREV}" | ||
| 18 | SRCREV:pn-matchbox-wm ?= "${AUTOREV}" | ||
| 19 | SRCREV:pn-settings-daemon ?= "${AUTOREV}" | ||
| 20 | SRCREV:pn-screenshot ?= "${AUTOREV}" | ||
| 21 | SRCREV:pn-libfakekey ?= "${AUTOREV}" | ||
| 22 | SRCREV:pn-psplash ?= "${AUTOREV}" | ||
| 23 | SRCREV:pn-gtk-sato-engine ?= "${AUTOREV}" | ||
| 24 | SRCREV:pn-matchbox-theme-sato ?= "${AUTOREV}" | ||
| 25 | SRCREV:pn-sato-icon-theme ?= "${AUTOREV}" | ||
| 26 | SRCREV:pn-matchbox-desktop-sato ?= "${AUTOREV}" | ||
| 27 | SRCREV:pn-oh-puzzles ?= "${AUTOREV}" | ||
| 28 | SRCREV:pn-libowl ?= "${AUTOREV}" | ||
| 29 | SRCREV:pn-libmatchbox ?= "${AUTOREV}" | ||
| 30 | SRCREV:pn-ofono ?= "${AUTOREV}" | ||
| 31 | |||
| 32 | SRCREV:pn-dri2proto = "${AUTOREV}" | ||
| 33 | #PREFERRED_VERSION_dri2proto ?= "1.99.1+git%" | ||
| 34 | SRCREV:pn-libdrm = "${AUTOREV}" | ||
| 35 | #PREFERRED_VERSION_libdrm ?= "2.4.0+git%" | ||
| 36 | SRCREV:pn-libxcb = "${AUTOREV}" | ||
| 37 | #PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr%" | ||
| 38 | SRCREV:pn-lib-proto = "${AUTOREV}" | ||
| 39 | #PREFERRED_VERSION_xcb-proto ?= "1.2+gitr%" | ||
| 40 | SRCREV:pn-libxcb-sdk = "${AUTOREV}" | ||
| 41 | #PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr%" | ||
| 42 | SRCREV:pn-xf86-input-evdev = "${AUTOREV}" | ||
| 43 | #PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4" | ||
| 44 | SRCREV:pn-xf86-input-mouse = "${AUTOREV}" | ||
| 45 | #PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git%" | ||
| 46 | SRCREV:pn-xf86-input-synaptics = "${AUTOREV}" | ||
| 47 | #PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git%" | ||
| 48 | |||
| 49 | #SRCDATE_oprofile ?= "${DATE}" | ||
| 50 | |||
| 51 | PREFERRED_VERSION_oprofile ?= "0.9.4+cvs${SRCDATE_oprofile}" | ||
| 52 | 6 | ||
| 7 | POKY_AUTOREV_RECIPES = "\ | ||
| 8 | libmatchbox \ | ||
| 9 | opkg-utils \ | ||
| 10 | matchbox-config-gtk \ | ||
| 11 | matchbox-desktop \ | ||
| 12 | matchbox-keyboard \ | ||
| 13 | matchbox-panel-2 \ | ||
| 14 | matchbox-terminal \ | ||
| 15 | matchbox-theme-sato \ | ||
| 16 | matchbox-wm \ | ||
| 17 | pseudo \ | ||
| 18 | puzzles \ | ||
| 19 | sato-icon-theme \ | ||
| 20 | sato-screenshot \ | ||
| 21 | settings-daemon \ | ||
| 22 | " | ||
