Good idea, how about use the name linux-source, but add "custom"
in the summary or description.
// Robert
On 09/10/2014 08:42 AM, Darren Hart wrote:
Hi all,
I'm working on a project which needs to have the full kernel sources
installed on the target. The kernel-dev package as defined by
kerne
On 09/09/2014 05:30 PM, Hongxu Jia wrote:
On 09/05/2014 07:29 PM, g...@opal.openembedded.org wrote:
Module: openembedded-core.git
Branch: master-next
Commit: a12e33a584a77df4bdd9ad6a5d1a58f4dde10317
URL:
http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a12e33a584a77df4bdd9ad6a5d1
Op 9 sep. 2014, om 17:42 heeft Darren Hart het
volgende geschreven:
> Hi all,
>
> I'm working on a project which needs to have the full kernel sources
> installed on the target. The kernel-dev package as defined by
> kernel.bbclass is heavily pruned to minimize packaging time and size and
> is
Hi all,
I'm working on a project which needs to have the full kernel sources
installed on the target. The kernel-dev package as defined by
kernel.bbclass is heavily pruned to minimize packaging time and size and
is intended to enable building of external modules on the target.
Is there an accepte
Remove patch that was directly modifing the configure script
since we can now use autoreconf to configure. This also allowed
for the removal of the do_configure() functions.
Added patch to remove an undefined ${srcdir}.
Signed-off-by: Saul Wold
---
.../nspr/nspr/fix-build-on-x86_64.patch
On 09/09/2014 08:02 AM, Richard Purdie wrote:
On Mon, 2014-09-08 at 22:03 -0700, akuster808 wrote:
I forgot to mention. I will update linux-yocto_3.1x.bb too.
You need to talk to Bruce about that. I'm also worried about this coming
in this late, after feature freeze.
I wasn't targeting get
Now that we're running glibc 2.20 not 2.19, backport the configure.ac fixes from
upstream.
Signed-off-by: Ross Burton
---
.../valgrind/valgrind/glibc-2.19.patch | 23 ---
.../valgrind/valgrind/glibc-2.20.patch | 30
meta/recipes-devtoo
asm/ptrace.h must be included in two files.
Signed-off-by: Joe Slater
---
meta/recipes-devtools/gdb/gdb.inc |1 +
.../gdb/gdb/include_asm_ptrace.patch | 30
2 files changed, 31 insertions(+), 0 deletions(-)
create mode 100644 meta/recipe
On Tue, 2014-09-09 at 13:48 +0200, Ola X Nilsson wrote:
> This commit breaks wic for me.
> Urlgrabber is imported from pykickstart/version.py and pykickstart/parser.py.
>
> Having python-urlgrabber installed in your distro hides this problem.
>
Thanks for the report - I just posted a patch to f
The previous commit, 'wic: Remove 3rdparty/urlgrabber' didn't actually
remove all references to urlgrabber - this does however.
Signed-off-by: Tom Zanussi
---
scripts/lib/wic/3rdparty/pykickstart/parser.py | 87 +
scripts/lib/wic/3rdparty/pykickstart/version.py | 29
This fixes a problem noticed by a user, that urlgrabber was still
being referenced even though it had been removed from the 3rdparty
code.
The following changes since commit a44006262cf3b810ec78b4cccd8076102a7a0f3e:
distro/poky: Add Debian 7.5 and 7.6 version as validated (2014-09-03 16:00:29
On 09/09/2014 07:46 AM, Mark Hatle wrote:
On 9/9/14, 3:05 AM, Richard Purdie wrote:
On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote:
override USER_CLASSES as prelink does not currently
work on ppc64
---
meta/conf/machine/qemuppc64.conf | 16
1 file changed, 16 insert
On 09/09/2014 01:05 AM, Richard Purdie wrote:
On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote:
override USER_CLASSES as prelink does not currently
work on ppc64
---
meta/conf/machine/qemuppc64.conf | 16
1 file changed, 16 insertions(+)
create mode 100644 meta/conf/
On Mon, 2014-09-08 at 22:03 -0700, akuster808 wrote:
> I forgot to mention. I will update linux-yocto_3.1x.bb too.
You need to talk to Bruce about that. I'm also worried about this coming
in this late, after feature freeze.
Cheers,
Richard
> - Armin
>
> On 09/08/2014 06:53 PM, Armin Kuster wro
On Tue, Sep 2, 2014 at 7:22 AM, Fathi Boudra wrote:
> On 1 September 2014 21:04, Otavio Salvador wrote:
>> Laszlo,
>>
>> On Mon, Sep 1, 2014 at 2:47 PM, Laszlo Papp wrote:
>>> Just in case the severity is not clear. Without this change, the Yocto
>>> SDK breaks the build for our software since w
Now that glibc 2.20 has been released. We switch
to use release branch and remove the already applied
patch
Signed-off-by: Khem Raj
---
.../glibc/cross-localedef-native_2.20.bb |4 +-
.../0001-Define-__GI_fegetenv-for-e500-libm.patch | 45
meta/recipes-core/
On 9/7/14, 4:24 AM, Richard Purdie wrote:
On Fri, 2014-09-05 at 09:05 -0500, Mark Hatle wrote:
On 9/5/14, 4:42 AM, Richard Purdie wrote:
Hi Hongxu,
On Thu, 2014-08-21 at 10:36 +0800, Hongxu Jia wrote:
The requirement is the developer who demand only the "new" software
they write is allowed to
On 9/9/14, 3:05 AM, Richard Purdie wrote:
On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote:
override USER_CLASSES as prelink does not currently
work on ppc64
---
meta/conf/machine/qemuppc64.conf | 16
1 file changed, 16 insertions(+)
create mode 100644 meta/conf/machin
On 4 September 2014 12:27, Lucian Musat wrote:
> +#TODO: use package_manager.py to install packages on any type of image
> +def install_packages(self, packagelist):
> +for package in packagelist:
> +(status, result) = self.target.run("smart install -y "+package)
> +
On Tuesday 09 September 2014 18:23:24 Bryan wrote:
>We have some queries regarding OE-Classic.
> 1. Where can we find latest recipes for oe-classic.
http://cgit.openembedded.org/cgit.cgi/openembedded/
That's as up-to-date as it gets. There might be other forked repositories
floating around,
On Tue, Sep 9, 2014 at 7:42 AM, Burton, Ross wrote:
> On 8 September 2014 20:55, Bruce Ashfield
> wrote:
>> I'm on the road for the next three days, but wanted to get this out for
>> a preview before being a bit unresponsive, and to let others apply and build
>> these if they want.
>
> Just noti
Hi,
We have some queries regarding OE-Classic.
1. Where can we find latest recipes for oe-classic. Does oe-classic is
still get updation for latest package support?
2. How can we compile latest recipes of oe-core on oe-classic and ofcourse
there bitbake version would be different.Basically, we
On Tue, Sep 9, 2014 at 7:40 AM, Burton, Ross wrote:
> On 8 September 2014 20:55, Bruce Ashfield
> wrote:
>> +++
>> b/meta/recipes-kernel/lttng/lttng-modules/Fix-noargs-probes-should-calculate-alignment-and-eve.patch
>> @@ -0,0 +1,127 @@
>> +From d3de7f1468be0b18145ff85b3c1a7c7fb1d48c15 Mon Sep
This commit breaks wic for me.
Urlgrabber is imported from pykickstart/version.py and pykickstart/parser.py.
Having python-urlgrabber installed in your distro hides this problem.
--
Ola Nilsson
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:open
On 8 September 2014 20:55, Bruce Ashfield wrote:
> I'm on the road for the next three days, but wanted to get this out for
> a preview before being a bit unresponsive, and to let others apply and build
> these if they want.
Just noticed this. I'll pull these into my mut and see what the
autobuil
On 8 September 2014 20:55, Bruce Ashfield wrote:
> Unitl fixes get into the mainline kernel, we temporarily fix the issues by
"Until"
Whilst you're fixing the patch headers in the other commit, you can
fix this typo. :)
Ross
--
___
Openembedded-core
On 8 September 2014 20:55, Bruce Ashfield wrote:
> +++
> b/meta/recipes-kernel/lttng/lttng-modules/Fix-noargs-probes-should-calculate-alignment-and-eve.patch
> @@ -0,0 +1,127 @@
> +From d3de7f1468be0b18145ff85b3c1a7c7fb1d48c15 Mon Sep 17 00:00:00 2001
> +From: Mathieu Desnoyers
> +Date: Fri, 25
Signed-off-by: Ross Burton
---
meta/recipes-connectivity/bluez/bluez4.inc |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/bluez/bluez4.inc
b/meta/recipes-connectivity/bluez/bluez4.inc
index d7d3796..3f91166 100644
--- a/meta/recipes-connectiv
Since v1, use an alternative method to resolve the issue that doesn't
involve reverting the original change.
The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9:
alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11
+0100)
are available in the gi
SSTATEPOSTINSTFUNCS is now set with = in sstate.bbclass, and because
the line here in buildhistory.bbclass ends up being parsed before that
we now need to use _append or the value we are adding will be wiped out.
This fixes buildhistory no longer recording package information since
OE-Core revision
On Tuesday 09 September 2014 11:05:56 Paul Eggleton wrote:
> SSTATEPOSTINSTFUNCS needs to be set with ?= here - if it's = it'll wipe
> out what is set in that variable in buildhistory, which ends up being
> parsed earlier than the statement in sstate.bbclass. This fixes
> buildhistory no longer rec
make start-statd command to use nfscommon configure, too.
Signed-off-by: Henrik Riomar
Signed-off-by: Li Wang
---
.../files/nfs-utils-debianize-start-statd.patch| 36
.../nfs-utils/nfs-utils_1.2.8.bb |1 +
2 files changed, 37 insertions(+)
creat
Hello,
This patch fixes RPM_PREPROCESS_COMMANDS and RPM_POSTPROCESS_COMMANDS
(the similar to deb).
Btw., there is another ROOTFS_POSTINSTALL_COMMAND, only the ipk's
install runs it atm, what's the difference between
ROOTFS_POSTINSTALL_COMMAND and ROOTFS_POSTPROCESS_COMMAND? Do we need
rpm and deb
The rpm didn't run RPM_PREPROCESS_COMMANDS or RPM_POSTPROCESS_COMMANDS,
the similar to deb, this patch fix the problem.
And fix a typo:
DEB_POSTPROCESS_COMMAND -> DEB_POSTPROCESS_COMMANDS
Signed-off-by: Robert Yang
---
meta/lib/oe/rootfs.py | 14 +-
1 file changed, 13 insertions(+
SSTATEPOSTINSTFUNCS needs to be set with ?= here - if it's = it'll wipe
out what is set in that variable in buildhistory, which ends up being
parsed earlier than the statement in sstate.bbclass. This fixes
buildhistory no longer recording package information since OE-Core
revision 9d659c6f20fa4a141
The following change since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9:
alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11
+0100)
is available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/sstate-buildhistory
http://cgi
On 09/05/2014 07:29 PM, g...@opal.openembedded.org wrote:
Module: openembedded-core.git
Branch: master-next
Commit: a12e33a584a77df4bdd9ad6a5d1a58f4dde10317
URL:
http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a12e33a584a77df4bdd9ad6a5d1a58f4dde10317
Author: Richard Purdie
D
On 09/09/2014 05:11 PM, wenzong fan wrote:
Oops, I replied wrong mail list, this patch works and have been merged,
please just ignore my nonsense below:
Recall this patch, it should be fixed from the dependency of swig.
Sorry for the inconvenience
Recall this patch, it should be fixed from the dependency of swig.
Sorry for the inconvenience.
// Wenzong
On 09/02/2014 01:53 PM, wenzong@windriver.com wrote:
From: Wenzong Fan
The binary gen-all-unicode needs to be compiled for the host
architecture, the CFLAGS passed to target system
On 09/05/2014 11:24 PM, Burton, Ross wrote:
On 12 August 2014 09:44, Li.Wang wrote:
Opening random ports in privileged port range, among them one port that
identifies itself as pop3s, is not a good practice. Both Ericsson and
our
customers run regular vulnerability assessment too
On Mon, 2014-09-08 at 18:53 -0700, Armin Kuster wrote:
> override USER_CLASSES as prelink does not currently
> work on ppc64
> ---
> meta/conf/machine/qemuppc64.conf | 16
> 1 file changed, 16 insertions(+)
> create mode 100644 meta/conf/machine/qemuppc64.conf
>
> diff --git a/m
This is needed with glibc 2.20 since _BSD_SOURCE
macro is gone
Khem fixed grub, but the grub-efi also needs it, the patch can't apply
to grub-efi, so made a new patch for it.
Signed-off-by: Khem Raj
Signed-off-by: Robert Yang
---
.../grub/files/grub-efi-fix-with-glibc-2.20.patch | 32 ++
The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9:
alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11
+0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/grub-efi
http://cgit.openembed
We have libxml2-python for native and nativesdk, but don't have it for
target, and can't find the reason from the git log, libxml2-python is
widely used, after looked into it's configure.in, we can enable it
easily.
The previous --with-python=${STAGING_BINDIR}/python is incorrect, it
acted as work
* Tested on:
qemux86
qemux86-64
qemuarm
qemuppc
qemumips.
// Robert
The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9:
alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11
+0100)
are available in the git repository at:
git://git.
45 matches
Mail list logo