From: Wenzong Fan
Update chkconfig and related distro tracking fields.
Signed-off-by: Wenzong Fan
---
.../conf/distro/include/distro_tracking_fields.inc |6 +++---
.../{chkconfig_1.3.57.bb => chkconfig_1.3.58.bb} |4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
rename meta/
From: Wenzong Fan
Update ccache and related distro tracking fields.
Signed-off-by: Wenzong Fan
---
.../conf/distro/include/distro_tracking_fields.inc |6 +++---
.../ccache/{ccache_3.1.6.bb => ccache_3.1.7.bb}|4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
rename meta/rec
From: Wenzong Fan
Update ccache and chkconfig, also update their distro tracking fields
accordingly.
The following changes since commit 8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2:
Richard Purdie (1):
dates: Fix unpackaged files warning
are available in the git repository at:
git://gi
On 2012年03月14日 10:57, Saul Wold wrote:
On 03/13/2012 05:52 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
User can use these variables to get atchiving packages they want.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta-yocto/conf/local.conf.sample | 25 +
1 files change
On 03/13/2012 05:52 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
User can use these variables to get atchiving packages they want.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta-yocto/conf/local.conf.sample | 25 +
1 files changed, 25 insertions(+), 0 deletions(-
On 03/13/2012 05:52 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
1 Archive sources in ${S} in the different stage
(do_unpack,do_patch,do_configure).
2 Archive patches including series
3 Archive logs including scripts (.bb and .inc files)
4 dump environment resources which show all variable and
Hi everybody,
in our rootfs, when debugging remotely with gdbserver on mips32el, gdb
7.4 fails to find symbol names for use in backtraces. gdb 7.3.1 works
well. One of my colleagues ran git bisect and discovered the culprit:
gdb git revision 22d678fdfdfc56ec7f8f44ae5f0c4fc97e9a
http://sourcew
On 03/14/2012 01:15 AM, Richard Purdie wrote:
On Tue, 2012-03-13 at 10:50 +0800, Robert Yang wrote:
Serval pkg's debug pkg is null, so the find-debuginfo.sh would not
generate the ${WORKDIR}/debugsources.list, but the processdebugsrc
always need it, there are a few such errors currently:(53 pkg
The kernel configuration requires lzma to compress the kernel image
(CONFIG_KERNEL_LZMA=y), so add a dependency on xz-native which provides
it.
Fixes [YOCTO #1728].
Signed-off-by: Paul Eggleton
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |5 -
1 files changed, 4 insertions(+),
If wide character support is disabled (as it is with poky-tiny, for
example) then we won't have libncursesw.so.*, so skip moving these files
in that case. (Fixes a regression introduced in OE-Core revision
ccd370ab147b78de7a5bd74818f755f4d3ca6d81).
Signed-off-by: Paul Eggleton
---
meta/recipes-c
Disable directfb output (as we do with SDL) so that it does not get
auto-detected resulting in a race condition.
Signed-off-by: Paul Eggleton
---
.../gstreamer/gst-plugins-bad_0.10.22.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-multimedia
* Add dependency on startup-notification, which is optional but without
it mx applications will not send startup notifications.
* Add dependencies on gdk-pixbuf and libxrandr which are usually taken
care of, but are required and thus should be stated explicitly.
Signed-off-by: Paul Eggleton
-
The following changes since commit 81379dc141e245307ca391a02b7490b199128991:
dates: Fix unpackaged files warning (2012-03-13 23:18:19 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/fixes14
http://cgit.openembedded.org/cgit.cgi/open
If the user is in any directory other than $BUILDDIR when the bitbake
wrapper script is run, then show an error an exit.
Fixes [YOCTO #2071].
Signed-off-by: Paul Eggleton
---
scripts/bitbake |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/scripts/bitbake b/scripts/b
PulseAudio requires libxtst, libice, libsm and libxcb when X11 is
enabled (in our case, when x11 is in DISTRO_FEATURES), so conditionally
add those to DEPENDS.
Signed-off-by: Paul Eggleton
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc |3 ++-
.../pulseaudio/pulseaudio_1.1.bb
Hello,
This fixes the ncurses library packaging. Thanks to Andreas Oberritter
for pointing it out.
Scott
The following changes since commit 81379dc141e245307ca391a02b7490b199128991:
dates: Fix unpackaged files warning (2012-03-13 23:18:19 +)
are available in the git repository at:
git:
The recent move of some of the ncurses libraries to base_libdir
does not work with our automatic library packaging, so this
explicity creates packages for libncurses, libncursesw, and
libtinfo.
Signed-off-by: Scott Garman
---
meta/recipes-core/ncurses/ncurses.inc | 18 --
1 fil
Stale m4 macros seemed to be corrupting the opensp build. By removing
them, we can fix the warnings:
WARNING: QA Issue: opensp:
/work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/spent
contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp:
/work/i586-poky-linux/ope
On 03/13/2012 09:00 AM, Randy MacLeod wrote:
On 12-02-02 06:47 PM, Saul Wold wrote:
Signed-off-by: Saul Wold
---
.../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb =>
xinit_1.3.2.bb} (7
On 02/27/2012 10:25 PM, James Limbouris wrote:
Signed-off-by: James Limbouris
---
.../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 ---
.../add-exclusion-to-mkfs-jffs2-git.patch | 136
.../mtd/mtd-utils/fix-ignoreerrors-git.patch | 2
On 03/13/2012 12:14 PM, Andreas Oberritter wrote:
* bootmisc.sh executes /etc/init.d/hwclock.sh, which
is optional (depends on CONFIG_HWCLOCK in busybox).
Signed-off-by: Andreas Oberritter
---
.../initscripts/initscripts-1.0/bootmisc.sh|4 ++--
meta/recipes-core/initscripts/ini
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.59.bb
b/meta/recipes-devtools/perl/liburi-perl_1.59.bb
index 877b252..3916b1e 100644
--- a/meta/recipes-devtools/perl/liburi-perl_1.59.bb
+++ b/meta/recipes-devtools/perl/liburi-perl_1.59.bb
@@ -3,8 +3,8 @@ Th
This fixes the warnings:
WARNING: For recipe xorg-cf-files, the following files/directories were
installed but not shipped in any package:
WARNING: /usr
WARNING: /usr/lib
WARNING: /usr/lib/X11
WARNING: /usr/lib/X11/config
WARNING: /usr/lib/X11/config/mingw.rules
WARNING: /usr/lib/X11/
On 03/13/2012 05:52 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
Add a new function to archive source, patches and logs to a source rpm
package. Every source rpm package will be deployed to
${DEPLOY_DIR}/sources/deploy-srpm.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/package_rp
NOTE: I apologize for the lateness of these minutes; they go a lot faster
when the meeting is held online!
OpenEmbedded Technical Steering Committee
15 February, 2012
face-to-face meeting at Embedded Linux Conference
Attending:
Richard Purdie
Mark Hatle
Tom Rini
Khem Raj
Paul Eggleton
minutes: J
On 03/13/2012 01:51 PM, Andreas Oberritter wrote:
On 13.03.2012 03:08, Scott Garman wrote:
The previous approach to moving the ncurses libraries to
base_libdir was too aggressive, and it broke curses support
in python.
Instead, move only libncurses, libncursesw, and libtinfo to
base_libdir and
This comes about from the code configure code getting run
multiple times on the same WORKDIR and re-sed'ing already
modified files.
v2: add space after .sed_done (tested with this version)
Signed-off-by: Saul Wold
---
.../docbook-utils/docbook-utils-native_0.6.14.bb | 17 ++---
This comes about because the configure code gets run
multiple times on the same WORKDIR and re-sed'ing already
modified files.
Signed-off-by: Saul Wold
---
.../docbook-utils/docbook-utils-native_0.6.14.bb | 17 ++---
1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a
This change is needed because currently the INCOMPATIBLE_LICENSE
checking code does not map between SPDX and older style naming
(GPL-3+ vs GPLv3+). Yocto bug number 2093 filed to track this.
Signed-off-by: Saul Wold
---
meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +-
1 files changed, 1
On 13.03.2012 03:08, Scott Garman wrote:
> The previous approach to moving the ncurses libraries to
> base_libdir was too aggressive, and it broke curses support
> in python.
>
> Instead, move only libncurses, libncursesw, and libtinfo to
> base_libdir and leave the remaining libraries in libdir.
On 03/13/2012 06:16 AM, Richard Purdie wrote:
On Mon, 2012-03-12 at 19:08 -0700, Scott Garman wrote:
The --with-libncurses-prefix configure option was added before
this recipe had ncurses in DEPENDS, so it should be safe to
remove it.
Signed-off-by: Scott Garman
---
meta/recipes-core/gettext/
On 12-02-02 06:47 PM, Saul Wold wrote:
Signed-off-by: Saul Wold
---
.../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb}|6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb}
(79%)
diff --git a/meta/recipes-
* bootmisc.sh executes /etc/init.d/hwclock.sh, which
is optional (depends on CONFIG_HWCLOCK in busybox).
Signed-off-by: Andreas Oberritter
---
.../initscripts/initscripts-1.0/bootmisc.sh|4 ++--
meta/recipes-core/initscripts/initscripts_1.0.bb |2 +-
2 files changed, 3 insert
2012/3/10 Marko Katić :
> xcb-util was split into separate packages during the 0.3.6 -> 0.3.8
> transition.
> Change xcb-util.inc to reflect that.
>
>
>
> diff --git a/meta/recipes-graphics/xcb/xcb-util.inc
> b/meta/recipes-graphics/xcb/xcb-util.inc
> index cd9923d..5e77a22 100644
> --- a/meta/reci
On Tue, 2012-03-13 at 10:54 +0100, Martin Jansa wrote:
> On Tue, Mar 13, 2012 at 09:52:14AM +, Richard Purdie wrote:
> > On Tue, 2012-03-13 at 09:07 +0100, Koen Kooi wrote:
> > > Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven:
> > > > meta/recipes-sato/leafpad/leafpad_0.
On Tue, 2012-03-13 at 10:50 +0800, Robert Yang wrote:
> Serval pkg's debug pkg is null, so the find-debuginfo.sh would not
> generate the ${WORKDIR}/debugsources.list, but the processdebugsrc
> always need it, there are a few such errors currently:(53 pkgs have such
> errors in a core-image-sato bu
On 03/09/2012 06:31 PM, Andreas Oberritter wrote:
* The previous copy command preserved the original
owner and permission bits.
* The new command uses root:root and applies OE's
umask.
Signed-off-by: Andreas Oberritter
---
.../linux-firmware/linux-firmware_git.bb |4 ++--
On 03/12/2012 02:24 PM, Andreas Oberritter wrote:
This set of patches obsoletes all my pending
python-related patches. See the individual patches
for detailed descriptions.
All patches were runtime-tested on mips32el.
Andreas Oberritter (5):
python, python-native: always set platform to linu
On 03/12/2012 09:28 AM, nitin.a.kam...@intel.com wrote:
From: Nitin A Kamble
The following changes since commit c27b7aab3c37f182bf9acc5d459185f32fb195d0:
codeparser: Call intern over the set contents for better cache performance
(2012-03-12 15:52:33 +)
are available in the git reposito
On 03/08/2012 01:24 PM, Andreas Oberritter wrote:
* Remove -e shell option, because pidof may return nonzero.
Signed-off-by: Andreas Oberritter
---
* Of course I forgot to bump PR.
meta/recipes-core/udev/udev/init |2 +-
meta/recipes-core/udev/udev_164.bb |2 +-
2 files changed, 2
On 03/09/2012 08:21 AM, Otavio Salvador wrote:
The following changes since commit 50dc8bfbac42b9a9b52a2f7d0568740c41790c13:
rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass
(2012-03-09 06:39:52 -0800)
are available in the git repository at:
git://github.com/OSSystems/
On 03/08/2012 11:19 PM, Dexuan Cui wrote:
The following changes since commit 6bd23e0faf329f086bb4885991ce5f5d095dac56:
adt-installer: Corrected wrong environment file names. (2012-03-08 12:18:52
-0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/fix_
On 03/01/2012 12:55 PM, Ken Werner wrote:
Introduce a new variable called IMAGE_ROOTFS_ALIGNMENT that allows to control
the aligment of the size of the rootfs. Its default value is set to 1KiB so
that the existing behaviour is not changed. In case the SD card emulation of
a QEMU system emulator g
On 03/07/2012 12:36 PM, Andreas Oberritter wrote:
* Both files contain -L../../WebCore/release -L../../JavaScriptCore/release
-lwebcore -ljscore
* These paths and libs don't get installed.
* When building a shared lib with libtool, that links
with libQtWebKit, libtool adds these unneeded para
On 03/05/2012 06:23 PM, James Limbouris wrote:
Signed-off-by: James Limbouris
---
.../gdk-pixbuf-2.24.0/configure_nm.patch | 18 ++
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |3 ++-
2 files changed, 20 insertions(+), 1 deletions(-)
create mode 100644
On 03/06/2012 10:53 AM, Jeff Lance wrote:
* Adding "GPLv2& LGPLv2.1" to create a dual license to cover the libraries.
* Bump up PR
Signed-off-by: Jeff Lance
---
Updated in version 2:
Added '&' to indicate both licenses apply
---
meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb |8 +--
On Tue, Mar 13, 2012 at 03:07:20PM +, Richard Purdie wrote:
> Fixes the warning:
Typo in subject
-libxlst:
+libxslt:
>
> WARNING: For recipe libxslt, the following files/directories were installed
> but not shipped in any package:
> WARNING: /usr/lib/libxslt-plugins
>
> It makes sense fo
On 03/06/2012 09:24 AM, Otavio Salvador wrote:
This patchset make consistent and more meanful the name used as
postinst trigger in rootfs.
The following changes since commit d7b8c247227f3cc82f92292407f548927e9fde78:
base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05
On 03/06/2012 07:24 AM, Bruce Ashfield wrote:
Richard/Saul,
This is another kernel SRCREV update that should be stacked on the
end of my other pending patches. I've kept everything separate so
we can track the incremental changes.
This one is a minor update to the 3.2 tree.
- there were a f
On 03/06/2012 06:55 AM, Mike Crowe wrote:
Only depend on X libraries if the distribution has X support.
Signed-off-by: Mike Crowe
---
meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/valgrind/v
On 03/02/2012 08:40 PM, Otavio Salvador wrote:
When building without package management tools the
ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the
bare minimal for rootfs unconfigure postinsts to be on first boot.
Those packages where being include in core-image.bbclass' bas
On 03/04/2012 08:01 PM, Bruce Ashfield wrote:
Richard/Saul,
Here's the latest consolidated kernel pull request. The patches are as follows:
3/3 is the kernel updates:
- v3.0.23 stable update
- v3.2.9 stable update
- 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart
On 02/28/2012 03:24 AM, Andreas Oberritter wrote:
* Use conditional dependencies for DirectFB, like
it's already done for OpenGL and X11.
Signed-off-by: Andreas Oberritter
---
* v2: Rebased after X11 was already made conditional.
* v3: Add back PR bump, which was auto-merged during rebase.
The RPDEPENDS format is wrong and couldn't have been doing anything useful. The
mismatch between PACKAGES and the DESCRIPTION_* and FILES_* variable names
could
confuse the system under certain conditions so this is a good cleanup to make.
Signed-off-by: Richard Purdie
---
diff --git a/meta/rec
This patch packages a couple of modules for ppp to resolve the warnings:
WARNING: For recipe ppp, the following files/directories were installed but not
shipped in any package:
WARNING: /usr/lib/pppd/2.4.5/pppol2tp.so
WARNING: /usr/lib/pppd/2.4.5/openl2tp.so
Signed-off-by: Richard Purdie
--
Fixes the warning:
WARNING: For recipe libxslt, the following files/directories were installed but
not shipped in any package:
WARNING: /usr/lib/libxslt-plugins
It makes sense for the package to own the plugins directory.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-support/li
Fixes the warning:
WARNING: For recipe xf86-video-vmware, the following files/directories were
installed but not shipped in any package:
WARNING: /usr/bin
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb
b/meta/recipes-graphics/xorg
Addresses the warnings:
WARNING: For recipe matchbox-keyboard, the following files/directories were
installed but not shipped in any package:
WARNING: /usr/lib/gtk-2.0/2.10.0/immodules/libmb-im-invoker.la
WARNING: /usr/lib/matchbox-panel/libkeyboard.la
Signed-off-by: Richard Purdie
---
diff
Hi Björn,
On Tuesday 13 March 2012 15:52:51 Björn Stenberg wrote:
> pigz, which stands for parallel implementation of gzip, is a fully
> functional replacement for gzip that exploits multiple processors and
> multiple cores to the hilt when compressing data. pigz was written by Mark
> Adler, and u
Greetings,
Updated my openembedded-core git repository.
Rebuilt world for my custom distro (compiling for a BeagleBoard).
I've got an error on gettext.
.../build/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv7a-vfp-neon-i
ng-linux-gnueabi/gcc/arm-ing-linux-gnueabi/4.6.4/ld: warning
pigz, which stands for parallel implementation of gzip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to
the hilt when compressing data. pigz was written by Mark Adler, and uses the
zlib and pthread libraries.
This recipe adds pigz as an alterna
On Mon, 2012-03-12 at 19:08 -0700, Scott Garman wrote:
> The --with-libncurses-prefix configure option was added before
> this recipe had ncurses in DEPENDS, so it should be safe to
> remove it.
>
> Signed-off-by: Scott Garman
> ---
> meta/recipes-core/gettext/gettext_0.18.1.1.bb |5 +
>
From: Xiaofeng Yan
User can use these variables to get atchiving packages they want.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta-yocto/conf/local.conf.sample | 25 +
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/meta-yocto/conf/local.conf.sam
From: Xiaofeng Yan
These bbclasses have been merged into archiver.bbclass.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/sourcepkg.bbclass| 107 -
meta/classes/src_distribute.bbclass | 49 -
meta/classes/src_distribute_
From: Xiaofeng Yan
This bbclass prepares for archiving original source.
[#YOCTO 1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/archive-original-source.bbclass | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 meta/classes/archive-original-source.
From: Xiaofeng Yan
This bbclass prepares for archiving configured source.
[#YOCTO 1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/archive-configured-source.bbclass | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 meta/classes/archive-configured-s
From: Xiaofeng Yan
Add a new function to archive source, patches and logs to a source rpm
package. Every source rpm package will be deployed to
${DEPLOY_DIR}/sources/deploy-srpm.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/package_rpm.bbclass | 63
From: Xiaofeng Yan
1 Archive sources in ${S} in the different stage
(do_unpack,do_patch,do_configure).
2 Archive patches including series
3 Archive logs including scripts (.bb and .inc files)
4 dump environment resources which show all variable and
functions used to xxx.showdata.dump when runn
From: Xiaofeng Yan
This bbclass inherits archiver.bbclass to archive patched source
[#YOCTO 1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/archive-patched-source.bbclass | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 meta/classes/archive-patch
From: Xiaofeng Yan
archiver.bbclass is for archiving sources , patches and logs including .bb and
.inc files by configuring conf/local.conf which control what a archiving
package should include.
For archiving a source rpm package, I add some functions to package_rpm.bbclass.
I also merge sourc
In xfce-environment ejecting USB-memory stick caused:
Error starting job: Failed to execute child process "eject" (No such file or
directory)
size of armv7a busybox binary increases from 2427962 to 2430389 bytes
run-tested with angstrom/meta-oe environment on overo
Signed-off-by: Andreas Müller
On Tue, 2012-03-13 at 00:58 -0700, Saul Wold wrote:
> The following changes since commit f47ada62a3da879006e7cb27479dc9b72c56e923:
>
> cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH (2012-03-12
> 17:46:16 +)
>
> are available in the git repository at:
> git://git.openembedded.or
On Tue, 2012-03-13 at 00:58 -0700, Saul Wold wrote:
> From: Matthew McClintock
>
> We can use the default value for TUNE_PKGARCH, and now we just
> append "-nf" if TARGET_FPU is fpu-soft
>
> Signed-off-by: Matthew McClintock
> ---
> meta/conf/machine/include/powerpc/arch-powerpc.inc |6 ++-
On Tue, Mar 13, 2012 at 09:52:14AM +, Richard Purdie wrote:
> On Tue, 2012-03-13 at 09:07 +0100, Koen Kooi wrote:
> > Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven:
> >
> > > This resolves the QA warning:
> > >
> > > WARNING: For recipe leafpad, the following files/di
On Tue, 2012-03-13 at 09:07 +0100, Koen Kooi wrote:
> Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven:
>
> > This resolves the QA warning:
> >
> > WARNING: For recipe leafpad, the following files/directories were installed
> > but not shipped in any package:
> > WARNING:
On 03/13/2012 01:09 AM, Koen Kooi wrote:
Op 13 mrt. 2012, om 03:08 heeft Scott Garman het volgende geschreven:
Hello,
This pull request improves the way ncurses libraries are installed,
moving only libncurses, libncursesw, and libtinfo soname libs into
base_libdir, and leaving everything else
Op 13 mrt. 2012, om 03:08 heeft Scott Garman het volgende geschreven:
> Hello,
>
> This pull request improves the way ncurses libraries are installed,
> moving only libncurses, libncursesw, and libtinfo soname libs into
> base_libdir, and leaving everything else in libdir. This is how
> ncurses
Op 13 mrt. 2012, om 01:22 heeft Richard Purdie het volgende geschreven:
> This resolves the QA warning:
>
> WARNING: For recipe leafpad, the following files/directories were installed
> but not shipped in any package:
> WARNING: /usr/share/icons
> WARNING: /usr/share/icons/hicolor
> WARNING
From: Andreas Oberritter
* Coming from OE-classic it was surprising that python-native now
requires 'libdir' to be exported. Otherwise autoconf would fail
to detect python libraries. This happend using a customized
environment setup script to use OE's compiler and libs without
bitbake.
*
From: Andreas Oberritter
Signed-off-by: Andreas Oberritter
---
meta/recipes-devtools/python/python.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python.inc
b/meta/recipes-devtools/python/python.inc
index 3e970a7..aaf11ac 100644
--- a
From: Andreas Oberritter
* Python auto-detects libbz2 and there's no way to
force-disable it, so just enable it.
* Adds bz2 support to python-compression.
Signed-off-by: Andreas Oberritter
---
meta/recipes-devtools/python/python_2.7.2.bb |2 +-
1 files changed, 1 insertions(+), 1 deletio
From: Andreas Oberritter
* If plat-linux2/DLFCN.py was present, python was broken in our
image, i.e. it was unable to load many modules. This was due
to changed RTLD_* constants in dlfcn.h
* Python includes a script, plat-linux2/regen, to regenerate
the py source codes in this directory.
*
From: Andreas Oberritter
* Fixes many problems with linux2 vs. linux3. At least:
- Detected version was from build-host instead of target-host.
- linuxaudiodev and ossaudiodev were disabled for linux3.
- Files were missing in /usr/lib/python2.7/plat-linux3.
* Imported from upstream HG rev c
From: Andreas Oberritter
* The previous copy command preserved the original
owner and permission bits.
* The new command uses root:root and applies OE's
umask.
Signed-off-by: Andreas Oberritter
---
.../linux-firmware/linux-firmware_git.bb |4 ++--
1 files changed, 2 insertion
From: Andreas Oberritter
* do_split_packages and package_do_split_locales dynamically add
packages in order of appearance of os.walk() or os.listdir().
This order varies between multiple build hosts (and probably
also between successive builds).
* Sort the list of dynamically added packages
From: Andreas Oberritter
* util-linux auto-detects libudev for lsblk, so
disable it, because it's not listed in DEPENDS.
Signed-off-by: Andreas Oberritter
---
meta/recipes-core/util-linux/util-linux.inc |2 +-
meta/recipes-core/util-linux/util-linux_2.21.bb |2 +-
2 files changed
From: Otavio Salvador
Signed-off-by: Otavio Salvador
---
.../connman/add_xuser_dbus_permission.patch| 12 +++-
.../connman/connman/disable_alg-test.patch | 18 +-
.../connman/{connman_0.78.bb => connman_0.79.bb} |6 ++
3 files changed, 18 in
From: Dexuan Cui
In the case of self-hosted-image.bb, IMAGE_FSTYPES = "vmdk", so the
variables alltypes and subimages don't contain ext3, and .rootfs.ext3
won't be created, and finally the generated .hddimg and .vmdk don't have
an actual rootfs -- the size of the .vmdk file is only about 9MB.
[
From: Andreas Oberritter
* Remove -e shell option, because pidof may return nonzero.
Signed-off-by: Andreas Oberritter
---
meta/recipes-core/udev/udev/init |2 +-
meta/recipes-core/udev/udev_164.bb |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-cor
From: Andreas Oberritter
* Both files contain -L../../WebCore/release -L../../JavaScriptCore/release
-lwebcore -ljscore
* These paths and libs don't get installed.
* When building a shared lib with libtool, that links
with libQtWebKit, libtool adds these unneeded parameters
to the linker com
From: Matthew McClintock
We can use the default value for TUNE_PKGARCH, and now we just
append "-nf" if TARGET_FPU is fpu-soft
Signed-off-by: Matthew McClintock
---
meta/conf/machine/include/powerpc/arch-powerpc.inc |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/
From: Matthew McClintock
Signed-off-by: Matthew McClintock
---
meta/lib/oe/packagedata.py |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py
index a7a40f0..5759fe6 100644
--- a/meta/lib/oe/packagedata.py
+++ b/
Richard,
Here is a collection of patches that have been pending for a little
while.
There is one pending change from Bruce for poky (meta-yocto) in the
MUT branch
Have built world with this code, and booted a minimal image
The following changes since commit f47ada62a3da879006e7cb27479dc9b72c
From: Jeff Lance
* Adding "GPLv2 & LGPLv2.1" to create a dual license to cover the libraries.
* Bump up PR
Signed-off-by: Jeff Lance
---
meta/recipes-kernel/trace-cmd/trace-cmd_1.2.bb |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/trace-cmd/
Signed-off-by: Saul Wold
---
meta/classes/image-vmdk.bbclass |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/image-vmdk.bbclass
index d3e5481..3e63006 100644
--- a/meta/classes/image-vmdk.bbclass
+++ b/meta/classes/image-vmdk
From: Otavio Salvador
Signed-off-by: Otavio Salvador
---
.../dpkg/run-postinsts/run-postinsts |4 ++--
.../dpkg/run-postinsts/run-postinsts.awk |2 +-
meta/recipes-devtools/dpkg/run-postinsts_1.0.bb|2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Signed-off-by: Saul Wold
---
meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch
b/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch
index 1486203..1e65643 100644
--- a/meta/rec
From: Otavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the
intent of it.
Signed-off-by: Otavio Salvador
---
meta/recipes-devtools/opkg/opkg.inc |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/opkg/opkg.inc
From: Otavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the
intent of it.
Signed-off-by: Otavio Salvador
---
meta/classes/rootfs_rpm.bbclass |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/clas
From: Otavio Salvador
When building without package management tools the
ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the
bare minimal for rootfs unconfigure postinsts to be on first boot.
Those packages where being include in core-image.bbclass' based images
however every i
1 - 100 of 103 matches
Mail list logo