summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/include/poky-floating-revisions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/distro/include/poky-floating-revisions.inc')
-rw-r--r--meta-poky/conf/distro/include/poky-floating-revisions.inc70
1 files changed, 18 insertions, 52 deletions
diff --git a/meta-poky/conf/distro/include/poky-floating-revisions.inc b/meta-poky/conf/distro/include/poky-floating-revisions.inc
index 1fc5045920..0721a718bd 100644
--- a/meta-poky/conf/distro/include/poky-floating-revisions.inc
+++ b/meta-poky/conf/distro/include/poky-floating-revisions.inc
@@ -1,56 +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}" 5INHERIT += "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}"
10SRCREV_pn-gconf-dbus ?= "${AUTOREV}"
11SRCREV_pn-matchbox-common ?= "${AUTOREV}"
12SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}"
13SRCREV_pn-matchbox-desktop ?= "${AUTOREV}"
14SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}"
15SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}"
16SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}"
17SRCREV_pn-matchbox-terminal ?= "${AUTOREV}"
18SRCREV_pn-matchbox-wm ?= "${AUTOREV}"
19SRCREV_pn-settings-daemon ?= "${AUTOREV}"
20SRCREV_pn-screenshot ?= "${AUTOREV}"
21SRCREV_pn-libfakekey ?= "${AUTOREV}"
22SRCREV_pn-psplash ?= "${AUTOREV}"
23SRCREV_pn-gtk-sato-engine ?= "${AUTOREV}"
24SRCREV_pn-matchbox-theme-sato ?= "${AUTOREV}"
25SRCREV_pn-sato-icon-theme ?= "${AUTOREV}"
26SRCREV_pn-matchbox-desktop-sato ?= "${AUTOREV}"
27SRCREV_pn-oh-puzzles ?= "${AUTOREV}"
28SRCREV_pn-libowl ?= "${AUTOREV}"
29SRCREV_pn-clutter ?= "${AUTOREV}"
30SRCREV_pn-clutter-gst ?= "${AUTOREV}"
31SRCREV_pn-libmatchbox ?= "${AUTOREV}"
32SRCREV_pn-ofono ?= "${AUTOREV}"
33
34SRCREV_pn-dri2proto = "${AUTOREV}"
35#PREFERRED_VERSION_dri2proto ?= "1.99.1+git%"
36SRCREV_pn-libdrm = "${AUTOREV}"
37#PREFERRED_VERSION_libdrm ?= "2.4.0+git%"
38SRCREV_pn-libxcb = "${AUTOREV}"
39#PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr%"
40SRCREV_pn-lib-proto = "${AUTOREV}"
41#PREFERRED_VERSION_xcb-proto ?= "1.2+gitr%"
42SRCREV_pn-libxcb-sdk = "${AUTOREV}"
43#PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr%"
44SRCREV_pn-xf86-input-evdev = "${AUTOREV}"
45#PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4"
46SRCREV_pn-xf86-input-mouse = "${AUTOREV}"
47#PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git%"
48SRCREV_pn-xf86-input-keyboard = "${AUTOREV}"
49#PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git%"
50SRCREV_pn-xf86-input-synaptics = "${AUTOREV}"
51#PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git%"
52
53#SRCDATE_oprofile ?= "${DATE}"
54
55PREFERRED_VERSION_oprofile ?= "0.9.4+cvs${SRCDATE_oprofile}"
56 6
7POKY_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"