On Wed, Nov 16, 2011 at 02:09:03PM +0800, Kang Kai wrote:
> the bin/mklib file in mesa source code uses commands "ar ranlib" on build
> machine, this causes build failed on some platform.
Hi,
you added CC and CXX variables for linking too, shouldn't that mentioned in the
commit msg too?
Bye He
On Wed, 2011-11-16 at 00:45 +0100, Martin Jansa wrote:
> On Fri, Nov 11, 2011 at 05:28:50PM +0100, Martin Jansa wrote:
> > Signed-off-by: Martin Jansa
> > ---
> > meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 10 +++---
> > 1 files changed, 7 insertions(+), 3 deletions(-)
> >
> > diff --
Update eglibc 2.13 SRCREV to 15508, just to sync with upstream
Remove glibc_bug_fix_12454.patch, because it is already merged.
Signed-off-by: Kang Kai
---
.../conf/distro/include/distro_tracking_fields.inc |3 +
.../eglibc/eglibc-2.13/glibc_bug_fix_12454.patch | 179
Hi All,
I am not sure whether it is the right time to update eglibc, but sync with
upstream with latest rivision.
The following changes since commit fa81f8dfb7a342e355b608aa4204cf23ed2b251c:
mime.bbclass: fix typo (2011-11-15 12:05:30 +)
are available in the git repository at:
git://git
There is no point in having "executable" binaries in the .libs
directory linked with different rpaths to the target which
could concivably be run on the build system when cross compiling.
This patch removes the extra rpaths ($compile_rpath) so that the
output from the "link" stage can be used on t
Occasionally we keep seeing "unable to open temp file" messages during
do_package_write_rpm tasks. This appears to happen when multiple
processes are writing rpm files and is likely due to using the
shared system temp directory. This patch changes the tmp path
to the package work directory meaning
From: Nitin A Kamble
The following changes since commit 217a90f2ab02ec3c4e9653b528d7b584f6e37a42:
sanity.bbclass: No need to check for cvs any more (2011-11-16 17:32:46 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/work
http://git.pokylinux.org/
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../tcltk/{tcl_8.5.10.bb => tcl_8.5.11.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/tcltk/{tcl_8.5.10.bb => tcl_8.5.11.bb} (92%)
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.10
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../mpfr/{mpfr_3.0.1.bb => mpfr_3.1.0.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/mpfr/{mpfr_3.0.1.bb => mpfr_3.1.0.bb} (70%)
diff --git a/meta/recipes-support/mpfr/mpfr_3.0.1.bb
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
...python-gst_0.10.21.bb => python-gst_0.10.22.bb} |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python-gst_0.10.21.bb =>
python-gst_0.10.22.bb} (82%)
diff --git a/meta/recipes-devto
From: Nitin A Kamble
The license file has updated the copyright years, hence new checksum for
license file.
Signed-off-by: Nitin A Kamble
---
.../libpcre/{libpcre_8.12.bb => libpcre_8.20.bb} |8
1 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-support/libpc
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../conf/distro/include/distro_tracking_fields.inc | 49 +++-
1 files changed, 27 insertions(+), 22 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking
From: Nitin A Kamble
x32 abi of x86_64 has 32bit userspace and the kernel is 64bit.
The qa checking code was reporting this as errors for x32 kernel
files and modules.
This commit extends the condition in the checking code to avoid
throwing the bitsize not matched error for x32 kernel files.
S
From: Nitin A Kamble
Rebased patches to the newer source code
Signed-off-by: Nitin A Kamble
---
.../libtool/{libtool-2.4.inc => libtool-2.4.2.inc} |6 +-
...libtool-cross_2.4.bb => libtool-cross_2.4.2.bb} |2 +-
...btool-native_2.4.bb => libtool-native_2.4.2.bb} |2 +-
...nativesdk
Changelog for 2011-11-7 to 2011-11-14. Projects included in this report:
bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://git.angstrom-distribution.org/m
Signed-off-by: Christopher Larson
---
meta/conf/bitbake.conf |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 0d6b3b8..c158c61 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -506,6 +506,7 @@ DEBUG_
The following changes since commit a8ed4fcd79f6283c1d45f347dce894d784183900:
xinit: rdepends on util-linux-mcookie to avoid brining whole
util-linux (2011-11-11 11:00:56 +)
are available in the git repository at:
https://github.com/kergoth/oe-core vardeps
Christopher Larson (2):
bi
Signed-off-by: Christopher Larson
---
meta/classes/package.bbclass | 17 -
meta/classes/package_deb.bbclass |1 +
meta/classes/package_ipk.bbclass |1 +
meta/classes/package_rpm.bbclass |1 +
meta/classes/sstate.bbclass|2 ++
meta/classes/util
On Sun, Oct 30, 2011 at 7:12 PM, Kang Kai wrote:
> Hi Saul,
>
> I just want to update eglibc but eglibc is using its 2.14 branch and use svn
> commit revision "15225" as current version. Of course it is behind the
> latest svn revision, but I don't quit sure about which is the right revision
> to
did u look at
http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/gold-updates&id=345f86369d165c9a41a4036c8b90662dc992f0f6
On Wed, Nov 16, 2011 at 11:14 AM, wrote:
> From: Nitin A Kamble
>
> Rebased patches to the newer source code
>
> Signed-off-by: Nitin A Kamble
> ---
> ..
This fixes building of tcpdump on hosts where libpcap-dev is installed.
Also introduce INC_PR.
Signed-off-by: Jan Luebbe
---
meta/recipes-connectivity/libpcap/libpcap.inc |4 +++-
meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb |2 +-
2 files changed, 4 insertions(+), 2 deletions
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> Khem Raj
> Sent: Wednesday, November 16, 2011 1:50 PM
> To: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [PA
On Wed, Nov 16, 2011 at 2:26 PM, Kamble, Nitin A
wrote:
>
> Khem,
> I did not see that commit, and I find the oecore/yocto is still behind for
> the version of libtool recipe. Any reason that commit is not in oecore?
>
> Thanks,
there were some feedback on the patch I have to look thru it.
__
On Wed, 2011-11-16 at 14:17 -0700, Chris Larson wrote:
> Signed-off-by: Christopher Larson
> ---
> meta/classes/package.bbclass | 17 -
> meta/classes/package_deb.bbclass |1 +
> meta/classes/package_ipk.bbclass |1 +
> meta/classes/package_rpm.bbclass |1
We should be using libtool-cross for cross compiling but
were not. This patch sets datadir so libtoolize ends up
containing correct paths. It then installs libtoolize.
The path ltmain.sh was installed to was incorrect and this is fixed.
We also now install all the libtool m4 macros.
Signed-off-b
I'm working to provide EFI boot support for the BSPs in the meta-intel
layers for the Yocto Project. There are several points to consider and
before I start work on an implementation, I would appreciate a review of
this proposal. I'll present the various points to consider, and then
follow with my
Hello, All:
I'm working on opensaf, wrote a bb file for it,
and found that the FILES_${PN} has included /usr/lib/${PN}/*.
but there are some .a and .so(symlink) in /usr/lib/${PN}, which will
result QA issue.
how to exclude some files (e.g. *.a, *.so) in FILES_${PN}?
there a
On 2011年11月17日 05:38, Khem Raj wrote:
On Sun, Oct 30, 2011 at 7:12 PM, Kang Kai wrote:
Hi Saul,
I just want to update eglibc but eglibc is using its 2.14 branch and use svn
commit revision "15225" as current version. Of course it is behind the
latest svn revision, but I don't quit sure about w
it looks like there is 2.14 bb file already, why the default eglibc stay
on 2.13?
On Thu, 2011-11-17 at 10:32 +0800, Kang Kai wrote:
> On 2011年11月17日 05:38, Khem Raj wrote:
> > On Sun, Oct 30, 2011 at 7:12 PM, Kang Kai wrote:
> >> Hi Saul,
> >>
> >> I just want to update eglibc but eglibc is usin
Current sanitytest will report failure on non-rpm or non-procps installed image.
Add check for busybox/procps and use different option for different ps command.
Remove rpm/zypper tests if image is not based on rpm.
The following changes since commit da8425174529f10e16cde21fbea7f804284c38ae:
als
If PACKAGE_CLASSES does not set package_rpm as the first item, the root
filesystem
will not be generated based on rpm. We need remove rpm/zypper tests against
non-rpm filesystem.
[YOCTO #1757]
Signed-off-by: Jiajun Xu
---
meta/classes/imagetest-qemu.bbclass | 25 -
1
Current sanitytest use option -e for ps command, which only works for ps
from procps. It fails if ps is provided by busybox. Add check to use different
option for command from busybox and procps.
[YOCTO #1756]
Signed-off-by: Jiajun Xu
---
scripts/qemuimage-tests/tools/connman_test.sh | 28 +++
On Wed, Nov 16, 2011 at 6:35 PM, Ni Qingliang
wrote:
> it looks like there is 2.14 bb file already, why the default eglibc stay
> on 2.13?
2.14 removed some functionality rpc which is used extensively
alternative to use libtirpc is not sufficient atm. Therefore we
readded the functionality into 2
Thanks for the explanation:)
On Thu, 2011-11-17 at 14:41 +0800, Khem Raj wrote:
> On Wed, Nov 16, 2011 at 6:35 PM, Ni Qingliang
> wrote:
> > it looks like there is 2.14 bb file already, why the default eglibc stay
> > on 2.13?
>
> 2.14 removed some functionality rpc which is used extensively
> a
34 matches
Mail list logo