diff options
author | Yu Ke <ke.yu@intel.com> | 2010-07-07 19:48:14 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 21:19:46 -0700 |
commit | 24ea9ad1f728ce8083c664b89b8f309827b1902a (patch) | |
tree | c650cc46491d7e523bc8687fe2994e0d94c19f37 /meta/conf | |
parent | c0a3d22076a6832ca4025e86858fa518eb837aa4 (diff) | |
download | poky-24ea9ad1f728ce8083c664b89b8f309827b1902a.tar.gz |
distro tracking field: add graphics core distro tracking filed
for mesa and xserver-xf86-dri-lite
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/private/distro_x11_core.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/conf/distro/include/private/distro_x11_core.inc b/meta/conf/distro/include/private/distro_x11_core.inc index 58eee34211..9a15282d37 100644 --- a/meta/conf/distro/include/private/distro_x11_core.inc +++ b/meta/conf/distro/include/private/distro_x11_core.inc | |||
@@ -112,3 +112,24 @@ RECIPE_NO_OF_PATCHES_pn-pango="1" | |||
112 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pango="1 month" | 112 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pango="1 month" |
113 | RECIPE_LATEST_RELEASE_DATE_pn-pango="2010/03/10" | 113 | RECIPE_LATEST_RELEASE_DATE_pn-pango="2010/03/10" |
114 | RECIPE_INTEL_SECTION_pn-pango="graphic core" | 114 | RECIPE_INTEL_SECTION_pn-pango="graphic core" |
115 | |||
116 | RECIPE_STATUS_pn-mesa-dri="green" # no update needed | ||
117 | RECIPE_LATEST_VERSION_pn-mesa-dri="7.8.2" | ||
118 | RECIPE_NO_OF_PATCHES_pn-mesa-dri="1" | ||
119 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mesa-dri="2 monthes" | ||
120 | RECIPE_LATEST_RELEASE_DATE_pn-mesa-dri="2010/06/17" | ||
121 | RECIPE_INTEL_SECTION_pn-mesa-dri="graphic core" | ||
122 | |||
123 | RECIPE_STATUS_pn-mesa-xlib="green" # no update needed | ||
124 | RECIPE_LATEST_VERSION_pn-mesa-xlib="7.8.2" | ||
125 | RECIPE_NO_OF_PATCHES_pn-mesa-xlib="0" | ||
126 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mesa-xlib="2 monthes" | ||
127 | RECIPE_LATEST_RELEASE_DATE_pn-mesa-xlib="2010/06/17" | ||
128 | RECIPE_INTEL_SECTION_pn-mesa-xlib="graphic core" | ||
129 | |||
130 | RECIPE_STATUS_pn-xserver-xf86-dri-lite="green" # no update needed | ||
131 | RECIPE_LATEST_VERSION_pn-xserver-xf86-dri-lite="1.8.99.904" | ||
132 | RECIPE_NO_OF_PATCHES_pn-xserver-xf86-dri-lite="2" | ||
133 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xserver-xf86-dri-lite="2 monthes" | ||
134 | RECIPE_LATEST_RELEASE_DATE_pn-xserver-xf86-dri-lite="2010/07/01" | ||
135 | RECIPE_INTEL_SECTION_pn-xserver-xf86-dri-lite="graphic core" | ||