NOTES 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Name: Laverne
  2. Version: 4.0.1
  3. Built from Revision: fd7a07b3a2153826bedda2ef76b9a33ab2791680
  4. Build Date: Jan 26 2011
  5. Builder: autobuilder.pokylinux.org
  6. The Laverne 4.0.1 Release ensures you can use Poky Laverne on systems running
  7. Fedora 14 and Opensuse 11.3, fixes issues with the poky-qemu script, and fixes
  8. several other bugs. For the full changelog for Laverne 4.0.1 please read
  9. CHANGELOG.
  10. Following are descriptions of fixes and known issues.
  11. Fixes
  12. ------------------------
  13. * Make 3.82, as shipped with Fedora 14, included parser bug fixes that
  14. resulted in a much stricter parser. As a result, the Makefiles could not be
  15. parsed for many of the software versions shipped with Laverne. The Makefiles
  16. in the following recipes were fixed:
  17. o eglibc
  18. o busybox
  19. o procps
  20. o linux-libc-headers
  21. o gstreamer
  22. o gst-plugins
  23. o libowl-av
  24. o owl-video-widget
  25. o dates
  26. o contacts
  27. o web-webkit
  28. * The ability to build openssl-native on a system that has SELINUX enabled
  29. was restored. (We disabled the execstack flag at compile time.)
  30. * A host-intrusion issue caused by a failure in QEMU to find zlib headers
  31. during configure was fixed. The issue was causing qemu-native to use the
  32. system zlib if it was present. If the system zlib was not present the build
  33. would fail.
  34. * Stability and usability enhancements, which included handling relative
  35. filesystem paths, were made to poky-qemu scripts.
  36. * The run-time remapping of package names when adding extra packages to an
  37. image via the IMAGE_INSTALL mechanism were fixed.
  38. * The configure test in quilt for GNU patch was fixed to that it correctly
  39. detects the version.
  40. Known Issues
  41. ------------------------
  42. * The mpc3815e-rbd and routerstationpro machines were untested and not a
  43. part of the official Laverne 4.0 release. These machines are still unusable
  44. for this Laverne 4.0.1 release.
  45. o mpx3815e-rdb will not boot due to a kernel/uboot issue Bug #685
  46. o routerstation will not boot (by default) due to incorrect boot
  47. parameters Bug #681
  48. o routerstationpro debug messages related to the ethernet driver print
  49. during boot Bug #679
  50. * Shutdown/poweroff on qemuarm does not cleanly halt the virtual machine.
  51. To workaround this issue use the reboot command. Using this command avoids
  52. a "power-cycle" and instead cleanly shuts down the VM Bug #684
  53. * Two "Connection Manager" icons appear in the Sato UI. This duplication has
  54. been fixed in master. Note that you can use either icon to launch the
  55. connectivity UI. Bug #683
  56. * The on-screen keyboard incorrectly launches in the qemumips machine. This
  57. issue is due to a mis-configured formfactor file Bug #682