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