Op 23 mrt. 2012, om 23:57 heeft Andrei Gherzan het volgende geschreven:
> ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat
> was added
> to configure.
> The second change is because python is looking for the gdbm headers in
> include/gdbm.
> The easiest way to solve
From: Nitin A Kamble
Also added rpath-link fix in v2.
Thanks,
Nitin
The following changes since commit 1c19181599c41d8f0bd7f06efc654fe61c3d0bb1:
iptables: fix build error against 3.2+ kernel headers (2012-03-24 00:12:05
+)
are available in the git repository at:
git://git.pokylinux.
From: Nitin A Kamble
This makes the libraries located in places like this findable:
/usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib
Which avoids linking sdk executables with host libraries like this:
$ ldd
/usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/bin/x86_64-oe-linu
Sorry for the annoying, I found it is a Hob specific issue.
Thanks,
Dongxiao
On Sat, 2012-03-24 at 10:56 +0800, Xu, Dongxiao wrote:
> Hi List,
>
> While building the pure OE-Core, I found there are two TMPDIRs, one is
> tmp-eglibc, another is tmp-eglibc-eglibc, any reason that make this
> result
Hi List,
While building the pure OE-Core, I found there are two TMPDIRs, one is
tmp-eglibc, another is tmp-eglibc-eglibc, any reason that make this
result? My local.conf is like:
BB_NUMBER_THREADS = "8"
PARALLEL_MAKE = "-j 8"
MACHINE ??= "qemuarm"
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEAT
Hi Richard,
This pull request is for defining patterns in bitbake server side to implement
the runqemu/deploy functionality filter for Hob.
Please help to review and pull.
Changes from v1:
Move the pattern definition from bitbake.conf to image_types.bbclass
Thanks,
Dongxiao
The following chang
Define runnable image type and machine pattern.
Define deployable image type.
Signed-off-by: Dongxiao Xu
---
meta/classes/image_types.bbclass |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index e92f
On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote:
> On Fri, Mar 23, 2012 at 12:05:25PM +, Richard Purdie wrote:
> > On Thu, 2012-03-22 at 19:56 -0700, Khem Raj wrote:
> > > Get new patches and remove the one that got merged upstream
> > >
> > > Signed-off-by: Khem Raj
> > > ---
>
On Fri, Mar 23, 2012 at 05:53:01PM +, g...@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 68dc2a3fa30c03a196d650de34d0c657a7b85454
> URL:
> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=68dc2a3fa30c03a196d650de34d0c657a7b85454
>
> A
From: Elizabeth Flanagan
setserial's license is GPL version 2.0 per:
http://sourceforge.net/projects/setserial/develop
Signed-off-by: Elizabeth Flanagan
---
meta/recipes-bsp/setserial/setserial_2.17.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-bs
From: Elizabeth Flanagan
socat uses this. There is no good standardized text for this,
but as socat is the only one who utilizes this, it should do
for now although this package has some licensing issues according
to debian. See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632481
Signed-of
From: Elizabeth Flanagan
Another lone license with no generic available.
Signed-off-by: Elizabeth Flanagan
---
meta/files/common-licenses/ICU | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 meta/files/common-licenses/ICU
diff --git a/meta/files/comm
From: Elizabeth Flanagan
util-linux-lscpu provides an example of pkg level incompatible
license. In this instance, we've set the license for this specific
package as GPLv3. The other packages inherit the recipe LICENSE.
What this allows is the package to not be included on install to
the image.
From: Elizabeth Flanagan
This adds a few things to the incompatible license functionality
1. INCOMPATIBLE_LICENSE was unable to distinguish any variation
within LICENSE (e.g. GPLv3 v. GPLv3.0). This now utilizes the
SPDXLICENSEMAP of the license indicated as INCOMPATIBLE_LICENSE
2. Given a reci
From: Elizabeth Flanagan
>From my understanding, bash indents should be tabbed and python
4 spaces. Correcting some bash whitespace in license to comply
with the style guide.
Signed-off-by: Elizabeth Flanagan
---
meta/classes/license.bbclass | 114 +-
1
From: Elizabeth Flanagan
Removing tabs within check_license_flags to standardize to
4 space tabbing
Signed-off-by: Elizabeth Flanagan
---
meta/classes/license.bbclass | 31 +++
1 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/meta/classes/license.b
From: Elizabeth Flanagan
Perl is GPL-1.0. For consistency sake, adding an spdx map for
GPLv1
Signed-off-by: Elizabeth Flanagan
---
meta/classes/license.bbclass |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclas
This patchset covers three main topics. The first, and most important is how
INCOMPATIBLE_LICENSE deals with LICENSE naming variations and pkg level
licensing.
We now have the ability to set the recipe level license to one that is
inherited by
all packages as well as the ability to override the
On 24.03.2012 00:33, Andreas Oberritter wrote:
> On 24.03.2012 00:14, Andrei Gherzan wrote:
>> This is needed for _tkinter python module.
>>
>> [YOCTO #1937]
>>
>> Signed-off-by: Andrei Gherzan
>> ---
>> meta/recipes-devtools/python/python_2.7.2.bb |2 +-
>> 1 files changed, 1 insertions(+),
On Fri, 2012-03-23 at 23:46 +0100, Andreas Müller wrote:
> On Fri, Mar 23, 2012 at 1:12 PM, Richard Purdie
> wrote:
> > On Thu, 2012-03-22 at 20:15 +0100, Andreas Müller wrote:
> >> * Before this patch every inheritance of this class rebuilt the full icon
> >> cache at the first boot.
> >> * With
On 24.03.2012 00:14, Andrei Gherzan wrote:
> This is needed for _tkinter python module.
>
> [YOCTO #1937]
>
> Signed-off-by: Andrei Gherzan
> ---
> meta/recipes-devtools/python/python_2.7.2.bb |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-devtools/
This is needed for _tkinter python module.
[YOCTO #1937]
Signed-off-by: Andrei Gherzan
---
meta/recipes-devtools/python/python_2.7.2.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb
b/meta/recipes-devtools/python/python_2
On Sat, Mar 24, 2012 at 12:00:04AM +0100, Andreas Oberritter wrote:
> On 23.03.2012 13:56, Martin Jansa wrote:
> > * /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo
> > was with sysvinit
>
> Martin,
>
> the man-page[1] for modules-load.d says that packages should install
>
On 23.03.2012 13:56, Martin Jansa wrote:
> * /etc/modules-load.d/foo.conf is used by systemd like /etc/modutils/foo was
> with sysvinit
Martin,
the man-page[1] for modules-load.d says that packages should install
.conf files to /usr/lib/modules-load.d, because /etc/modules-load.d is
reserved for
Tk (along with Tcl) is needed in python for module _tkinter.
[YOCTO #1937]
Signed-off-by: Andrei Gherzan
---
meta/recipes-devtools/tcltk/tk_8.5.11.bb | 68 ++
1 files changed, 68 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-devtools/tcltk/tk_8.5.1
ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat
was added
to configure.
The second change is because python is looking for the gdbm headers in
include/gdbm.
The easiest way to solve this issue is to add symlinks in include/gdbm.
[YOCTO #1937]
Signed-off-by: Andrei
These changes are needed for some python modules:
_tkinter
dbm
The following changes since commit 5a6ded1355156557635004fdde2c01feec436be2:
yocto-kernel: new script (2012-03-22 19:21:15 +)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ag/master
http://
On Fri, Mar 23, 2012 at 1:12 PM, Richard Purdie
wrote:
> On Thu, 2012-03-22 at 20:15 +0100, Andreas Müller wrote:
>> * Before this patch every inheritance of this class rebuilt the full icon
>> cache at the first boot.
>> * With this patch the icon cache will only be build once at the first boot
* || true is needed for cases where grep doesn't find anything
* and quotes around info are needed to keep line breaks
Signed-off-by: Martin Jansa
---
meta/classes/rootfs_ipk.bbclass |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/classes/rootfs_ipk.bbclass b/
* see
http://git.openembedded.org/meta-openembedded/commit/?id=3f4c8edc60b3426dd96f76504169d742a04c1ce1
for details about --disable-introspection
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/pango/pango.inc |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/me
Signed-off-by: Martin Jansa
---
meta/recipes-support/libusb/libusb-compat_0.1.3.bb |7 +--
meta/recipes-support/libusb/libusb1_1.0.8.bb |2 ++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb
b/meta/recipes-suppor
Signed-off-by: Martin Jansa
---
meta/recipes-multimedia/libtiff/tiff_4.0.1.bb |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb
b/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb
index 6fb4163..80677fc 100644
--- a/meta/recipes-mu
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/cairo/cairo.inc |1 +
meta/recipes-graphics/cairo/cairo_1.10.2.bb |2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/cairo/cairo.inc
b/meta/recipes-graphics/cairo/cairo.inc
index 69984cb.
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb
b/meta/recipes-graphics/xorg-lib/pixman_0.25.2.bb
index bf239d9..e4e3460 100644
--- a/meta/re
Signed-off-by: Martin Jansa
---
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
index 1e57647..4e4e339 100644
--- a/meta/recipes-gnom
From: Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli
Signed-off-by: Martin Jansa
---
meta/classes/scons.bbclass |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/classes/scons.bbclass b/meta/classes/scons.bbclass
index 211746f..a07a366 100644
---
From: Denis 'GNUtoo' Carikli
* The location where xev was located didn't contain xorg-app-common.inc,
but still xev requires it. So moving it fixes that issue.
* File checksums and License checksums were also added.
Signed-off-by: Denis 'GNUtoo' Carikli
Signed-off-by: Martin Jansa
---
.../r
* also use weak assignment for SDK_NAME_PREFIX as suggested by khem
* TUNE_PKGARCH is not 100% right too, because such SDK image usually has few
machine specific packages included (e.g. base-files, securetty, opkg configs)
but those are not important for SDK users so it's better to have one SDK
V2: removes 3 patches from original patchset because of RPs feedback
[oe-core][PATCH 04/13] base.bbclass: extract *virtclass_map_dependencies
logic from native/nativesdk bbclasses and call it f
[oe-core][PATCH 05/13] xorg: add more native BBCLASSEXTENDs for gtk+-native
This should go in our edison 1.1.2 release as well.
-M
On Thu, Mar 22, 2012 at 11:43 PM, Scott Garman wrote:
> A race condition can occur when adding users and groups to the
> passwd and group files, causing errors like the following:
>
> ERROR: Function 'useradd_sysroot' failed
> Tried to acc
On Fri, Mar 23, 2012 at 11:16 AM, Kamble, Nitin A
wrote:
>> -Original Message-
>> From: openembedded-core-boun...@lists.openembedded.org
>> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
>> Khem Raj
>>
>> gdb-cross-canadian was linking with static version of libpyth
Paul,
how do you propose to go on solving this problem?
Regards,
Andreas
On 20.03.2012 14:37, Andreas Oberritter wrote:
> * Allows to workaround breakage caused by commit
> b4df1c7c79b5c801658bcf890ba3a8eab3d83189.
>
> * Related thread on OE-core mailing list:
>
> http://lists.linuxtogo.or
On 12.03.2012 16:53, Richard Purdie wrote:
> On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote:
>> On 3/9/12 8:15 PM, Andreas Oberritter wrote:
>>> * Explicitly set umask to 022. Otherwise the build system's
>>>umask leaks into the image.
>>
>> I'm surprised that do_package_ipk[umask] didn't
* depmod already gets executed by pkg_postinst_kernel-image.
Signed-off-by: Andreas Oberritter
---
* v2: Instead of adding a call to depmod to module.bbclass,
just do nothing.
meta/classes/kernel.bbclass |4 +---
meta/classes/module.bbclass |7 +++
2 files changed, 4 insertion
If you install the top-level python package only on a minimal
system which has no other python packages installed then python
is not functional at all. Without any extra packages installed
this error is seen:
# python
Traceback (most recent call last):
File "/usr/lib/python2.7/site.py", li
The target dependency DEPENDS_sharprom does not belong in this
core recipe and should be moved to a .bbappend file in the appropriate
layer if still required.
Signed-off-by: Gary Thomas
---
meta/recipes-devtools/python/python_2.7.2.bb |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
d
From: Nitin A Kamble
This makes the libraries located in places like this findable:
/usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib
Which avoids linking sdk executables with host libraries like this:
$ ldd
/usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/bin/x86_64-oe-linu
From: Nitin A Kamble
This issue was discovered in the sdk gdb debug effort.
The following changes since commit 6c77a0f0fa0c97bfbe93f4a930a1549566a7f016:
taglib: Refresh patch after recent accidental breakage (2012-03-23 18:36:20
+)
are available in the git repository at:
git://git.po
On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield
wrote:
> Richard/Saul,
>
> As discussed on the mailing list here is a libc-headers series. I've kept it
> in
> three parts so you can pick what you want (except for the minor detail of
> needing to split patch 1/1 to keep 3.1 around if you don't wan
On Fri, 2012-03-23 at 19:20 +0100, Koen Kooi wrote:
> Op 23 mrt. 2012, om 18:58 heeft Andreas Oberritter het volgende geschreven:
>
> > On 23.03.2012 18:20, Koen Kooi wrote:
> >>
> >> Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven:
> >>
> >>> * Run depmod when the roo
Op 23 mrt. 2012, om 18:58 heeft Andreas Oberritter het volgende geschreven:
> On 23.03.2012 18:20, Koen Kooi wrote:
>>
>> Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven:
>>
>>> * Run depmod when the rootfs gets generated.
>>>
>>> Signed-off-by: Andreas Oberritter
>
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> Khem Raj
>
> gdb-cross-canadian was linking with static version of libpython
> and looking for build host python when run. This could be
On Fri, Mar 23, 2012 at 1:57 PM, Bruce Ashfield
wrote:
> On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield
> wrote:
>> Switch the default libc-headers to the 3.2 version.
>
> I spoke to soon. I seeing a problem with iptables in the builds I left
> running.
> I know we looked at this just recently,
On Fri, Mar 23, 2012 at 10:44 AM, Richard Purdie
wrote:
>
> but then add:
> -Wl,-rpath,${libdir}/.. -Wl,-O1 \
>
> which is:
>
> /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr
>
> (i.e. without the /lib on the end?) ?
for (sdk atleast cross toolchain bits) libdir points to
${libdir}/arm-
On 23.03.2012 18:39, Richard Purdie wrote:
> On Fri, 2012-03-23 at 17:37 +0100, Andreas Oberritter wrote:
>> * Run depmod when the rootfs gets generated.
>>
>> Signed-off-by: Andreas Oberritter
>> ---
>> meta/classes/module.bbclass |9 +
>> 1 files changed, 5 insertions(+), 4 deletion
On 23.03.2012 18:20, Koen Kooi wrote:
>
> Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven:
>
>> * Run depmod when the rootfs gets generated.
>>
>> Signed-off-by: Andreas Oberritter
>> ---
>> meta/classes/module.bbclass |9 +
>> 1 files changed, 5 insertions(
On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield
wrote:
> Switch the default libc-headers to the 3.2 version.
I spoke to soon. I seeing a problem with iptables in the builds I left running.
I know we looked at this just recently, so it may just be a matter of undoing
that fix.
I'm looking at it n
On Fri, Mar 23, 2012 at 1:22 PM, Koen Kooi wrote:
>
> Op 23 mrt. 2012, om 18:07 heeft Bruce Ashfield het volgende geschreven:
>
>> Richard/Saul,
>>
>> As discussed on the mailing list here is a libc-headers series. I've kept it
>> in
>> three parts so you can pick what you want (except for the mi
On Fri, 2012-03-23 at 17:01 +, Kamble, Nitin A wrote:
>
> > -Original Message-
> > From: Khem Raj [mailto:raj.k...@gmail.com]
> > Sent: Friday, March 23, 2012 9:37 AM
> > To: Kamble, Nitin A
> > Cc: eric; Patches and discussions about the oe-core layer; Martin Jansa
> > Subject: RE: [O
On Fri, 2012-03-23 at 17:37 +0100, Andreas Oberritter wrote:
> * Run depmod when the rootfs gets generated.
>
> Signed-off-by: Andreas Oberritter
> ---
> meta/classes/module.bbclass |9 +
> 1 files changed, 5 insertions(+), 4 deletions(-)
The post install from kernel.bbclass should
As per
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019772.html
a machine conf file should use '=' to set IMAGE_FSTYPES.
Signed-off-by: Tom Rini
---
meta/conf/machine/include/qemu.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/machine
Hi Richard,
On Fri, Mar 23, 2012 at 12:40, Richard Purdie
wrote:
> If the schedules haven't been widely published I can only apologise
> however we have always said we'd work to a six month rekease cycle with
> periods of stabilisation and bug fixing before the releases for both
> Yocto and OE-Co
Op 23 mrt. 2012, om 18:07 heeft Bruce Ashfield het volgende geschreven:
> Richard/Saul,
>
> As discussed on the mailing list here is a libc-headers series. I've kept it
> in
> three parts so you can pick what you want (except for the minor detail of
> needing to split patch 1/1 to keep 3.1 aro
Op 23 mrt. 2012, om 17:37 heeft Andreas Oberritter het volgende geschreven:
> * Run depmod when the rootfs gets generated.
>
> Signed-off-by: Andreas Oberritter
> ---
> meta/classes/module.bbclass |9 +
> 1 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/meta/classes
On Fri, Mar 23, 2012 at 04:35:12PM +, McClintock Matthew-B29882 wrote:
> On Fri, Mar 23, 2012 at 7:41 AM, Richard Purdie
> wrote:
> > On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote:
> >> I turned on sstate mirroring for angstrom recently and I'm getting
> >> reports of build failures due t
Richard/Saul,
As discussed on the mailing list here is a libc-headers series. I've kept it in
three parts so you can pick what you want (except for the minor detail of
needing to split patch 1/1 to keep 3.1 around if you don't want 2/3).
I've built and booted this on all the emulated targets, an
The 3.1 kernel was never released or directly supported via
oe-core. So as part of update the libc-headers to 3.2 we can
take the opportunity to remove it.
Built and booted on the qemu* targets.
Signed-off-by: Bruce Ashfield
---
.../linux-libc-headers/linux-libc-headers_3.1.bb |7 ---
Switch the default libc-headers to the 3.2 version.
Signed-off-by: Bruce Ashfield
---
meta/conf/distro/include/tcmode-default.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/tcmode-default.inc
b/meta/conf/distro/include/tcmode-default.inc
i
The linux-libc-headers-yocto is not required in oe-core, it can be
moved to yocto specific layers. The linux-libc-headers_* recipes
provide sufficient headers fore core users.
Signed-off-by: Bruce Ashfield
---
.../linux-libc-headers-yocto_git.bb| 64
1 file
On Fri, Mar 23, 2012 at 09:34:02AM -0700, Darren Hart wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>
> On 03/23/2012 09:29 AM, Tom Rini wrote:
> > On Fri, Mar 23, 2012 at 09:17:20AM -0700, Darren Hart wrote:
> >> On 03/23/2012 08:48 AM, Tom Rini wrote:
> >>> On Fri, Mar 23, 2012
> -Original Message-
> From: Khem Raj [mailto:raj.k...@gmail.com]
> Sent: Friday, March 23, 2012 9:37 AM
> To: Kamble, Nitin A
> Cc: eric; Patches and discussions about the oe-core layer; Martin Jansa
> Subject: RE: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build
> gdb with python
On 2012-03-23 10:36, Martin Jansa wrote:
On Fri, Mar 23, 2012 at 10:28:55AM -0600, Gary Thomas wrote:
On 2012-03-23 10:19, Gary Thomas wrote:
On 2012-03-23 09:48, Martin Jansa wrote:
On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote:
On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary T
On Fri, Mar 23, 2012 at 7:41 AM, Richard Purdie
wrote:
> On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote:
>> I turned on sstate mirroring for angstrom recently and I'm getting
>> reports of build failures due to missing GLIBC_2.14 symbols:
>>
>> arm-angstrom-linux-gnueabi-gcc: /lib/x86_64-linux
* pkg-postinst was used to make pppd setuid root, which
can now be done in do_install() instead.
Signed-off-by: Andreas Oberritter
---
meta/recipes-connectivity/ppp/ppp_2.4.5.bb | 11 ++-
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-connectivity/ppp/ppp
* mountpoint and runlevel may be provided by busybox.
* Use update-alternatives to avoid conflict.
Signed-off-by: Andreas Oberritter
---
meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/sysvinit/sysvi
* Run depmod when the rootfs gets generated.
Signed-off-by: Andreas Oberritter
---
meta/classes/module.bbclass |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass
index 53c16b7..e370b24 100644
--- a/meta/class
* pwdx, pgrep and watch may be provided by busybox.
* Use update-alternatives to avoid conflict.
Signed-off-by: Andreas Oberritter
---
meta/recipes-extended/procps/procps_3.2.8.bb |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/procps/procps_3.2
My patch took care of everything including paths
-khem
"Kamble, Nitin A" wrote:
>> -Original Message-
>> From: Khem Raj [mailto:raj.k...@gmail.com]
>> Sent: Friday, March 23, 2012 5:07 AM
>> To: Eric Bénard
>> Cc: Kamble, Nitin A; Patches and discussions about the oe-core layer;
>> Marti
On Fri, Mar 23, 2012 at 10:28:55AM -0600, Gary Thomas wrote:
> On 2012-03-23 10:19, Gary Thomas wrote:
> > On 2012-03-23 09:48, Martin Jansa wrote:
> >> On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote:
> >>> On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote:
> If you ins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/23/2012 09:29 AM, Tom Rini wrote:
> On Fri, Mar 23, 2012 at 09:17:20AM -0700, Darren Hart wrote:
>> On 03/23/2012 08:48 AM, Tom Rini wrote:
>>> On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie
>>> wrote:
On Thu, 2012-03-22 at 19:53
On 2012-03-23 10:19, Gary Thomas wrote:
On 2012-03-23 09:48, Martin Jansa wrote:
On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote:
On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote:
If you install the top-level python package only on a minimal
system which has no other py
On Fri, Mar 23, 2012 at 09:17:20AM -0700, Darren Hart wrote:
> On 03/23/2012 08:48 AM, Tom Rini wrote:
> > On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie wrote:
> >> On Thu, 2012-03-22 at 19:53 -0400, Denys Dmytriyenko wrote:
> >>> On Thu, Mar 22, 2012 at 11:26:24PM +, Richard Purdie
Op 23 mrt. 2012, om 16:53 heeft Paul Eggleton het volgende geschreven:
> On Friday 23 March 2012 16:48:35 Koen Kooi wrote:
>> I get that, but I'm having trouble coming up with something that isn't
>> already covered but the "record all builds" statement :(
>
> I know what you mean, but I think t
On 2012-03-23 09:48, Martin Jansa wrote:
On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote:
On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote:
If you install the top-level python package only on a minimal
system which has no other python packages installed then python
is no
On 03/23/2012 08:48 AM, Tom Rini wrote:
> On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie wrote:
>> On Thu, 2012-03-22 at 19:53 -0400, Denys Dmytriyenko wrote:
>>> On Thu, Mar 22, 2012 at 11:26:24PM +, Richard Purdie wrote:
On Fri, 2012-03-09 at 14:39 -0700, Tom Rini wrote:
> -Original Message-
> From: Khem Raj [mailto:raj.k...@gmail.com]
> Sent: Friday, March 23, 2012 5:07 AM
> To: Eric Bénard
> Cc: Kamble, Nitin A; Patches and discussions about the oe-core layer;
> Martin Jansa
> Subject: Re: [OE-core] [PATCH 1/1] Revert "gdb-cross-canadian: build
> gdb with
On Friday 23 March 2012 16:48:35 Koen Kooi wrote:
> I get that, but I'm having trouble coming up with something that isn't
> already covered but the "record all builds" statement :(
I know what you mean, but I think that just stating its "so that the commit
log of the buildhistory repo provides a
Op 23 mrt. 2012, om 16:40 heeft Richard Purdie het volgende geschreven:
> If the schedules haven't been widely published
I can safely say that they haven't been published to any OE lists. That's why I
asked about it last week:
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/0
Op 23 mrt. 2012, om 16:24 heeft Paul Eggleton het volgende geschreven:
> On Friday 23 March 2012 15:46:23 Koen Kooi wrote:
>> Op 23 mrt. 2012, om 15:33 heeft Paul Eggleton het volgende geschreven:
>>> On Thursday 22 March 2012 16:25:40 Koen Kooi wrote:
When nothing has changed an empty commi
On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote:
> On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote:
> > If you install the top-level python package only on a minimal
> > system which has no other python packages installed then python
> > is not functional at all. Without a
On Fri, Mar 23, 2012 at 01:14:24AM +, Richard Purdie wrote:
> On Thu, 2012-03-22 at 19:53 -0400, Denys Dmytriyenko wrote:
> > On Thu, Mar 22, 2012 at 11:26:24PM +, Richard Purdie wrote:
> > > On Fri, 2012-03-09 at 14:39 -0700, Tom Rini wrote:
> > > > Hey all,
> > > >
> > > > Over in meta-t
If the schedules haven't been widely published I can only apologise
however we have always said we'd work to a six month rekease cycle with
periods of stabilisation and bug fixing before the releases for both
Yocto and OE-Core.
The period of stabilisation and bug fixing is now but you'd not think
it needs protype of close() before using it
Signed-off-by: Khem Raj
---
meta/recipes-extended/libzypp/libzypp/close.patch | 32 +
meta/recipes-extended/libzypp/libzypp_git.bb |3 +-
2 files changed, 34 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-
On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote:
> If you install the top-level python package only on a minimal
> system which has no other python packages installed then python
> is not functional at all. Without any extra packages installed
> this error is seen:
> # python
> Tra
If you install the top-level python package only on a minimal
system which has no other python packages installed then python
is not functional at all. Without any extra packages installed
this error is seen:
# python
Traceback (most recent call last):
File "/usr/lib/python2.7/site.py", li
Gary Thomas (2):
python: remove a target dependency
python: Fix minimal packaging dependencies
meta/recipes-devtools/python/python_2.7.2.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.7.6
___
Openembedded-core mailing li
The target dependency DEPENDS_sharprom does not belong in this
core recipe and should be moved to a .bbappend file in the appropriate
layer if still required.
Signed-off-by: Gary Thomas
---
meta/recipes-devtools/python/python_2.7.2.bb |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
d
On Friday 23 March 2012 15:46:23 Koen Kooi wrote:
> Op 23 mrt. 2012, om 15:33 heeft Paul Eggleton het volgende geschreven:
> > On Thursday 22 March 2012 16:25:40 Koen Kooi wrote:
> >> When nothing has changed an empty commit prefixed with "No changes" will
> >> get generated
> >
> > So I guess wha
On Fri, Mar 23, 2012 at 8:13 AM, Richard Purdie
wrote:
> On Fri, 2012-03-23 at 07:12 -0700, Chris Larson wrote:
>> On Fri, Mar 23, 2012 at 5:41 AM, Richard Purdie
>> wrote:
>> > On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote:
>> >> I turned on sstate mirroring for angstrom recently and I'm ge
On Fri, 2012-03-23 at 07:12 -0700, Chris Larson wrote:
> On Fri, Mar 23, 2012 at 5:41 AM, Richard Purdie
> wrote:
> > On Fri, 2012-03-23 at 13:22 +0100, Koen Kooi wrote:
> >> I turned on sstate mirroring for angstrom recently and I'm getting
> >> reports of build failures due to missing GLIBC_2.14
1 - 100 of 158 matches
Mail list logo