summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--CHANGELOG220
-rw-r--r--NOTES70
2 files changed, 290 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000000..c252fc95f2
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,220 @@
1commit fd7a07b3a2153826bedda2ef76b9a33ab2791680
2Author: Scott Garman <scott.a.garman@intel.com>
3Date: Fri Jan 21 14:15:05 2011 -0800
4
5 poky-extract-sdk: allow relative paths for extract-dir
6
7 psuedo needs a full path to its pid file, so convert
8 relative extract-dir paths to full ones.
9
10 The symptom of this bug is receiving the following error:
11
12 pseudo: Couldn't open relative/path/to/var/pseudo/pseudo.pid: No such file or directory
13
14 This fixes [BUGID #670]
15
16 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
17
18commit 01bc47f4d47df3276b4b6c2583bcddd834fd5050
19Author: Beth Flanagan <elizabeth.flanagan@intel.com>
20Date: Wed Nov 3 17:20:00 2010 -0700
21
22 quilt: Fixed configure test for patch --version.
23
24 OpenSuSE 11.3 uses GNU patch 2.6.1.81-5b68 which breaks quilt's
25 configure test for patch version.
26
27 Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
28
29commit 12a3d41a24db79ae6c0491defffcf4f4753001cf
30Author: Richard Purdie <richard.purdie@linuxfoundation.org>
31Date: Fri Jan 14 11:57:18 2011 +0000
32
33 image.bbclass: Use the dedicated BB_WORKERCONTEXT, not bitbake internals to detect context
34
35 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
36
37commit ce4f8356796bc797d9156ed252a4ed638a2150d5
38Author: Richard Purdie <rpurdie@linux.intel.com>
39Date: Wed Dec 15 23:22:16 2010 +0000
40
41 scripts/poky-qemu: Improve tmp layout assumption
42
43 If someone has changed TMPDIR in local.conf to a non-standard location, the
44 poky-qemu script currently doesn't handle this and assumes if BUILDDIR is set,
45 $BUILDDIR/tmp will exist.
46
47 Its simple to check if this exists and if not, to ask bitbake where the
48 directory is so this patch changes the code to do that.
49
50 Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
51
52commit 54f08d23cd7d0de6aec31f4764389ff4dab2990d
53Author: Scott Garman <scott.a.garman@intel.com>
54Date: Tue Dec 7 20:59:06 2010 -0800
55
56 Make poky-qemu and related scripts work with arbitrary SDK locations
57
58 * No longer assume SDK toolchains are installed in /opt/poky
59 * [BUGFIX #568] where specifying paths to both the kernel and fs
60 image caused an error due to POKY_NATIVE_SYSROOT never being
61 set, triggering failure of poky-qemu-ifup/ifdown
62 * Cosmetic improvements to usage() functions by using basename
63
64 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
65
66commit 8a3d0f375ce416ada1a5443e4a8e467504001beb
67Author: Scott Garman <scott.a.garman@intel.com>
68Date: Fri Nov 12 16:31:13 2010 -0800
69
70 poky-qemu: Fix issues when running Yocto 0.9 release images
71
72 This fixes two bugs with poky-qemu when it is run from a
73 standalone meta-toolchain setup.
74
75 [BUGFIX #535] and [BUGFIX #536]
76
77 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
78
79commit 0c2003f13434c77f901a976523478d37d8aadb48
80Author: Paul Eggleton <paul.eggleton@linux.intel.com>
81Date: Thu Dec 16 10:29:50 2010 +0000
82
83 openssl: restore -Wall flag
84
85 The -Wall flag was unintentionally removed from the end of the CFLAG var in
86 089612794d4d8d9c79bd2a4365d6df78371f7f40 by me. This patch puts it back in.
87
88 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
89 Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
90
91commit 6e71b0a012f0676c06b7b4788d932f320fca0b74
92Author: Joshua Lock <josh@linux.intel.com>
93Date: Wed Dec 15 14:31:21 2010 +0000
94
95 web-webkit: fix for make 3.82
96
97 Signed-off-by: Joshua Lock <josh@linux.intel.com>
98
99commit 4b5c1c053000d297956f08949ffde7454ee33c5d
100Author: Joshua Lock <josh@linux.intel.com>
101Date: Wed Dec 15 13:42:15 2010 +0000
102
103 contacts: fix for make 3.82
104
105 Signed-off-by: Joshua Lock <josh@linux.intel.com>
106
107commit 171e709ae6f4b1a7640bf393f57aa787648cdc0f
108Author: Joshua Lock <josh@linux.intel.com>
109Date: Wed Dec 15 12:58:09 2010 +0000
110
111 dates: fix for Make 3.82
112
113 Signed-off-by: Joshua Lock <josh@linux.intel.com>
114
115commit a8b8557e4cb34b594bb620eb276bcaf7a8e0a8e3
116Author: Joshua Lock <josh@linux.intel.com>
117Date: Wed Dec 15 12:27:52 2010 +0000
118
119 owl-video-widget: fix Makefile for super strict make 3.82
120
121 Signed-off-by: Joshua Lock <josh@linux.intel.com>
122
123commit 399e6b8008cb0b8cc0b75efd48dd821a6cf5a8a8
124Author: Joshua Lock <josh@linux.intel.com>
125Date: Tue Dec 14 18:29:43 2010 +0000
126
127 libowl-av: fix for Make 3.82
128
129 Signed-off-by: Joshua Lock <josh@linux.intel.com>
130
131commit 290280b332570ec73301f76765b1c5f2de20a9fd
132Author: Joshua Lock <josh@linux.intel.com>
133Date: Tue Dec 14 17:56:53 2010 +0000
134
135 gst-plugins: fix for make 3.82
136
137 Signed-off-by: Joshua Lock <josh@linux.intel.com>
138
139commit 9e11fbf9048b17526ca8160d82b69f386595c9a7
140Author: Joshua Lock <josh@linux.intel.com>
141Date: Tue Dec 14 15:39:42 2010 +0000
142
143 gstreamer: fix to comply with make 3.82's stricter parser
144
145 Signed-off-by: Joshua Lock <josh@linux.intel.com>
146
147commit 0f8244faba5c36c0580081c112ea27ce683af99b
148Author: Joshua Lock <josh@linux.intel.com>
149Date: Tue Dec 14 12:49:13 2010 +0000
150
151 linux-libc-headers: fix for Make 3.82
152
153 Fix the kernel Makefile for use with Make 3.82 by splitting mixed implicit and
154 normal rules into separate rules.
155
156 Signed-off-by: Joshua Lock <josh@linux.intel.com>
157
158commit 0cc23a86562d0ce1e236ceb4a56a8f19d400192f
159Author: Joshua Lock <josh@linux.intel.com>
160Date: Tue Dec 14 12:21:33 2010 +0000
161
162 busybox: additional fixes for Make 3.82
163
164 There where still some mixed implicit and normal rules in the Busybox Makefile,
165 Update our existing make-382.patch to split these into separate rules.
166
167 Signed-off-by: Joshua Lock <josh@linux.intel.com>
168
169commit 30c39cc97c384134661300e107d7a81f257f8034
170Author: Joshua Lock <josh@linux.intel.com>
171Date: Fri Nov 12 16:36:54 2010 +0000
172
173 procps: fix for build against make 3.82
174
175 Signed-off-by: Joshua Lock <josh@linux.intel.com>
176
177commit 261ca885962ba9606bcad4c5415927a79fdd7b96
178Author: Joshua Lock <josh@linux.intel.com>
179Date: Tue Nov 9 12:18:14 2010 +0000
180
181 busybox: import upstream patch for make 3.82
182
183 Signed-off-by: Joshua Lock <josh@linux.intel.com>
184
185commit 72ddd5c20246a5d5b1752b58a61ef75b4c39cc40
186Author: Joshua Lock <josh@linux.intel.com>
187Date: Tue Nov 9 12:14:28 2010 +0000
188
189 eglibc: fix build of eglibc-initial for make 3.82
190
191 Make 3.82, as shipped with Fedora 14, fixes some holes in the parser which in
192 turn breaks behaviour of some Makefiles. Most notably eglibc's.
193
194 Signed-off-by: Joshua Lock <josh@linux.intel.com>
195
196commit 6026999e81042a7f6560f9bce04390865509b235
197Author: Paul Eggleton <paul.eggleton@intel.com>
198Date: Fri Nov 19 15:03:32 2010 +0000
199
200 qemu: fix failure to find zlib header files during configure
201
202 Corrects problems during configure of qemu-native due to the BUILD_CFLAGS
203 not being included when attempting to compile the test program for zlib
204 within the configure script.
205
206 Signed-off-by: Paul Eggleton <paul.eggleton@intel.com>
207 Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
208
209commit c5ab4d56f97a0e45b124d40c9f536541be04c201
210Author: Paul Eggleton <paul.eggleton@intel.com>
211Date: Wed Nov 17 11:37:47 2010 +0000
212
213 openssl-native: disable execstack flag to prevent problems with SELinux
214
215 The execstack flag gets set on libcrypto.so by default which causes SELinux
216 to prevent it from being loaded on systems using SELinux, which includes
217 Fedora. This patch disables the execstack flag. (Note: Red Hat do this in
218 their openssl packaging.)
219
220 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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