diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-07-11 16:05:57 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-13 15:21:45 +0100 |
| commit | 168bf73c8eb86b131e367c8912090d56c27a326e (patch) | |
| tree | 0616cfb156527cfb270846e73bb7a259cbe4bfec | |
| parent | 41acb50c3bed5f040d309e04be528af899cb42ab (diff) | |
| download | poky-168bf73c8eb86b131e367c8912090d56c27a326e.tar.gz | |
distro-tracking: update tracking fields based on current progress
along with recipe upgrade, previous identified issues are solved, and thus
it's time to update status now:
expat
dbus
dbus-glib
busybox
prism-firmware
base-files
base-passwd
module-init-tools
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
| -rw-r--r-- | meta/conf/distro/include/private/distro_base_libs_1.inc | 10 | ||||
| -rw-r--r-- | meta/conf/distro/include/private/distro_base_utils_1.inc | 20 |
2 files changed, 12 insertions, 18 deletions
diff --git a/meta/conf/distro/include/private/distro_base_libs_1.inc b/meta/conf/distro/include/private/distro_base_libs_1.inc index 1467f6b98b..5e56f4ed03 100644 --- a/meta/conf/distro/include/private/distro_base_libs_1.inc +++ b/meta/conf/distro/include/private/distro_base_libs_1.inc | |||
| @@ -67,16 +67,15 @@ RECIPE_COMMENTS_pn+gpgme = "" | |||
| 67 | RECIPE_STATUS_pn+expat = "green" | 67 | RECIPE_STATUS_pn+expat = "green" |
| 68 | DEPENDENCY_CHECK_pn+expat = "not done" | 68 | DEPENDENCY_CHECK_pn+expat = "not done" |
| 69 | RECIPE_LATEST_VERSION_pn+expat = "2.0.1" | 69 | RECIPE_LATEST_VERSION_pn+expat = "2.0.1" |
| 70 | RECIPE_PATCH_pn+expat+autotools = "added in 2.0.0; 70774a74; 2006; solve libtool.m4 problem. need more study later" | 70 | RECIPE_PATCH_pn+expat+autotools = "added in 2.0.0; 70774a74; 2006; don't include its own version of m4" |
| 71 | RECIPE_INTEL_SECTION_pn+expat = "base libs" | 71 | RECIPE_INTEL_SECTION_pn+expat = "base libs" |
| 72 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+expat = "17 months" | 72 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+expat = "17 months" |
| 73 | RECIPE_LATEST_RELEASE_DATE_pn+expat = "06/2007" | 73 | RECIPE_LATEST_RELEASE_DATE_pn+expat = "06/2007" |
| 74 | RECIPE_COMMENTS_pn+expat = "" | 74 | RECIPE_COMMENTS_pn+expat = "" |
| 75 | 75 | ||
| 76 | RECIPE_STATUS_pn+dbus = "not done" | 76 | RECIPE_STATUS_pn+dbus = "green" |
| 77 | DEPENDENCY_CHECK_pn+dbus = "not done" | 77 | DEPENDENCY_CHECK_pn+dbus = "not done" |
| 78 | RECIPE_LATEST_VERSION_pn+dbus = "1.2.24" | 78 | RECIPE_LATEST_VERSION_pn+dbus = "1.2.24" |
| 79 | RECIPE_PATCH_pn+dbus+cross = "handle cross condition. to be pushed upstream" | ||
| 80 | RECIPE_PATCH_pn+dbus+tmpdir = "an old patch dated to 2005; no exact commit; seems to handle tmp dir check at build time. need test whether valid now" | 79 | RECIPE_PATCH_pn+dbus+tmpdir = "an old patch dated to 2005; no exact commit; seems to handle tmp dir check at build time. need test whether valid now" |
| 81 | RECIPE_PATCH_pn+dbus+fix-install-daemon = "by RP; 2009; 8e39848b; handle dbus-daemon install; need more study later" | 80 | RECIPE_PATCH_pn+dbus+fix-install-daemon = "by RP; 2009; 8e39848b; handle dbus-daemon install; need more study later" |
| 82 | RECIPE_INTEL_SECTION_pn+dbus = "base libs" | 81 | RECIPE_INTEL_SECTION_pn+dbus = "base libs" |
| @@ -84,12 +83,11 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+dbus = "1 months" | |||
| 84 | RECIPE_LATEST_RELEASE_DATE_pn+dbus = "03/2010" | 83 | RECIPE_LATEST_RELEASE_DATE_pn+dbus = "03/2010" |
| 85 | RECIPE_COMMENTS_pn+dbus = "unstable version at 1.3.1; though current latest version in poky is 1.2.14, it's 1.2.4 preferred" | 84 | RECIPE_COMMENTS_pn+dbus = "unstable version at 1.3.1; though current latest version in poky is 1.2.14, it's 1.2.4 preferred" |
| 86 | 85 | ||
| 87 | RECIPE_STATUS_pn+dbus-glib = "red" # native recipe | 86 | RECIPE_STATUS_pn+dbus-glib = "green" |
| 88 | DEPENDENCY_CHECK_pn+dbus-glib = "not done" | 87 | DEPENDENCY_CHECK_pn+dbus-glib = "not done" |
| 89 | RECIPE_LATEST_VERSION_pn+dbus-glib = "0.86" | 88 | RECIPE_LATEST_VERSION_pn+dbus-glib = "0.86" |
| 90 | RECIPE_PATCH_pn+dbus-glib+fix_asneeded = "added in 2009; adjust link order of expat. not sure the reason yet" | 89 | RECIPE_PATCH_pn+dbus-glib+fix_asneeded = "added in 2009; adjust link order of expat. not sure the reason yet. disable for now" |
| 91 | RECIPE_PATCH_pn+dbus-glib+no-examples = "no need to build example. local patch" | 90 | RECIPE_PATCH_pn+dbus-glib+no-examples = "no need to build example. local patch" |
| 92 | RECIPE_PATCH_pn+dbus-glib+run-with-tmp-session-bus = "to be removed" | ||
| 93 | RECIPE_INTEL_SECTION_pn+dbus-glib = "base libs" | 91 | RECIPE_INTEL_SECTION_pn+dbus-glib = "base libs" |
| 94 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+dbus-glib = "6 months" | 92 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+dbus-glib = "6 months" |
| 95 | RECIPE_LATEST_RELEASE_DATE_pn+dbus-glib = "03/2010" | 93 | RECIPE_LATEST_RELEASE_DATE_pn+dbus-glib = "03/2010" |
diff --git a/meta/conf/distro/include/private/distro_base_utils_1.inc b/meta/conf/distro/include/private/distro_base_utils_1.inc index 8f7559ac83..b419f8f18b 100644 --- a/meta/conf/distro/include/private/distro_base_utils_1.inc +++ b/meta/conf/distro/include/private/distro_base_utils_1.inc | |||
| @@ -167,23 +167,21 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+netbase = "2 years" | |||
| 167 | RECIPE_LATEST_RELEASE_DATE_pn+netbase = "04/2010" | 167 | RECIPE_LATEST_RELEASE_DATE_pn+netbase = "04/2010" |
| 168 | RECIPE_COMMENTS_pn+netbase = "" | 168 | RECIPE_COMMENTS_pn+netbase = "" |
| 169 | 169 | ||
| 170 | RECIPE_STATUS_pn+busybox = "yellow" # no indent in shell scripts; patch no comment | 170 | RECIPE_STATUS_pn+busybox = "green" |
| 171 | DEPENDENCY_CHECK_pn+busybox = "not done" | 171 | DEPENDENCY_CHECK_pn+busybox = "not done" |
| 172 | RECIPE_LATEST_VERSION_pn+busybox = "1.16.1" | 172 | RECIPE_LATEST_VERSION_pn+busybox = "1.16.2" |
| 173 | RECIPE_PATCH_pn+busybox+udhcpscript = "added in 1.00-rc3; c9bb6478;2004;fix the deleting routers error message in case of no existing default routes;" | 173 | RECIPE_PATCH_pn+busybox+udhcpscript = "added in 1.00-rc3; c9bb6478;2004;fix the deleting routers error message in case of no existing default routes;" |
| 174 | RECIPE_PATCH_pn+busybox+udhcpc-fix-nfsroot = "added in 1.13.2; ec4da6df;2009;fix nfsroot issues with resetting IP and deleting routes;to be pushed upstream" | 174 | RECIPE_PATCH_pn+busybox+udhcpc-fix-nfsroot = "added in 1.13.2; ec4da6df;2009;fix nfsroot issues with resetting IP and deleting routes;to be pushed upstream" |
| 175 | RECIPE_PATCH_pn+busybox+B921600 = "added in 1.11.3; 5b1ed09b; 2008; added support for 921600 baudrate of serail line; to be pushed upstream" | 175 | RECIPE_PATCH_pn+busybox+B921600 = "added in 1.11.3; 5b1ed09b; 2008; added support for 921600 baudrate of serail line; to be pushed upstream" |
| 176 | RECIPE_PATCH_pn+busybox+get_header_tar = "added in 1.13.2; 5a0e1d47; 2009; fix tar problem with filenames that are exactly 100 bytes; to be pushed upstream" | 176 | RECIPE_PATCH_pn+busybox+get_header_tar = "added in 1.13.2; 5a0e1d47; 2009; fix tar problem with filenames that are exactly 100 bytes; to be pushed upstream" |
| 177 | RECIPE_PATCH_pn+busybox+busybox-appletlib-dependency = "added in 1.13.2; 58c556d9; 2009; solve parallel build issue; to be pushed upstream" | 177 | RECIPE_PATCH_pn+busybox+busybox-appletlib-dependency = "added in 1.13.2; 58c556d9; 2009; solve parallel build issue; to be pushed upstream" |
| 178 | RECIPE_PATCH_pn+busybox+0000-wget-no-check-certificate = "added in 2010; b8019515; ignore --no-check-certificate, said to in upstream now" | ||
| 179 | RECIPE_PATCH_pn+busybox+run-parts.in.usr-bin = "aded in 1.15.3; f1b326c8; 2010; change install dir for run-parts to avoid impacting debianutils install. perhaps a local patch" | 178 | RECIPE_PATCH_pn+busybox+run-parts.in.usr-bin = "aded in 1.15.3; f1b326c8; 2010; change install dir for run-parts to avoid impacting debianutils install. perhaps a local patch" |
| 180 | RECIPE_PATCH_pn+busybox+ash_fix_redirection_of_fd_0 = "added in 1.15.3; 2010; by Josh; fix redirection of fd 0 when using ash. in upstream" | ||
| 181 | RECIPE_INTEL_SECTION_pn+busybox = "base utils" | 179 | RECIPE_INTEL_SECTION_pn+busybox = "base utils" |
| 182 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+busybox = "2 months" | 180 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+busybox = "3 months" |
| 183 | RECIPE_LATEST_RELEASE_DATE_pn+busybox = "03/2010" | 181 | RECIPE_LATEST_RELEASE_DATE_pn+busybox = "0i6/2010" |
| 184 | RECIPE_COMMENTS_pn+busybox = "some special overrides/unsets for CFLAGS, etc. need to understand the tricks behind" | 182 | RECIPE_COMMENTS_pn+busybox = "some special overrides/unsets for CFLAGS, etc. need to understand the tricks behind" |
| 185 | 183 | ||
| 186 | RECIPE_STATUS_pn+module-init-tools = "red" # no need for 'cross' recipe | 184 | RECIPE_STATUS_pn+module-init-tools = "yellow" |
| 187 | DEPENDENCY_CHECK_pn+module-init-tools = "not done" | 185 | DEPENDENCY_CHECK_pn+module-init-tools = "not done" |
| 188 | RECIPE_LATEST_VERSION_pn+module-init-tools = "3.11.1" | 186 | RECIPE_LATEST_VERSION_pn+module-init-tools = "3.11.1" |
| 189 | RECIPE_PATCH_pn+module-init-tools+ignore_arch_directory = "added as 1st set of patches from bk to git in 2005; no exact commit; aim to ignore all files in /etc/modprobe.d/arch; not sure why" | 187 | RECIPE_PATCH_pn+module-init-tools+ignore_arch_directory = "added as 1st set of patches from bk to git in 2005; no exact commit; aim to ignore all files in /etc/modprobe.d/arch; not sure why" |
| @@ -209,13 +207,13 @@ RECIPE_COMMENTS_pn+fakeroot = "" | |||
| 209 | 207 | ||
| 210 | RECIPE_STATUS_pn+prism-firmware = "green" | 208 | RECIPE_STATUS_pn+prism-firmware = "green" |
| 211 | DEPENDENCY_CHECK_pn+prism-firmware = "not done" | 209 | DEPENDENCY_CHECK_pn+prism-firmware = "not done" |
| 212 | RECIPE_LATEST_VERSION_pn+prism-firmware = "1.8.4" | 210 | RECIPE_LATEST_VERSION_pn+prism-firmware = "1.8.4" # 1.8.4 has connection issue though |
| 213 | RECIPE_INTEL_SECTION_pn+prism-firmware = "base utils" | 211 | RECIPE_INTEL_SECTION_pn+prism-firmware = "base utils" |
| 214 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+prism-firmware = "same time" | 212 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+prism-firmware = "same time" |
| 215 | RECIPE_LATEST_RELEASE_DATE_pn+prism-firmware = "07/2005" | 213 | RECIPE_LATEST_RELEASE_DATE_pn+prism-firmware = "07/2005" |
| 216 | RECIPE_COMMENTS_pn+prism-firmware = "1.7.4 and 1.8.4 are both released at same time. perhaps then we don't need upgrade this one?" | 214 | RECIPE_COMMENTS_pn+prism-firmware = "1.7.4 and 1.8.4 are both released at same time. perhaps then we don't need upgrade this one?" |
| 217 | 215 | ||
| 218 | RECIPE_STATUS_pn+base-files = "yellow" # do we need those tewaks for ad-hoc platforms | 216 | RECIPE_STATUS_pn+base-files = "green" |
| 219 | DEPENDENCY_CHECK_pn+base-files = "not done" | 217 | DEPENDENCY_CHECK_pn+base-files = "not done" |
| 220 | RECIPE_LATEST_VERSION_pn+base-files = "3.0.14" | 218 | RECIPE_LATEST_VERSION_pn+base-files = "3.0.14" |
| 221 | RECIPE_INTEL_SECTION_pn+base-files = "base utils" | 219 | RECIPE_INTEL_SECTION_pn+base-files = "base utils" |
| @@ -223,13 +221,11 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+base-files = "n/a" | |||
| 223 | RECIPE_LATEST_RELEASE_DATE_pn+base-files = "n/a" | 221 | RECIPE_LATEST_RELEASE_DATE_pn+base-files = "n/a" |
| 224 | RECIPE_COMMENTS_pn+base-files = "licenses are pacakges here; all local files. RP said that the version 3.0.14 may come from debian. no need to upgrade it now" | 222 | RECIPE_COMMENTS_pn+base-files = "licenses are pacakges here; all local files. RP said that the version 3.0.14 may come from debian. no need to upgrade it now" |
| 225 | 223 | ||
| 226 | RECIPE_STATUS_pn+base-passwd = "yellow" # do we need those tewaks for ad-hoc platforms | 224 | RECIPE_STATUS_pn+base-passwd = "green" |
| 227 | DEPENDENCY_CHECK_pn+base-passwd = "not done" | 225 | DEPENDENCY_CHECK_pn+base-passwd = "not done" |
| 228 | RECIPE_LATEST_VERSION_pn+base-passwd = "3.5.22" | 226 | RECIPE_LATEST_VERSION_pn+base-passwd = "3.5.22" |
| 229 | RECIPE_PATCH_pn+base-passwd+configure = "in upstream now" | ||
| 230 | RECIPE_PATCH_pn+base-passwd+nobash = "change /bin/bash to /bin/sh in passwd.master; another specific poky tweak" | 227 | RECIPE_PATCH_pn+base-passwd+nobash = "change /bin/bash to /bin/sh in passwd.master; another specific poky tweak" |
| 231 | RECIPE_PATCH_pn+base-passwd+root-home = "change home for root user in passwd.master; perhaps a poky specific tweak; oe even has other root-home patch for different configurations" | 228 | RECIPE_PATCH_pn+base-passwd+root-home = "change home for root user in passwd.master; perhaps a poky specific tweak; oe even has other root-home patch for different configurations" |
| 232 | RECIPE_PATCH_pn+base-passwd+mysql = "set correct uid/gid for mysql; 8836cd80; 2005; perhaps it could be removed now because previous fix is on an existing mysql line but now it becomes a simple addition" | ||
| 233 | RECIPE_INTEL_SECTION_pn+base-passwd = "base utils" | 229 | RECIPE_INTEL_SECTION_pn+base-passwd = "base utils" |
| 234 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+base-passwd = "1 year" | 230 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+base-passwd = "1 year" |
| 235 | RECIPE_LATEST_RELEASE_DATE_pn+base-passwd = "09/2009" | 231 | RECIPE_LATEST_RELEASE_DATE_pn+base-passwd = "09/2009" |
