diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-05 22:05:21 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-05 22:05:21 +0000 |
commit | efbf8bc52257a3eb8a486a1b805f659d056625ce (patch) | |
tree | 7eb084eb5539dbd08cc51dfffb6fe54f5fd3b06c /meta/conf/distro/include/poky-floating-revisions.inc | |
parent | aa6d1a31227cc3fa18aa3469016d7ab01ed9d3f3 (diff) | |
download | poky-efbf8bc52257a3eb8a486a1b805f659d056625ce.tar.gz |
poky.conf: Move fixed revisions to a separate file, add floating revisions file merging in older file contents. Set bleeding builds to use the floating revisions.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4594 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include/poky-floating-revisions.inc')
-rw-r--r-- | meta/conf/distro/include/poky-floating-revisions.inc | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-floating-revisions.inc b/meta/conf/distro/include/poky-floating-revisions.inc new file mode 100644 index 0000000000..7eb812f593 --- /dev/null +++ b/meta/conf/distro/include/poky-floating-revisions.inc | |||
@@ -0,0 +1,65 @@ | |||
1 | # | ||
2 | # Package Versions for cutting edge testing: | ||
3 | # | ||
4 | |||
5 | SRCREV_pn-exmap-console ?= "${AUTOREV}" | ||
6 | SRCREV_pn-opkg-native ?= "${AUTOREV}" | ||
7 | SRCREV_pn-opkg-sdk ?= "${AUTOREV}" | ||
8 | SRCREV_pn-opkg ?= "${AUTOREV}" | ||
9 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" | ||
10 | SRCREV_pn-contacts ?= "${AUTOREV}" | ||
11 | SRCREV_pn-dates ?= "${AUTOREV}" | ||
12 | #SRCREV_pn-gtkhtml2 ?= "${AUTOREV}" | ||
13 | SRCREV_pn-web ?= "${AUTOREV}" | ||
14 | SRCREV_pn-eds-dbus ?= "${AUTOREV}" | ||
15 | SRCREV_pn-matchbox-common ?= "${AUTOREV}" | ||
16 | SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}" | ||
17 | SRCREV_pn-matchbox-desktop ?= "${AUTOREV}" | ||
18 | SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}" | ||
19 | SRCREV_pn-matchbox-panel ?= "${AUTOREV}" | ||
20 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" | ||
21 | SRCREV_pn-matchbox-stroke ?= "${AUTOREV}" | ||
22 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" | ||
23 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" | ||
24 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" | ||
25 | SRCREV_pn-matchbox-wm-2 ?= "${AUTOREV}" | ||
26 | SRCREV_pn-settings-daemon ?= "${AUTOREV}" | ||
27 | SRCREV_pn-screenshot ?= "${AUTOREV}" | ||
28 | SRCREV_pn-libfakekey ?= "${AUTOREV}" | ||
29 | SRCREV_pn-oprofileui ?= "${AUTOREV}" | ||
30 | SRCREV_pn-zaurusd ?= "${AUTOREV}" | ||
31 | SRCREV_pn-owl-video-widget ?= "${AUTOREV}" | ||
32 | SRCREV_pn-psplash ?= "${AUTOREV}" | ||
33 | SRCREV_pn-exmap-console ?= "${AUTOREV}" | ||
34 | SRCREV_pn-gtk-sato-engine ?= "${AUTOREV}" | ||
35 | SRCREV_pn-matchbox-theme-sato ?= "${AUTOREV}" | ||
36 | SRCREV_pn-matchbox-theme-sato-2 ?= "${AUTOREV}" | ||
37 | SRCREV_pn-tasks ?= "${AUTOREV}" | ||
38 | SRCREV_pn-sato-icon-theme ?= "${AUTOREV}" | ||
39 | SRCREV_pn-matchbox-desktop-sato ?= "${AUTOREV}" | ||
40 | SRCREV_pn-oh-puzzles ?= "${AUTOREV}" | ||
41 | SRCREV_pn-libowl ?= "${AUTOREV}" | ||
42 | SRCREV_pn-matchbox-applet-light ?= "${AUTOREV}" | ||
43 | SRCREV_pn-fstests ?= "${AUTOREV}" | ||
44 | SRCREV_pn-xvideo-tests ?= "${AUTOREV}" | ||
45 | SRCREV_pn-clutter ?= "${AUTOREV}" | ||
46 | SRCREV_pn-clutter-gst ?= "${AUTOREV}" | ||
47 | SRCREV_pn-gaku ?= "${AUTOREV}" | ||
48 | SRCREV_pn-gypsy ?= "${AUTOREV}" | ||
49 | SRCREV_pn-webkit-gtk ?= "${AUTOREV}" | ||
50 | SRCREV_pn-aaina ?= "${AUTOREV}" | ||
51 | SRCREV_pn-clutter-cairo ?= "${AUTOREV}" | ||
52 | SRCREV_pn-table ?= "${AUTOREV}" | ||
53 | SRCREV_pn-libmatchbox ?= "${AUTOREV}" | ||
54 | SRCREV_pn-tasks ?= "${AUTOREV}" | ||
55 | SRCREV_pn-libjana = "${AUTOREV}" | ||
56 | |||
57 | PREFERRED_VERSION_matchbox-common ?= "" | ||
58 | PREFERRED_VERSION_matchbox-config-gtk ?= "" | ||
59 | PREFERRED_VERSION_matchbox-desktop ?= "" | ||
60 | PREFERRED_VERSION_matchbox-keyboard ?= "" | ||
61 | PREFERRED_VERSION_matchbox-panel ?= "" | ||
62 | PREFERRED_VERSION_matchbox-stroke ?= "" | ||
63 | PREFERRED_VERSION_matchbox-themes-extra ?= "" | ||
64 | PREFERRED_VERSION_matchbox-wm ?= "" | ||
65 | PREFERRED_VERSION_dates ?= "" | ||