Hi,
I started to fix it for the tegra gst-openmax stuff. The fix is not that hard,
but I am not finished yet.
Bye Henning
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/op
It is a bit confused for the different recipes of toolchian, can somebody help
to explain what's the difference for those recipes? E.g. gcc-cross,
gcc-cross-canadian, gcc-cross-initial, gcc-cross-intermediate, gcc-crosssdk,
gcc-crosssdk-initial, gcc-crosssdk-intermediate, gcc-runtime, etc.
Is
On 12/01/2012 03:24 AM, Saul Wold wrote:
On 11/30/2012 02:19 AM, Ming Liu wrote:
/etc/init.d/urandom fails to start/stop because it tries to save
random-seed into /var/lib/urandom folder which does not exist in the
file system.
Why not create it in the recipe's do_install? Or possibly add it t
clear, thanks!!!
On Monday, December 03, 2012 03:54:32 PM Richard Purdie wrote:
> On Mon, 2012-12-03 at 14:03 +, niqingliang2...@gmail.com wrote:
> > Hi, All:
> >
> > I have untouched oe for several months, and recently found that yaffs is
> > dropped, and also in official kernel, why?
>
> W
Hi Richard,
I saw that this series of patches have been merged except this one.
Is there any problem with this patch?
The thing is, if we don't fix autotool.bbclass like this, building
coreutils will fail with a long TMPDIR (bug#2766). I tried to build
coretuils with TMPDIR of 200 char length,
On 12/03/2012 07:50 PM, Burton, Ross wrote:
On 3 December 2012 10:42, wrote:
+ICU-3.6 has no pkgconfig, so I add it here.
+But ICU has had pkgconfig support since 4.6.
Is there a reason we can't just bump oe-core to 4.6?
Ross
I'm not sure. Maybe we bump ICU to the latest version later. (If
Attendees: Paul, Mark, Koen, Khem, Richard
Minutes taken by Richard
ELC-E presented an opportunity for a face to face meeting so there are
no irc logs.
The only topic we were asked to discuss was ntp. We agreed that creating
an ntp namespace for OE was a good idea for non-commercial use. We
agree
* without this patch:
Python 2.7.3
>>> sstate_search_cmd = "grep -rl
/OE/jansa-test/shr-core/tmp-eglibc/pkgdata/armv7a-vfp-neon-oe-linux-gnueabi/runtime-reverse/vim-common
/OE/jansa-test/shr-core/tmp-eglibc/sstate-control --exclude=master.list | sed
-e 's:^.*/::' -e 's:\.populate-sysroot::'"
From: Enrico Scholz
The value of subprocess.Popen().communicate()[0] is a string.
Checking for '!= None' will always match causing bogus warnings
regarding already staged files.
Signed-off-by: Enrico Scholz
Signed-off-by: Martin Jansa
---
meta/classes/sstate.bbclass | 2 +-
1 file changed, 1
* 2.22.1 now builds eject which conflicts with eject from eject recipe in
meta-oe
Signed-off-by: Martin Jansa
---
meta/recipes-core/util-linux/util-linux.inc | 3 ++-
meta/recipes-core/util-linux/util-linux_2.22.1.bb | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/m
* fixes a lot of QA warnings about unpackaged /usr/share/share
Signed-off-by: Martin Jansa
---
meta/classes/distutils.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/distutils.bbclass b/meta/classes/distutils.bbclass
index c73b24f..552e5f3 100644
--- a/meta/classes/distu
Signed-off-by: Martin Jansa
---
meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
b/meta/recipes-extended/packagegroups/packagegroup-core-basic.
* doesn't look like build dependency
* and for runtime dependency if needed we should use VIRTUAL-RUNTIME_initscripts
Signed-off-by: Martin Jansa
---
meta/recipes-extended/at/at_3.1.13.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/at/at_3.1.13.bb
b
The following changes since commit 24b954253dd1aa626835352c4dc8d085a19aae35:
xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions (2012-12-03
16:38:28 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/pull
http://cgit.ope
This is my neglect.
The function has already been removed from OpenSSH prior to version 5.8p2:
ChangeLog:
20110505
- (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]
[entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c]
[ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-h
Sorry! my mistake.
just for oe, why remove yaffs from image types?
On Monday, December 03, 2012 08:52:46 AM Bruce Ashfield wrote:
On Mon, Dec 3, 2012 at 9:03 AM, wrote:
Hi, All:
I have untouched oe for several months, and recently found that yaffs is
dropped, and also in official kernel, w
From: Bruce Ashfield
The compilation routine for the kernel has an explicit call to
build version.h, which works fine for most kernels, but the
location of it has recently changes.
commit d183e6f5 [UAPI: Move linux/version.h]
commit 10b63956 [UAPI: Plumb the UAPI Kbuilds into the user
Changelog since 2012-11-25 until 2012-12-02. 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://github.com/Angstrom-distr
The meta data branch for the kernel can be varied by changing the
KMETA variable, but that change wasn't reflected in the SRC_URI,
which means that the fetcher won't check for changes on that branch
and is a potential source of errors.
Making the meta branch specification KMETA vs meta solves the
Updating the linux-yocto-3.4 trees to incorporate both 3.4.19 and
3.4.20 from the kernel.org -stable team.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++---
meta/recipes-kernel/lin
Richard/Saul,
Just clearing my queue of some recent changes.
- version bumps for v3.4.19, v3.4.20
- a change to make the fetch aware of the fact that the meta
branch name can change
- emenlow BSP changes for a psb -> emgd switch
Sanity checks all pass on my local builds and boots.
Cheers,
Updating the meta branch SRCREVs for the following commit:
[
meta/emenlow: use emgd instead of psb graphics driver
This commit essentially does just this:
Remove all the references of psb patches for emenlow BSP.
Change the emenlow scc files to use emgd instead of psb.
]
Signe
On 12/03/2012 11:15 AM, Martin Jansa wrote:
On Mon, Dec 03, 2012 at 02:49:20PM +, g...@git.openembedded.org wrote:
Module: openembedded-core.git
Branch: master
Commit: ac807121ce3ba965f3e2a4f664a60ae4e33ce550
URL:
http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac807121ce
On Mon, Dec 03, 2012 at 02:49:20PM +, g...@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: ac807121ce3ba965f3e2a4f664a60ae4e33ce550
> URL:
> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac807121ce3ba965f3e2a4f664a60ae4e33ce550
>
> A
On 12/03/2012 10:47 AM, Saul Wold wrote:
I think this needs to be rebased since some other patches have been applied,
please verify and rebase against master.
It applies cleanly for me on top of what seems to be the current oe-core HEAD:
commit 24b954253dd1aa626835352c4dc8d085a19aae35
Author:
On 11/30/2012 08:47 AM, Andy Ross wrote:
On 11/29/2012 08:31 PM, Saul Wold wrote:
There still seems to be a problem with this patch, try building
core-image-minimal and core-image-basic, checkout the failure from
the autobuilder:
http://autobuilder.yoctoproject.org:8010/builders/nightly-non-gpl
The default value for --with-database is "auto". So, if some package
installs a database library and pulseaudio auto detects, that library
will be added to the dependencies list, causing a dependency error at
do_rootfs time. For example, samba installs libtdb, which is one of
the pulseaudio suppo
On 12/03/2012 09:04 AM, Michael Halstead wrote:
On 12/03/2012 08:00 AM, Saul Wold wrote:
On 12/03/2012 07:20 AM, Prica, Mihai wrote:
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf
Of David Nys
On 12/03/2012 08:00 AM, Saul Wold wrote:
> On 12/03/2012 07:20 AM, Prica, Mihai wrote:
>> -Original Message-
>> From: openembedded-core-boun...@lists.openembedded.org
>> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf
>> Of David Nyström
>> Sent: Saturday, December 01, 2
On 12/03/2012 07:20 AM, Prica, Mihai wrote:
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of David
Nyström
Sent: Saturday, December 01, 2012 10:44 PM
To: Michael Halstead
Cc: oe-core layer
Su
On Mon, 2012-12-03 at 14:03 +, niqingliang2...@gmail.com wrote:
> Hi, All:
>
> I have untouched oe for several months, and recently found that yaffs is
> dropped, and also in official kernel, why?
We removed it from OE-Core 18 months ago. The code was old, not working
particularly well and l
On 3 December 2012 15:13, Martin Jansa wrote:
> [-Werror=deprecated-declarations]
I wish people wouldn't use that.
Sure.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listi
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of David
Nyström
Sent: Saturday, December 01, 2012 10:44 PM
To: Michael Halstead
Cc: oe-core layer
Subject: Re: [OE-core] meta-cloud layer
On 12/0
On Mon, Nov 12, 2012 at 01:22:47PM +, g...@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: ce5fcad59fff19dbffc2d7b49c0c8bf3701d17ed
> URL:
> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ce5fcad59fff19dbffc2d7b49c0c8bf3701d17ed
>
> A
From: Jack Mitchell
When I made a change to this patch in git commit 1b41a4660d0
I accidently removed the Upstream Status line and also didn't
add the required signed-off-by tag.
Signed-off-by: Jack Mitchell
---
.../latencytop/latencytop-0.5/latencytop-makefile.patch| 14 +-
1
On Fri, 2012-11-30 at 17:15 +0200, Marko Lindqvist wrote:
> Fix most cases where "startline" is used instead of correct "beginline"
> to tell where license segment begins in file.
> Two cases are not handle here, to avoid conflict with other patches
> in progress:
> - coreutils-8.14 is fixed in upd
On Fri, 2012-11-30 at 00:17 -0800, Saul Wold wrote:
> Richard,
>
> This is a combo request with your master-next and MUT,
> it builds with AutoBuild and I have done some simple
> testing.
>
> I have droped some patches that do not have Upstream-Status
> info.
>
> Thanks
> Sau!
>
>
>
>
On 30 November 2012 22:41, Scott Garman wrote:
> The second link you referenced above explains that the vulnerability exists
> in versions prior to openssh 5.8p2, and yet your patch was submitted against
> openssh 6.0p1. So it seems that this would not apply. Or am I
> misunderstanding the nature
On 30 November 2012 22:37, Saul Wold wrote:
> Since we have a fix in master (1.4) already for this, we should just
> backport it.
>
> OE-Core: 6e44bf71fd4645ea09b3e34b907b17e92b5225e3
> Poky: 115076c0d8fa0e9f100136b8f060e59d978c4fca
Without any other changes, doesn't that mean that ximagesink doe
On Mon, Dec 3, 2012 at 9:03 AM, wrote:
> Hi, All:
>
> I have untouched oe for several months, and recently found that yaffs is
> dropped, and also in official kernel, why?
>
Can you clarify ? Which kernel ? Yaffs has never been a mainline
filesystem, but
I have it in the yocto released kernels.
On 3 December 2012 10:42, wrote:
> +ICU-3.6 has no pkgconfig, so I add it here.
> +But ICU has had pkgconfig support since 4.6.
Is there a reason we can't just bump oe-core to 4.6?
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.opene
From: Chen Qi
Add pkgconfig support to libassuan.
[YOCTO #2453]
Signed-off-by: Chen Qi
---
.../files/libassuan-add-pkgconfig-support.patch| 57
meta/recipes-support/libassuan/libassuan_2.0.3.bb |5 +-
2 files changed, 60 insertions(+), 2 deletions(-)
create mo
From: Chen Qi
Add pkgconfig support to pth.
[YOCTO #2453]
Signed-off-by: Chen Qi
---
.../pth/files/pth-add-pkgconfig-support.patch | 105
meta/recipes-support/pth/pth_2.0.7.bb |7 +-
2 files changed, 109 insertions(+), 3 deletions(-)
create mode 10
From: Chen Qi
Add pkgconfig support to libksba.
[YOCTO #2453]
Signed-off-by: Chen Qi
---
.../libksba/ksba-add-pkgconfig-support.patch | 57
meta/recipes-support/libksba/libksba_1.3.0.bb |8 +--
2 files changed, 62 insertions(+), 3 deletions(-)
create mod
From: Chen Qi
Add pkgconfig support to ICU.
[YOCTO #2453]
Signed-off-by: Chen Qi
---
.../icu/files/icu-add-pkgconfig-support.patch | 43
meta/recipes-support/icu/icu-3.6.inc | 11 +
meta/recipes-support/icu/icu_3.6.bb|2 +-
3
From: Chen Qi
Among the 26 recipes / packages that deliver their own bin-config tools, only
four of them don't deliver pkgconfig (.pc) files.
This series of patches add pkgconfig support to them.
[YOCTO #2453]
The following changes since commit 247b6a3754c2c50318e2a73d79981ba0e9cb560b:
gstr
On Mon, Dec 03, 2012 at 04:27:55PM +0800, ChenQi wrote:
> On 12/03/2012 04:18 PM, Martin Jansa wrote:
> > On Mon, Dec 03, 2012 at 09:55:23AM +0800, qi.c...@windriver.com wrote:
> >> From: Chen Qi
> >>
> >> If the TMPDIR has more than 256 chars, building qt4-native fails.
> >> This violates the 410
On 12/03/2012 04:18 PM, Martin Jansa wrote:
On Mon, Dec 03, 2012 at 09:55:23AM +0800, qi.c...@windriver.com wrote:
From: Chen Qi
If the TMPDIR has more than 256 chars, building qt4-native fails.
This violates the 410 length limit of TMPDIR.
This patch makes building qt4-native succeed with a l
On Mon, Dec 03, 2012 at 09:55:23AM +0800, qi.c...@windriver.com wrote:
> From: Chen Qi
>
> If the TMPDIR has more than 256 chars, building qt4-native fails.
> This violates the 410 length limit of TMPDIR.
>
> This patch makes building qt4-native succeed with a long building
> path (410 for examp
49 matches
Mail list logo